JezK
Edit File: kenyacla_wp831.sql
/*M!999999\- enable the sandbox mode */ -- MariaDB dump 10.19 Distrib 10.6.22-MariaDB, for Linux (x86_64) -- -- Host: localhost Database: kenyacla_wp831 -- ------------------------------------------------------ -- Server version 10.6.22-MariaDB-cll-lve-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Current Database: `kenyacla_wp831` -- -- -- Table structure for table `wpxj_commentmeta` -- DROP TABLE IF EXISTS `wpxj_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpxj_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=47 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpxj_commentmeta` -- LOCK TABLES `wpxj_commentmeta` WRITE; /*!40000 ALTER TABLE `wpxj_commentmeta` DISABLE KEYS */; INSERT INTO `wpxj_commentmeta` (`meta_id`, `comment_id`, `meta_key`, `meta_value`) VALUES (1,2,'stars','5'),(2,2,'photo','4018'),(3,2,'title','Great experience with WP Travel Engine Adventure'),(4,2,'experience_date','2018-09-19'),(5,2,'client_location','Saint Helena'),(6,2,'gallery_images','a:1:{i:0;s:4:\"2780\";}'),(7,2,'_wxr_import_user','3'),(8,3,'stars','5'),(9,3,'photo','4025'),(10,3,'title','No other way to get satisfaction'),(11,3,'experience_date','2015-10-22'),(12,3,'client_location','Ghana'),(13,3,'gallery_images','a:1:{i:0;s:4:\"2810\";}'),(14,3,'_wxr_import_user','3'),(15,4,'stars','5'),(16,4,'photo','4020'),(17,4,'title','Great experience with WP Travel Engine Adventure'),(18,4,'experience_date','2018-09-14'),(19,4,'client_location','Nepal'),(20,4,'gallery_images','a:3:{i:0;s:4:\"2759\";i:1;s:4:\"2935\";i:2;s:4:\"2936\";}'),(21,4,'gallery_max_count','2'),(22,4,'_wxr_import_user','3'),(23,5,'stars','5'),(24,5,'photo','4024'),(25,5,'title','Amazing trip to Bhutan with best service provider'),(26,5,'experience_date','2017-11-23'),(27,5,'client_location','United Kingdom (UK)'),(28,5,'gallery_images','a:4:{i:0;s:4:\"1126\";i:1;s:4:\"1125\";i:2;s:4:\"1128\";i:3;s:4:\"1131\";}'),(29,5,'gallery_max_count','3'),(30,5,'_wxr_import_user','3'),(31,6,'stars','5'),(32,6,'photo','4017'),(33,6,'title','No other way to get satisfaction'),(34,6,'experience_date','2016-11-30'),(35,6,'client_location','Greece'),(36,6,'gallery_images','a:4:{i:0;s:4:\"2943\";i:1;s:4:\"2947\";i:2;s:4:\"2692\";i:3;s:4:\"2665\";}'),(37,6,'gallery_max_count','3'),(38,6,'_wxr_import_user','3'),(39,7,'stars','5'),(40,7,'photo','4023'),(41,7,'title','Amazing trip to Maldives with best service provider'),(42,7,'experience_date','2019-08-15'),(43,7,'client_location','North Macedonia'),(44,7,'gallery_images','a:2:{i:0;s:4:\"2761\";i:1;s:4:\"2692\";}'),(45,7,'gallery_max_count','1'),(46,7,'_wxr_import_user','3'); /*!40000 ALTER TABLE `wpxj_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpxj_comments` -- DROP TABLE IF EXISTS `wpxj_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpxj_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0, `comment_author` tinytext NOT NULL, `comment_author_email` varchar(100) NOT NULL DEFAULT '', `comment_author_url` varchar(200) NOT NULL DEFAULT '', `comment_author_IP` varchar(100) NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT 0, `comment_approved` varchar(20) NOT NULL DEFAULT '1', `comment_agent` varchar(255) NOT NULL DEFAULT '', `comment_type` varchar(20) NOT NULL DEFAULT 'comment', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0, `user_id` bigint(20) unsigned NOT NULL DEFAULT 0, PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpxj_comments` -- LOCK TABLES `wpxj_comments` WRITE; /*!40000 ALTER TABLE `wpxj_comments` DISABLE KEYS */; INSERT INTO `wpxj_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2024-07-19 11:38:06','2024-07-19 11:38:06','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://en.gravatar.com/\">Gravatar</a>.',0,'1','','comment',0,0),(2,2949,'Lewis Tomlinson','xyz@gmail.com','','27.34.22.102','2022-02-09 00:00:00','2022-02-09 00:00:00','My sister and I did a 1-day hiking tour near Kathmandu with Joel. He is an amazing and experienced guide and above all very kind person. The hike was very nice, but what we liked the most was Joel company. We highly recommend him when going to any tour by WP Travel Engine Adventure. Also, the owner Joel is very nice and professional. Joel knows what Western travelers want and need.',0,'1','','comment',0,0),(3,2952,'Harry Styles','xyz@gmail.com','','27.34.22.102','2021-09-17 00:00:00','2021-09-17 00:00:00','Sunrise is the most beautiful and basecamp sunrise should be a must if you\\\'re in the area. Did the NYC trip with Eco Adventure and cannot recommend Joel and his team highly enough. Joel knows what Western travelers want and need. He is intelligent, informative, wise, careful and a mine of information about USA, its history, and customs.',0,'1','','comment',0,0),(4,2953,'Teresa J. Caruso','xyz@gmail.com','','27.34.22.102','2022-03-13 00:00:00','2022-03-13 00:00:00','My mum and I did a 1-day hiking tour near Kathmandu with Joel. He is an amazing and experienced guide and above all very kind person. The hike was very nice, but what we liked the most was Joel company. We highly recommend him when going to any tour by WP Travel Engine Adventure. Also, the owner Joel is very nice and professional. Joel knows what Western travelers want and need. He is intelligent, informative and wise.',0,'1','','comment',0,0),(5,2954,'Joe Jonas','abc@gmail.com','','27.34.22.102','2022-03-01 00:00:00','2022-03-01 00:00:00','I did the Annapurna circuit trek with WP Travel Engine Adventure, with John as my guide. He was recommended to me by a friend. John really made the trip so wonderful, he had all the details down to a tee, he was very accommodating and knowledgeable, as well as being a true professional he is also so genuine and great fun! I also felt his insight into the country was really interesting.',0,'1','','comment',0,0),(6,2955,'Sunita Sharma','xyz@gmail.com','','27.34.22.102','2022-01-22 00:00:00','2022-01-22 00:00:00','Sunrise is the most beautiful and basecamp sunrise should be a must if you\\\'re in the area. Did the Annapurna Circuit with Nepal Eco Adventure and cannot recommend Joel and his team highly enough. Joel knows what Western travelers want and need. He is intelligent, informative, wise, careful and a mine of information about Nepal, its history, and customs.',0,'1','','comment',0,0),(7,2956,'Nicole Olsen','xyz@gmail.com','','27.34.22.102','2022-01-06 00:00:00','2022-01-06 00:00:00','I did the Annapurna circuit trek with WP Travel Engine Adventure, with John as my guide. He was recommended to me by a friend. John really made the trip so wonderful, he had all the details down to a tee, he was very accommodating and knowledgeable, as well as being a true professional he is also so genuine and great fun! I also felt his insight into the country was really interesting.',0,'1','','comment',0,0); /*!40000 ALTER TABLE `wpxj_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpxj_e_events` -- DROP TABLE IF EXISTS `wpxj_e_events`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpxj_e_events` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `event_data` text DEFAULT NULL, `created_at` datetime NOT NULL, PRIMARY KEY (`id`), KEY `created_at_index` (`created_at`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpxj_e_events` -- LOCK TABLES `wpxj_e_events` WRITE; /*!40000 ALTER TABLE `wpxj_e_events` DISABLE KEYS */; INSERT INTO `wpxj_e_events` (`id`, `event_data`, `created_at`) VALUES (1,'{\"event\":\"modal load\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"account\\\",\\\"user_state\\\":\\\"anon\\\"}\",\"ts\":\"2024-07-19T14:43:39.749-03:00\"}','2024-07-19 14:43:39'); /*!40000 ALTER TABLE `wpxj_e_events` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpxj_links` -- DROP TABLE IF EXISTS `wpxj_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpxj_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) NOT NULL DEFAULT '', `link_name` varchar(255) NOT NULL DEFAULT '', `link_image` varchar(255) NOT NULL DEFAULT '', `link_target` varchar(25) NOT NULL DEFAULT '', `link_description` varchar(255) NOT NULL DEFAULT '', `link_visible` varchar(20) NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT 1, `link_rating` int(11) NOT NULL DEFAULT 0, `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) NOT NULL DEFAULT '', `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpxj_links` -- LOCK TABLES `wpxj_links` WRITE; /*!40000 ALTER TABLE `wpxj_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wpxj_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpxj_loginizer_logs` -- DROP TABLE IF EXISTS `wpxj_loginizer_logs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpxj_loginizer_logs` ( `username` varchar(255) NOT NULL DEFAULT '', `time` int(10) NOT NULL DEFAULT 0, `count` int(10) NOT NULL DEFAULT 0, `lockout` int(10) NOT NULL DEFAULT 0, `ip` varchar(255) NOT NULL DEFAULT '', `url` varchar(255) NOT NULL DEFAULT '', UNIQUE KEY `ip` (`ip`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpxj_loginizer_logs` -- LOCK TABLES `wpxj_loginizer_logs` WRITE; /*!40000 ALTER TABLE `wpxj_loginizer_logs` DISABLE KEYS */; /*!40000 ALTER TABLE `wpxj_loginizer_logs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpxj_options` -- DROP TABLE IF EXISTS `wpxj_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpxj_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) NOT NULL DEFAULT '', `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`), KEY `autoload` (`autoload`) ) ENGINE=MyISAM AUTO_INCREMENT=7257 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpxj_options` -- LOCK TABLES `wpxj_options` WRITE; /*!40000 ALTER TABLE `wpxj_options` DISABLE KEYS */; INSERT INTO `wpxj_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1,'cron','a:11:{i:1756707230;a:1:{s:27:\"wptravelengine_check_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1756708688;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1756709204;a:1:{s:29:\"wp_session_garbage_collection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1756726686;a:2:{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_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1756726688;a:2:{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;}}}i:1756726724;a:3:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1756726725;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1756727014;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:1757072530;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1757158686;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','on'),(2,'siteurl','https://kenyaclassictourtravel.com/griflightservices','on'),(3,'home','https://kenyaclassictourtravel.com/griflightservices','on'),(4,'blogname','gri-flightservices','on'),(5,'blogdescription','My WordPress Blog','on'),(6,'users_can_register','0','on'),(7,'admin_email','info@kenyaclassictourtravel.com','on'),(8,'start_of_week','1','on'),(9,'use_balanceTags','0','on'),(10,'use_smilies','1','on'),(11,'require_name_email','1','on'),(12,'comments_notify','1','on'),(13,'posts_per_rss','10','on'),(14,'rss_use_excerpt','0','on'),(15,'mailserver_url','mail.example.com','on'),(16,'mailserver_login','login@example.com','on'),(17,'mailserver_pass','password','on'),(18,'mailserver_port','110','on'),(19,'default_category','1','on'),(20,'default_comment_status','open','on'),(21,'default_ping_status','open','on'),(22,'default_pingback_flag','1','on'),(23,'posts_per_page','10','on'),(24,'date_format','F j, Y','on'),(25,'time_format','g:i a','on'),(26,'links_updated_date_format','F j, Y g:i a','on'),(27,'comment_moderation','0','on'),(28,'moderation_notify','1','on'),(29,'permalink_structure','/%postname%/','on'),(30,'rewrite_rules','a:284:{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:10:\"booking/?$\";s:27:\"index.php?post_type=booking\";s:40:\"booking/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=booking&feed=$matches[1]\";s:35:\"booking/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=booking&feed=$matches[1]\";s:27:\"booking/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=booking&paged=$matches[1]\";s:7:\"trip/?$\";s:24:\"index.php?post_type=trip\";s:37:\"trip/feed/(feed|rdf|rss|rss2|atom)/?$\";s:41:\"index.php?post_type=trip&feed=$matches[1]\";s:32:\"trip/(feed|rdf|rss|rss2|atom)/?$\";s:41:\"index.php?post_type=trip&feed=$matches[1]\";s:24:\"trip/page/([0-9]{1,})/?$\";s:42:\"index.php?post_type=trip&paged=$matches[1]\";s:10:\"enquiry/?$\";s:27:\"index.php?post_type=enquiry\";s:40:\"enquiry/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=enquiry&feed=$matches[1]\";s:35:\"enquiry/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=enquiry&feed=$matches[1]\";s:27:\"enquiry/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=enquiry&paged=$matches[1]\";s:11:\"customer/?$\";s:28:\"index.php?post_type=customer\";s:41:\"customer/feed/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?post_type=customer&feed=$matches[1]\";s:36:\"customer/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?post_type=customer&feed=$matches[1]\";s:28:\"customer/page/([0-9]{1,})/?$\";s:46:\"index.php?post_type=customer&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:46:\"e-floating-buttons/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:56:\"e-floating-buttons/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:76:\"e-floating-buttons/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"e-floating-buttons/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"e-floating-buttons/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:52:\"e-floating-buttons/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"e-floating-buttons/([^/]+)/embed/?$\";s:51:\"index.php?e-floating-buttons=$matches[1]&embed=true\";s:39:\"e-floating-buttons/([^/]+)/trackback/?$\";s:45:\"index.php?e-floating-buttons=$matches[1]&tb=1\";s:47:\"e-floating-buttons/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?e-floating-buttons=$matches[1]&paged=$matches[2]\";s:54:\"e-floating-buttons/([^/]+)/comment-page-([0-9]{1,})/?$\";s:58:\"index.php?e-floating-buttons=$matches[1]&cpage=$matches[2]\";s:43:\"e-floating-buttons/([^/]+)(?:/([0-9]+))?/?$\";s:57:\"index.php?e-floating-buttons=$matches[1]&page=$matches[2]\";s:35:\"e-floating-buttons/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"e-floating-buttons/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"e-floating-buttons/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"e-floating-buttons/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"e-floating-buttons/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"e-floating-buttons/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:41:\"trip-packages/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"trip-packages/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"trip-packages/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"trip-packages/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"trip-packages/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"trip-packages/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"trip-packages/([^/]+)/embed/?$\";s:46:\"index.php?trip-packages=$matches[1]&embed=true\";s:34:\"trip-packages/([^/]+)/trackback/?$\";s:40:\"index.php?trip-packages=$matches[1]&tb=1\";s:42:\"trip-packages/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?trip-packages=$matches[1]&paged=$matches[2]\";s:49:\"trip-packages/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?trip-packages=$matches[1]&cpage=$matches[2]\";s:38:\"trip-packages/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?trip-packages=$matches[1]&page=$matches[2]\";s:30:\"trip-packages/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"trip-packages/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"trip-packages/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"trip-packages/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"trip-packages/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"trip-packages/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:65:\"trip-packages-categories/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:63:\"index.php?trip-packages-categories=$matches[1]&feed=$matches[2]\";s:60:\"trip-packages-categories/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:63:\"index.php?trip-packages-categories=$matches[1]&feed=$matches[2]\";s:41:\"trip-packages-categories/([^/]+)/embed/?$\";s:57:\"index.php?trip-packages-categories=$matches[1]&embed=true\";s:53:\"trip-packages-categories/([^/]+)/page/?([0-9]{1,})/?$\";s:64:\"index.php?trip-packages-categories=$matches[1]&paged=$matches[2]\";s:35:\"trip-packages-categories/([^/]+)/?$\";s:46:\"index.php?trip-packages-categories=$matches[1]\";s:35:\"booking/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"booking/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"booking/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"booking/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"booking/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"booking/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"booking/([^/]+)/embed/?$\";s:40:\"index.php?booking=$matches[1]&embed=true\";s:28:\"booking/([^/]+)/trackback/?$\";s:34:\"index.php?booking=$matches[1]&tb=1\";s:48:\"booking/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?booking=$matches[1]&feed=$matches[2]\";s:43:\"booking/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?booking=$matches[1]&feed=$matches[2]\";s:36:\"booking/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?booking=$matches[1]&paged=$matches[2]\";s:43:\"booking/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?booking=$matches[1]&cpage=$matches[2]\";s:32:\"booking/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?booking=$matches[1]&page=$matches[2]\";s:24:\"booking/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"booking/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"booking/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"booking/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"booking/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"booking/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"trip/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"trip/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"trip/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"trip/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"trip/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"trip/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:21:\"trip/([^/]+)/embed/?$\";s:37:\"index.php?trip=$matches[1]&embed=true\";s:25:\"trip/([^/]+)/trackback/?$\";s:31:\"index.php?trip=$matches[1]&tb=1\";s:45:\"trip/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?trip=$matches[1]&feed=$matches[2]\";s:40:\"trip/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?trip=$matches[1]&feed=$matches[2]\";s:33:\"trip/([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?trip=$matches[1]&paged=$matches[2]\";s:40:\"trip/([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?trip=$matches[1]&cpage=$matches[2]\";s:29:\"trip/([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?trip=$matches[1]&page=$matches[2]\";s:21:\"trip/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:31:\"trip/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:51:\"trip/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"trip/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"trip/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:27:\"trip/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"enquiry/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"enquiry/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"enquiry/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"enquiry/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"enquiry/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"enquiry/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"enquiry/([^/]+)/embed/?$\";s:40:\"index.php?enquiry=$matches[1]&embed=true\";s:28:\"enquiry/([^/]+)/trackback/?$\";s:34:\"index.php?enquiry=$matches[1]&tb=1\";s:48:\"enquiry/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?enquiry=$matches[1]&feed=$matches[2]\";s:43:\"enquiry/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?enquiry=$matches[1]&feed=$matches[2]\";s:36:\"enquiry/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?enquiry=$matches[1]&paged=$matches[2]\";s:43:\"enquiry/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?enquiry=$matches[1]&cpage=$matches[2]\";s:32:\"enquiry/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?enquiry=$matches[1]&page=$matches[2]\";s:24:\"enquiry/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"enquiry/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"enquiry/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"enquiry/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"enquiry/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"enquiry/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"customer/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"customer/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"customer/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"customer/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"customer/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"customer/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"customer/([^/]+)/embed/?$\";s:41:\"index.php?customer=$matches[1]&embed=true\";s:29:\"customer/([^/]+)/trackback/?$\";s:35:\"index.php?customer=$matches[1]&tb=1\";s:49:\"customer/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?customer=$matches[1]&feed=$matches[2]\";s:44:\"customer/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?customer=$matches[1]&feed=$matches[2]\";s:37:\"customer/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?customer=$matches[1]&paged=$matches[2]\";s:44:\"customer/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?customer=$matches[1]&cpage=$matches[2]\";s:33:\"customer/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?customer=$matches[1]&page=$matches[2]\";s:25:\"customer/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"customer/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"customer/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"customer/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"customer/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"customer/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"wte-payments/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"wte-payments/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"wte-payments/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"wte-payments/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"wte-payments/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"wte-payments/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"wte-payments/([^/]+)/embed/?$\";s:45:\"index.php?wte-payments=$matches[1]&embed=true\";s:33:\"wte-payments/([^/]+)/trackback/?$\";s:39:\"index.php?wte-payments=$matches[1]&tb=1\";s:41:\"wte-payments/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?wte-payments=$matches[1]&paged=$matches[2]\";s:48:\"wte-payments/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?wte-payments=$matches[1]&cpage=$matches[2]\";s:37:\"wte-payments/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?wte-payments=$matches[1]&page=$matches[2]\";s:29:\"wte-payments/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"wte-payments/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"wte-payments/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"wte-payments/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"wte-payments/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"wte-payments/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:51:\"wp-travel-engine-coupon/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:61:\"wp-travel-engine-coupon/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:81:\"wp-travel-engine-coupon/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:76:\"wp-travel-engine-coupon/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:76:\"wp-travel-engine-coupon/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:57:\"wp-travel-engine-coupon/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"wp-travel-engine-coupon/([^/]+)/embed/?$\";s:43:\"index.php?wte-coupon=$matches[1]&embed=true\";s:44:\"wp-travel-engine-coupon/([^/]+)/trackback/?$\";s:37:\"index.php?wte-coupon=$matches[1]&tb=1\";s:52:\"wp-travel-engine-coupon/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?wte-coupon=$matches[1]&paged=$matches[2]\";s:59:\"wp-travel-engine-coupon/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?wte-coupon=$matches[1]&cpage=$matches[2]\";s:48:\"wp-travel-engine-coupon/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?wte-coupon=$matches[1]&page=$matches[2]\";s:40:\"wp-travel-engine-coupon/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"wp-travel-engine-coupon/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"wp-travel-engine-coupon/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"wp-travel-engine-coupon/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"wp-travel-engine-coupon/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"wp-travel-engine-coupon/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:51:\"destinations/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?destination=$matches[1]&feed=$matches[2]\";s:46:\"destinations/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?destination=$matches[1]&feed=$matches[2]\";s:27:\"destinations/(.+?)/embed/?$\";s:44:\"index.php?destination=$matches[1]&embed=true\";s:39:\"destinations/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?destination=$matches[1]&paged=$matches[2]\";s:21:\"destinations/(.+?)/?$\";s:33:\"index.php?destination=$matches[1]\";s:49:\"activities/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?activities=$matches[1]&feed=$matches[2]\";s:44:\"activities/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?activities=$matches[1]&feed=$matches[2]\";s:25:\"activities/(.+?)/embed/?$\";s:43:\"index.php?activities=$matches[1]&embed=true\";s:37:\"activities/(.+?)/page/?([0-9]{1,})/?$\";s:50:\"index.php?activities=$matches[1]&paged=$matches[2]\";s:19:\"activities/(.+?)/?$\";s:32:\"index.php?activities=$matches[1]\";s:49:\"trip-types/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?trip_types=$matches[1]&feed=$matches[2]\";s:44:\"trip-types/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?trip_types=$matches[1]&feed=$matches[2]\";s:25:\"trip-types/(.+?)/embed/?$\";s:43:\"index.php?trip_types=$matches[1]&embed=true\";s:37:\"trip-types/(.+?)/page/?([0-9]{1,})/?$\";s:50:\"index.php?trip_types=$matches[1]&paged=$matches[2]\";s:19:\"trip-types/(.+?)/?$\";s:32:\"index.php?trip_types=$matches[1]\";s:54:\"trip-difficulty/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?difficulty=$matches[1]&feed=$matches[2]\";s:49:\"trip-difficulty/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?difficulty=$matches[1]&feed=$matches[2]\";s:30:\"trip-difficulty/(.+?)/embed/?$\";s:43:\"index.php?difficulty=$matches[1]&embed=true\";s:42:\"trip-difficulty/(.+?)/page/?([0-9]{1,})/?$\";s:50:\"index.php?difficulty=$matches[1]&paged=$matches[2]\";s:24:\"trip-difficulty/(.+?)/?$\";s:32:\"index.php?difficulty=$matches[1]\";s:49:\"trip-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?trip_tag=$matches[1]&feed=$matches[2]\";s:44:\"trip-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?trip_tag=$matches[1]&feed=$matches[2]\";s:25:\"trip-tag/([^/]+)/embed/?$\";s:41:\"index.php?trip_tag=$matches[1]&embed=true\";s:37:\"trip-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?trip_tag=$matches[1]&paged=$matches[2]\";s:19:\"trip-tag/([^/]+)/?$\";s:30:\"index.php?trip_tag=$matches[1]\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s: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:41:\"index.php?&page_id=2255&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:45:\"(.?.+?)/wp-travel-engine-lost-pass(/(.*))?/?$\";s:69:\"index.php?pagename=$matches[1]&wp-travel-engine-lost-pass=$matches[3]\";s:51:\"(.?.+?)/wp-travel-engine-customer-logout(/(.*))?/?$\";s:75:\"index.php?pagename=$matches[1]&wp-travel-engine-customer-logout=$matches[3]\";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\";}','on'),(31,'hack_file','0','on'),(32,'blog_charset','UTF-8','on'),(33,'moderation_keys','','off'),(34,'active_plugins','a:9:{i:0;s:37:\"wp-travel-engine/wp-travel-engine.php\";i:1;s:41:\"demo-importer-plus/demo-importer-plus.php\";i:2;s:23:\"elementor/elementor.php\";i:3;s:23:\"loginizer/loginizer.php\";i:4;s:73:\"mega-elements-addons-for-elementor/mega-elements-addons-for-elementor.php\";i:5;s:49:\"travel-booking-toolkit/travel-booking-toolkit.php\";i:6;s:33:\"w3-total-cache/w3-total-cache.php\";i:7;s:41:\"wordpress-importer/wordpress-importer.php\";i:8;s:47:\"wte-elementor-widgets/wte-elementor-widgets.php\";}','on'),(35,'category_base','','on'),(36,'ping_sites','https://rpc.pingomatic.com/','on'),(37,'comment_max_links','2','on'),(38,'gmt_offset','0','on'),(39,'default_email_category','1','on'),(40,'recently_edited','','off'),(41,'template','travel-monster','on'),(42,'stylesheet','travel-explorer','on'),(43,'comment_registration','0','on'),(44,'html_type','text/html','on'),(45,'use_trackback','0','on'),(46,'default_role','subscriber','on'),(47,'db_version','60421','on'),(48,'uploads_use_yearmonth_folders','1','on'),(49,'upload_path','','on'),(50,'blog_public','1','on'),(51,'default_link_category','2','on'),(52,'show_on_front','page','on'),(53,'tag_base','','on'),(54,'show_avatars','1','on'),(55,'avatar_rating','G','on'),(56,'upload_url_path','','on'),(57,'thumbnail_size_w','150','on'),(58,'thumbnail_size_h','150','on'),(59,'thumbnail_crop','1','on'),(60,'medium_size_w','300','on'),(61,'medium_size_h','300','on'),(62,'avatar_default','mystery','on'),(63,'large_size_w','1024','on'),(64,'large_size_h','1024','on'),(65,'image_default_link_type','none','on'),(66,'image_default_size','','on'),(67,'image_default_align','','on'),(68,'close_comments_for_old_posts','0','on'),(69,'close_comments_days_old','14','on'),(70,'thread_comments','1','on'),(71,'thread_comments_depth','5','on'),(72,'page_comments','0','on'),(73,'comments_per_page','50','on'),(74,'default_comments_page','newest','on'),(75,'comment_order','asc','on'),(76,'sticky_posts','a:0:{}','on'),(77,'widget_categories','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','auto'),(78,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','auto'),(79,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','auto'),(80,'uninstall_plugins','a:2:{s:23:\"loginizer/loginizer.php\";s:22:\"loginizer_deactivation\";s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}}','off'),(81,'timezone_string','','on'),(82,'page_for_posts','2546','on'),(83,'page_on_front','2255','on'),(84,'default_post_format','0','on'),(85,'link_manager_enabled','0','on'),(86,'finished_splitting_shared_terms','1','on'),(87,'site_icon','0','on'),(88,'medium_large_size_w','768','on'),(89,'medium_large_size_h','0','on'),(90,'wp_page_for_privacy_policy','3','on'),(91,'show_comments_cookies_opt_in','1','on'),(92,'admin_email_lifespan','1736941086','on'),(93,'disallowed_keys','','off'),(94,'comment_previously_approved','1','on'),(95,'auto_plugin_theme_update_emails','a:0:{}','off'),(96,'auto_update_core_dev','enabled','on'),(97,'auto_update_core_minor','enabled','on'),(98,'auto_update_core_major','enabled','on'),(99,'wp_force_deactivated_plugins','a:0:{}','off'),(100,'wp_attachment_pages_enabled','0','on'),(101,'initial_db_version','57155','on'),(102,'wpxj_user_roles','a:6:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:69:{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:9:\"edit_trip\";b:1;s:9:\"read_trip\";b:1;s:11:\"delete_trip\";b:1;s:10:\"edit_trips\";b:1;s:17:\"edit_others_trips\";b:1;s:13:\"publish_trips\";b:1;s:18:\"read_private_trips\";b:1;s:11:\"manage_trip\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:42:{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:9:\"edit_trip\";b:1;s:9:\"read_trip\";b:1;s:11:\"delete_trip\";b:1;s:10:\"edit_trips\";b:1;s:17:\"edit_others_trips\";b:1;s:13:\"publish_trips\";b:1;s:18:\"read_private_trips\";b:1;s:11:\"manage_trip\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:25:\"wp-travel-engine-customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}}','auto'),(103,'fresh_site','0','off'),(104,'user_count','1','off'),(105,'widget_block','a:7:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}i:7;a:1:{s:7:\"content\";s:60:\"<!-- wp:search {\"label\":\"Search\",\"buttonText\":\"Search\"} /-->\";}s:12:\"_multiwidget\";i:1;}','auto'),(106,'sidebars_widgets','a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:14:\"wte-sidebar-id\";a:1:{i:0;s:27:\"wte_featured_trips_widget-1\";}s:7:\"sidebar\";a:10:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";i:5;s:7:\"block-7\";i:6;s:38:\"travel_booking_toolkit_taxonomy_list-1\";i:7;s:38:\"travel_booking_toolkit_taxonomy_list-2\";i:8;s:27:\"wte_featured_trips_widget-2\";i:9;s:36:\"travel_booking_toolkit_recent_post-1\";}s:10:\"footer-one\";a:1:{i:0;s:45:\"travel_booking_toolkit_contact_social_links-1\";}s:10:\"footer-two\";a:1:{i:0;s:10:\"nav_menu-1\";}s:12:\"footer-three\";a:1:{i:0;s:10:\"nav_menu-2\";}s:11:\"footer-four\";a:1:{i:0;s:10:\"nav_menu-3\";}s:13:\"array_version\";i:3;}','auto'),(107,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(108,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(109,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(110,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(111,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(112,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(113,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(114,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(115,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(116,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(117,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(118,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(119,'widget_nav_menu','a:4:{i:1;a:2:{s:5:\"title\";s:12:\"Destinations\";s:8:\"nav_menu\";i:50;}i:2;a:2:{s:5:\"title\";s:10:\"Activities\";s:8:\"nav_menu\";i:49;}i:3;a:2:{s:5:\"title\";s:10:\"Trip Types\";s:8:\"nav_menu\";i:53;}s:12:\"_multiwidget\";i:1;}','auto'),(120,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(121,'recovery_keys','a:0:{}','off'),(122,'theme_mods_twentytwentyfour','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1721389354;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\";}}}}','off'),(123,'loginizer_version','2.0.2','auto'),(124,'loginizer_options','a:0:{}','auto'),(125,'loginizer_last_reset','1756707172','auto'),(126,'loginizer_whitelist','a:0:{}','auto'),(127,'loginizer_blacklist','a:0:{}','auto'),(128,'loginizer_2fa_whitelist','a:0:{}','auto'),(129,'loginizer_ins_time','1721389088','auto'),(178,'theme_mods_travel-explorer','a:17:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:51;s:9:\"secondary\";i:52;}s:18:\"custom_css_post_id\";i:-1;s:9:\"tmp_phone\";s:15:\"(01)123-456-789\";s:18:\"header_button_link\";s:1:\"#\";s:36:\"travel_explorer_header_contact_image\";s:97:\"https://kenyaclassictourtravel.com/griflightservices/wp-content/uploads/2024/07/contact-image.jpg\";s:41:\"travel_explorer_header_trip_advisor_image\";s:94:\"https://kenyaclassictourtravel.com/griflightservices/wp-content/uploads/2024/07/Group-6358.png\";s:10:\"hide_title\";b:1;s:11:\"custom_logo\";i:4965;s:10:\"logo_width\";i:280;s:14:\"te_phone_label\";s:26:\"Talk to an Expert ( Harry)\";s:17:\"tablet_logo_width\";i:230;s:17:\"mobile_logo_width\";i:250;s:21:\"header_btn_text_color\";s:7:\"#494d41\";s:22:\"btn_text_color_initial\";s:7:\"#151515\";s:12:\"primary_font\";a:1:{s:8:\"variants\";s:7:\"regular\";}s:16:\"footer_copyright\";s:66:\"© Copyright 2024 gri-flightservices. Designed and Developed Joy22\";}','off'),(188,'_site_transient_wp_plugin_dependencies_plugin_data','a:0:{}','off'),(201,'elementor_disable_typography_schemes','yes','auto'),(202,'travel_monster_flag','1','auto'),(550,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:31:\"info@kenyaclassictourtravel.com\";s:7:\"version\";s:5:\"6.8.2\";s:9:\"timestamp\";i:1752646201;}','off'),(189,'recently_activated','a:0:{}','off'),(142,'loginizer_promo_time','1721389124','auto'),(143,'loginizer_backuply_promo_time','1721389124','auto'),(144,'loginizer_csrf_promo_time','1721389124','auto'),(200,'elementor_disable_color_schemes','yes','auto'),(146,'w3tc_state','{\"common.install\":1721389124,\"common.install_version\":\"2.4.1\",\"license.status\":\"no_key\",\"license.next_check\":1737876275,\"license.terms\":\"\",\"common.show_note.plugins_updated\":true,\"common.show_note.plugins_updated.timestamp\":1721392448,\"tasks.last_run_version\":\"2.8.2\",\"tasks.generic.last_run_version\":\"2.8.12\"}','off'),(191,'demo_importer_plus_recent_import_log_file','/home/kenyacla/public_html/griflightservices/wp-content/uploads/demo-importer-plus/import-19-Jul-2024-11-43-14.txt','auto'),(168,'finished_updating_comment_type','1','auto'),(161,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1721432330','off'),(196,'elementor_active_kit','2579','auto'),(197,'elementor_font_display','swap','auto'),(203,'elementor_experiment-container','active','auto'),(204,'travel_monster_flexbox','1','auto'),(205,'elementor_version','3.27.0','auto'),(206,'elementor_install_history','a:28:{s:6:\"3.23.1\";i:1721389415;s:6:\"3.23.2\";i:1721750195;s:6:\"3.23.3\";i:1722009425;s:6:\"3.23.4\";i:1722873371;s:6:\"3.24.0\";i:1725983869;s:6:\"3.24.2\";i:1726243948;s:6:\"3.24.3\";i:1726675451;s:6:\"3.24.4\";i:1727107101;s:6:\"3.24.5\";i:1727798558;s:6:\"3.24.6\";i:1728489761;s:6:\"3.24.7\";i:1729008625;s:6:\"3.25.0\";i:1730131400;s:6:\"3.25.1\";i:1730217884;s:6:\"3.25.3\";i:1730304205;s:6:\"3.25.4\";i:1730653567;s:6:\"3.25.5\";i:1731431624;s:6:\"3.25.6\";i:1731519101;s:6:\"3.25.7\";i:1731950391;s:6:\"3.25.8\";i:1732036168;s:6:\"3.25.9\";i:1732122362;s:7:\"3.25.10\";i:1732518725;s:7:\"3.25.11\";i:1733901985;s:6:\"3.26.0\";i:1734419606;s:6:\"3.26.2\";i:1734678829;s:6:\"3.26.3\";i:1734938377;s:6:\"3.26.4\";i:1736320566;s:6:\"3.26.5\";i:1737012202;s:6:\"3.27.0\";i:1737444276;}','auto'),(207,'elementor_events_db_version','1.0.0','off'),(210,'elementor_onboarded','1','auto'),(223,'widget_travel_booking_toolkit_icon_text_widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(224,'widget_travel_booking_toolkit_cta_widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(225,'widget_wptravelengine_client_logo_widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(226,'widget_travel_booking_toolkit_recent_post','a:2:{i:1;a:6:{s:5:\"title\";s:12:\"Recent Posts\";s:8:\"num_post\";i:3;s:14:\"show_thumbnail\";i:1;s:13:\"show_postdate\";i:1;s:5:\"style\";s:9:\"style-one\";s:6:\"target\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','auto'),(227,'widget_travel_booking_toolkit_contact_social_links','a:2:{i:1;a:9:{s:5:\"title\";s:12:\"Contact Info\";s:6:\"target\";s:1:\"1\";s:4:\"size\";N;s:11:\"description\";s:33:\"Open from 6 AM to 9 PM everyday. \";s:9:\"telephone\";s:13:\"01 2345 65486\";s:5:\"email\";s:22:\"contact@yourdomain.com\";s:7:\"address\";s:17:\"Thamel, Kathmandu\";s:14:\"social_profile\";a:3:{i:1;s:16:\"fa fa-facebook-f\";i:2;s:7:\"twitter\";i:3;s:9:\"instagram\";}s:6:\"social\";a:3:{i:1;s:20:\"https://facebook.com\";i:2;s:19:\"https://twitter.com\";i:3;s:21:\"https://instagram.com\";}}s:12:\"_multiwidget\";i:1;}','auto'),(228,'widget_travel_booking_toolkit_image_text_widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(229,'widget_travel_booking_toolkit_taxonomy_list','a:3:{i:1;a:4:{s:5:\"title\";s:11:\"Destination\";s:8:\"num_post\";i:10;s:3:\"tax\";s:11:\"destination\";s:6:\"target\";s:0:\"\";}i:2;a:4:{s:5:\"title\";s:10:\"Activities\";s:8:\"num_post\";i:5;s:3:\"tax\";s:10:\"activities\";s:6:\"target\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','auto'),(286,'demo_importer_plus_import_data','a:3:{s:7:\"success\";b:1;s:7:\"message\";s:16:\"Demo Site Found.\";s:4:\"data\";a:17:{s:2:\"id\";i:428;s:10:\"theme_slug\";s:15:\"travel-explorer\";s:10:\"theme_name\";s:15:\"Travel Explorer\";s:10:\"site_title\";s:15:\"Travel Explorer\";s:8:\"site_url\";s:46:\"https://wptravelenginedemo.com/travel-explorer\";s:9:\"site_type\";s:4:\"free\";s:15:\"is_onepage_demo\";s:3:\"yes\";s:15:\"customizer-data\";a:16:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:11;s:9:\"secondary\";i:12;}s:18:\"custom_css_post_id\";i:-1;s:9:\"tmp_phone\";s:15:\"(01)123-456-789\";s:18:\"header_button_link\";s:1:\"#\";s:36:\"travel_explorer_header_contact_image\";s:100:\"https://wptravelenginedemo.com/travel-explorer/wp-content/uploads/sites/46/2023/05/contact-image.jpg\";s:41:\"travel_explorer_header_trip_advisor_image\";s:97:\"https://wptravelenginedemo.com/travel-explorer/wp-content/uploads/sites/46/2023/05/Group-6358.png\";s:10:\"hide_title\";b:1;s:11:\"custom_logo\";s:83:\"https://wptravelenginedemo.com/wp-content/uploads/sites/46/2023/05/cropped-logo.png\";s:10:\"logo_width\";i:250;s:14:\"te_phone_label\";s:26:\"Talk to an Expert ( Harry)\";s:17:\"tablet_logo_width\";i:230;s:17:\"mobile_logo_width\";i:250;s:21:\"header_btn_text_color\";s:7:\"#494d41\";s:22:\"btn_text_color_initial\";s:7:\"#151515\";s:12:\"primary_font\";a:1:{s:8:\"variants\";s:7:\"regular\";}}s:8:\"wxr-path\";s:70:\"https://wptravelenginedemo.com/wp-content/site-xmls/travelexplorer.xml\";s:11:\"site-option\";a:43:{s:10:\"custom_log\";s:83:\"https://wptravelenginedemo.com/wp-content/uploads/sites/46/2023/05/cropped-logo.png\";s:11:\"custom_logo\";s:83:\"https://wptravelenginedemo.com/wp-content/uploads/sites/46/2023/05/cropped-logo.png\";s:19:\"permalink_structure\";s:12:\"/%postname%/\";s:20:\"elementor_active_kit\";s:4:\"2579\";s:25:\"elementor_container_width\";i:1290;s:21:\"elementor_cpt_support\";a:1:{i:0;s:4:\"page\";}s:26:\"elementor_css_print_method\";s:8:\"external\";s:31:\"elementor_disable_color_schemes\";s:3:\"yes\";s:36:\"elementor_disable_typography_schemes\";s:3:\"yes\";s:31:\"elementor_default_generic_fonts\";s:10:\"Sans-serif\";s:28:\"elementor_editor_break_lines\";s:0:\"\";s:28:\"elementor_exclude_user_roles\";b:0;s:31:\"elementor_global_image_lightbox\";s:0:\"\";s:23:\"elementor_load_fa4_shim\";s:0:\"\";s:29:\"elementor_page_title_selector\";s:14:\"h1.entry-title\";s:22:\"elementor_scheme_color\";a:4:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";}s:29:\"elementor_scheme_color-picker\";a:8:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";i:5;s:7:\"#4054b2\";i:6;s:7:\"#23a455\";i:7;s:4:\"#000\";i:8;s:4:\"#fff\";}s:27:\"elementor_scheme_typography\";a:4:{i:1;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"600\";}i:2;a:2:{s:11:\"font_family\";s:11:\"Roboto Slab\";s:11:\"font_weight\";s:3:\"400\";}i:3;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"400\";}i:4;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"500\";}}s:31:\"elementor_space_between_widgets\";i:0;s:37:\"elementor_stretched_section_container\";s:0:\"\";s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";s:12:\"primary-menu\";s:9:\"secondary\";s:14:\"secondary-menu\";}s:14:\"page_for_posts\";s:4:\"Blog\";s:13:\"page_on_front\";s:4:\"Home\";s:13:\"show_on_front\";s:4:\"page\";s:27:\"woocommerce_cart_page_title\";b:0;s:38:\"woocommerce_change_password_page_title\";b:0;s:31:\"woocommerce_checkout_page_title\";b:0;s:35:\"woocommerce_edit_address_page_title\";b:0;s:42:\"woocommerce_enable_checkout_login_reminder\";b:0;s:33:\"woocommerce_enable_guest_checkout\";b:0;s:41:\"woocommerce_enable_myaccount_registration\";b:0;s:49:\"woocommerce_enable_signup_and_login_from_checkout\";b:0;s:29:\"woocommerce_logout_page_title\";b:0;s:32:\"woocommerce_myaccount_page_title\";b:0;s:30:\"woocommerce_product_attributes\";b:0;s:23:\"woocommerce_product_cat\";b:0;s:28:\"woocommerce_product_cat_list\";b:0;s:42:\"woocommerce_registration_generate_username\";b:0;s:27:\"woocommerce_shop_page_title\";b:0;s:33:\"woocommerce_view_order_page_title\";b:0;s:11:\"ultp-widget\";b:0;s:24:\"primary_pricing_category\";s:2:\"51\";s:25:\"wp_travel_engine_settings\";a:85:{s:5:\"group\";a:4:{s:8:\"discount\";s:1:\"1\";s:21:\"discount_availability\";s:0:\"\";s:20:\"discount_guide_title\";s:0:\"\";s:25:\"discount_guide_open_title\";s:0:\"\";}s:9:\"departure\";a:3:{s:7:\"section\";s:1:\"1\";s:13:\"section_title\";s:0:\"\";s:25:\"hide_availability_section\";s:0:\"\";}s:5:\"email\";a:11:{s:6:\"emails\";s:17:\"admin@example.com\";s:34:\"booking_notification_subject_admin\";s:50:\"New Booking Order has been received ({booking_id})\";s:35:\"booking_notification_template_admin\";s:2385:\"<table class=\"main\" width=\"100%\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td class=\"content-wrap aligncenter\">\n <table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td class=\"content-block\">\n <h1 class=\"aligncenter\">New Booking</h1>\n </td>\n </tr>\n <tr>\n <td class=\"content-block aligncenter\">\n <table class=\"invoice\">\n <tr>\n <td style=\"margin: 0;padding: 5px 0\" valign=\"top\">Dear Admin,<br><br>\n A new booking has been made on your website. Booking details are listed below. </td>\n </tr>\n <br>\n <tr>\n <td style=\"margin: 0;padding: 5px 0\" valign=\"top\">\n <table class=\"invoice-items\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td class=\"title-holder\" style=\"margin: 0\" valign=\"top\" colspan=\"2\">\n <h3 class=\"alignleft\">Booking Trips ({booking_trips_count})</h3>\n </td>\n </tr>\n <tr><td colspan=\"2\">{booking_details}</td></tr>\n <tr>\n <td class=\"title-holder\" style=\"margin: 0\" valign=\"top\">\n <h3 class=\"alignleft\">Billing Details</h3>\n </td>\n </tr>\n <tr>\n <td>Name</td>\n <td class=\"alignright\">{fullname}</td>\n </tr>\n <tr>\n <td>Email</td>\n <td class=\"alignright\">{user_email}</td>\n </tr>\n <tr>\n <td>Billing Address</td>\n <td class=\"alignright\">{billing_address}</td>\n </tr>\n <tr>\n <td>City</td>\n <td class=\"alignright\">{city}</td>\n </tr>\n <tr>\n <td>Country</td>\n <td class=\"alignright\">{country}</td>\n </tr>\n <!-- Bank Details -->\n <tr>\n <td colspan=\"2\">{bank_details}</td>\n </tr>\n <!-- Check Payment Instructions -->\n <tr>\n <td colspan=\"2\">{check_payment_instruction}</td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td class=\"content-block aligncenter\">\n <a href=\"{booking_url}\">View booking on your website site</a>\n </td>\n </tr>\n <tr>\n <td class=\"content-block aligncenter\">\n {sitename}\n </td>\n </tr>\n </table>\n </td>\n </tr>\n</table>\n\";s:12:\"sale_subject\";s:42:\"Payment has been received for {booking_id}\";s:14:\"sales_wpeditor\";s:3373:\"<table class=\"main\" width=\"100%\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td class=\"content-wrap aligncenter\">\n <table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td class=\"content-block\">\n <h1 class=\"aligncenter\">A Payment has been received for {booking_id}</h1>\n </td>\n </tr>\n <tr>\n <td class=\"content-block aligncenter\">\n <table class=\"invoice\">\n <tr>\n <td style=\"margin: 0;padding: 5px 0\" valign=\"top\">Dear Admin,<br><br>\n A payment has been received for {booking_id}. The payment details are listed below. </td>\n </tr>\n <br>\n <tr>\n <td style=\"margin: 0;padding: 5px 0\" valign=\"top\">\n <table class=\"invoice-items\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td class=\"title-holder\" style=\"margin: 0\" valign=\"top\" colspan=\"2\">\n <h3 class=\"alignleft\">Booked Trips ({booking_trips_count})</h3>\n </td>\n </tr>\n <tr><td colspan=\"2\">{booking_details}</td></tr>\n <tr>\n <td class=\"title-holder\" style=\"margin: 0\" valign=\"top\">\n <h3 class=\"alignleft\">Billing Details</h3>\n </td>\n </tr>\n <tr>\n <td>Booking Name</td>\n <td class=\"alignright\">{fullname}</td>\n </tr>\n <tr>\n <td>Booking Email</td>\n <td class=\"alignright\">{user_email}</td>\n </tr>\n <tr>\n <td>Billing Address</td>\n <td class=\"alignright\">{billing_address}</td>\n </tr>\n <tr>\n <td>City</td>\n <td class=\"alignright\">{city}</td>\n </tr>\n <tr>\n <td>Country</td>\n <td class=\"alignright\">{country}</td>\n </tr>\n <!-- Bank Details -->\n <tr>\n <td colspan=\"2\">{bank_details}</td>\n </tr>\n <!-- Check Payment Instructions -->\n <tr>\n <td colspan=\"2\">{check_payment_instruction}</td>\n </tr>\n <tr>\n <td class=\"title-holder\" style=\"margin: 0\" valign=\"top\">\n <h3 class=\"alignleft\">Payment Details</h3>\n </td>\n </tr>\n <tr>\n <td>Subtotal</td>\n <td class=\"alignright\">{subtotal}</td>\n </tr>\n <tr>\n <td>Total</td>\n <td class=\"alignright\">{total}</td>\n </tr>\n <tr>\n <td>Discount</td>\n <td class=\"alignright\">{discount_amount}</td>\n </tr>\n <tr>\n <td>Paid amount</td>\n <td class=\"alignright\">{paid_amount}</td>\n </tr>\n <tr>\n <td>Due</td>\n <td class=\"alignright\">{due}</td>\n </tr>\n <tr class=\"total\">\n <td class=\"alignright\">Total</td>\n <td class=\"alignright\">{price}</td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td class=\"content-block aligncenter\">\n <a href=\"{booking_url}\">View booking on your website site</a>\n </td>\n </tr>\n <tr>\n <td class=\"content-block aligncenter\">\n {sitename}\n </td>\n </tr>\n </table>\n </td>\n </tr>\n</table>\n\";s:4:\"name\";s:14:\"Travel Monster\";s:4:\"from\";s:17:\"customer@test.com\";s:37:\"booking_notification_subject_customer\";s:49:\"Your Booking Order has been placed ({booking_id})\";s:38:\"booking_notification_template_customer\";s:2257:\"<table class=\"main\" width=\"100%\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td class=\"content-wrap aligncenter\">\n <table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td class=\"content-block\">\n <h1 class=\"aligncenter\">Booking Confirmation</h1>\n </td>\n </tr>\n <tr>\n <td class=\"content-block aligncenter\">\n <table class=\"invoice\">\n <tr>\n <td style=\"margin: 0;padding: 5px 0\" valign=\"top\">Dear {name},<br><br>\n You have successfully made the trip booking. Your booking information is listed below. </td>\n </tr>\n <br>\n <tr>\n <td style=\"margin: 0;padding: 5px 0\" valign=\"top\">\n <table class=\"invoice-items\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td class=\"title-holder\" style=\"margin: 0\" valign=\"top\" colspan=\"2\">\n <h3 class=\"alignleft\">Booking Trips ({booking_trips_count})</h3>\n </td>\n </tr>\n <tr><td colspan=\"2\">{booking_details}</td></tr>\n <tr>\n <td class=\"title-holder\" style=\"margin: 0\" valign=\"top\">\n <h3 class=\"alignleft\">Billing Details</h3>\n </td>\n </tr>\n <tr>\n <td>Name</td>\n <td class=\"alignright\">{fullname}</td>\n </tr>\n <tr>\n <td>Email</td>\n <td class=\"alignright\">{user_email}</td>\n </tr>\n <tr>\n <td>Billing Address</td>\n <td class=\"alignright\">{billing_address}</td>\n </tr>\n <tr>\n <td>City</td>\n <td class=\"alignright\">{city}</td>\n </tr>\n <tr>\n <td>Country</td>\n <td class=\"alignright\">{country}</td>\n </tr>\n <!-- Bank Details -->\n <tr>\n <td colspan=\"2\">{bank_details}</td>\n </tr>\n <!-- Check Payment Instructions -->\n <tr>\n <td colspan=\"2\">{check_payment_instruction}</td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td class=\"content-block aligncenter\">\n {sitename}\n </td>\n </tr>\n </table>\n </td>\n </tr>\n</table>\n\";s:7:\"subject\";s:48:\"Your payment has been confirmed for {booking_id}\";s:17:\"purchase_wpeditor\";s:3219:\"<table class=\"main\" width=\"100%\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td class=\"content-wrap aligncenter\">\n <table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td class=\"content-block\">\n <h1 class=\"aligncenter\">Your booking has been confirmed.</h1>\n </td>\n </tr>\n <tr>\n <td class=\"content-block aligncenter\">\n <table class=\"invoice\">\n <tr>\n <td style=\"margin: 0;padding: 5px 0\" valign=\"top\">Dear {name},<br><br>\n Your booking has been confirmed. Your booking and payment information is listed below. </td>\n </tr>\n <br>\n <tr>\n <td style=\"margin: 0;padding: 5px 0\" valign=\"top\">\n <table class=\"invoice-items\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td class=\"title-holder\" style=\"margin: 0\" valign=\"top\" colspan=\"2\">\n <h3 class=\"alignleft\">Booked Trips ({booking_trips_count})</h3>\n </td>\n </tr>\n <tr><td colspan=\"2\">{booking_details}</td></tr>\n <tr>\n <td class=\"title-holder\" style=\"margin: 0\" valign=\"top\">\n <h3 class=\"alignleft\">Billing Details</h3>\n </td>\n </tr>\n <tr>\n <td>Booking Name</td>\n <td class=\"alignright\">{fullname}</td>\n </tr>\n <tr>\n <td>Booking Email</td>\n <td class=\"alignright\">{user_email}</td>\n </tr>\n <tr>\n <td>Billing Address</td>\n <td class=\"alignright\">{billing_address}</td>\n </tr>\n <tr>\n <td>City</td>\n <td class=\"alignright\">{city}</td>\n </tr>\n <tr>\n <td>Country</td>\n <td class=\"alignright\">{country}</td>\n </tr>\n <!-- Bank Details -->\n <tr>\n <td colspan=\"2\">{bank_details}</td>\n </tr>\n <!-- Check Payment Instructions -->\n <tr>\n <td colspan=\"2\">{check_payment_instruction}</td>\n </tr>\n <tr>\n <td class=\"title-holder\" style=\"margin: 0\" valign=\"top\">\n <h3 class=\"alignleft\">Payment Details</h3>\n </td>\n </tr>\n <tr>\n <td>Subtotal</td>\n <td class=\"alignright\">{subtotal}</td>\n </tr>\n <tr>\n <td>Total</td>\n <td class=\"alignright\">{total}</td>\n </tr>\n <tr>\n <td>Discount</td>\n <td class=\"alignright\">{discount_amount}</td>\n </tr>\n <tr>\n <td>Paid amount</td>\n <td class=\"alignright\">{paid_amount}</td>\n </tr>\n <tr>\n <td>Due</td>\n <td class=\"alignright\">{due}</td>\n </tr>\n <tr class=\"total\">\n <td class=\"alignright\">Total</td>\n <td class=\"alignright\">{price}</td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td class=\"content-block aligncenter\">\n {sitename}\n </td>\n </tr>\n </table>\n </td>\n </tr>\n</table>\n\";}s:5:\"pages\";a:8:{s:28:\"wp_travel_engine_place_order\";s:2:\"25\";s:37:\"wp_travel_engine_terms_and_conditions\";s:2:\"26\";s:26:\"wp_travel_engine_thank_you\";s:2:\"24\";s:34:\"wp_travel_engine_confirmation_page\";s:4:\"2250\";s:31:\"wp_travel_engine_dashboard_page\";s:2:\"31\";s:7:\"enquiry\";s:2:\"23\";s:25:\"wp_travel_engine_wishlist\";s:4:\"2553\";s:6:\"search\";s:4:\"2251\";}s:9:\"trip_tabs\";a:5:{s:2:\"id\";a:7:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";}s:5:\"field\";a:7:{i:1;s:9:\"wp_editor\";i:2;s:9:\"itinerary\";i:3;s:4:\"cost\";i:4;s:5:\"dates\";i:5;s:4:\"faqs\";i:6;s:3:\"map\";i:7;s:6:\"review\";}s:4:\"name\";a:7:{i:1;s:8:\"Overview\";i:2;s:9:\"Itinerary\";i:3;s:4:\"Cost\";i:4;s:5:\"Dates\";i:5;s:4:\"FAQs\";i:6;s:3:\"Map\";i:7;s:6:\"Review\";}s:4:\"icon\";a:7:{i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";}s:6:\"enable\";a:7:{i:1;s:3:\"yes\";i:2;s:3:\"yes\";i:3;s:3:\"yes\";i:4;s:3:\"yes\";i:5;s:3:\"yes\";i:6;s:3:\"yes\";i:7;s:3:\"yes\";}}s:21:\"trip_minimum_age_icon\";s:11:\"fas fa-male\";s:21:\"trip_maximum_age_icon\";s:11:\"fas fa-male\";s:15:\"trip_highlights\";a:3:{i:0;a:2:{s:9:\"highlight\";s:21:\"Best Price Guaranteed\";s:4:\"help\";s:99:\"You can add information like this to further explain value that you provide to your travel clients.\";}i:1;a:2:{s:9:\"highlight\";s:15:\"No Booking Fees\";s:4:\"help\";s:99:\"You can add information like this to further explain value that you provide to your travel clients.\";}i:2;a:2:{s:9:\"highlight\";s:24:\"Professional Local Guide\";s:4:\"help\";s:0:\"\";}}s:13:\"currency_code\";s:3:\"USD\";s:15:\"currency_option\";s:6:\"symbol\";s:21:\"amount_display_format\";s:34:\"%CURRENCY_SYMBOL%%FORMATED_AMOUNT%\";s:14:\"decimal_digits\";s:1:\"0\";s:17:\"decimal_separator\";s:1:\".\";s:19:\"thousands_separator\";s:1:\",\";s:21:\"travelers_information\";s:3:\"yes\";s:23:\"show_trip_facts_sidebar\";s:3:\"yes\";s:15:\"hide_powered_by\";s:2:\"no\";s:19:\"disable_fa_icons_js\";s:2:\"no\";s:22:\"show_taxonomy_children\";s:2:\"no\";s:12:\"book_btn_txt\";s:8:\"Book Now\";s:13:\"query_subject\";s:16:\"Enquiry received\";s:13:\"person_format\";s:7:\"/person\";s:16:\"confirmation_msg\";s:103:\"Thank you for booking the trip. Please check your email for confirmation. Below is your booking detail:\";s:8:\"gdpr_msg\";s:35:\"By contacting us, you agree to our \";s:13:\"feat_trip_num\";s:1:\"2\";s:11:\"trip_search\";a:5:{s:11:\"destination\";s:1:\"0\";s:10:\"activities\";s:1:\"0\";s:8:\"duration\";s:1:\"0\";s:6:\"budget\";s:1:\"0\";s:20:\"apply_in_search_page\";s:1:\"0\";}s:21:\"wte_advance_itinerary\";a:2:{s:27:\"itinerary_sleep_mode_fields\";a:4:{i:1;a:1:{s:10:\"field_text\";s:13:\"3 Stars Hotel\";}i:2;a:1:{s:10:\"field_text\";s:9:\"Tea House\";}i:3;a:1:{s:10:\"field_text\";s:13:\"5 Stars Hotel\";}i:4;a:1:{s:10:\"field_text\";s:9:\"Home Stay\";}}s:5:\"chart\";a:5:{s:4:\"show\";s:3:\"yes\";s:8:\"alt_unit\";s:1:\"m\";s:7:\"options\";a:2:{s:20:\"scales.xAxes.display\";s:1:\"1\";s:20:\"scales.yAxes.display\";s:1:\"1\";}s:4:\"data\";a:2:{s:18:\"datasets.data.fill\";s:1:\"1\";s:5:\"color\";s:7:\"#000000\";}s:2:\"bg\";s:0:\"\";}}s:19:\"extra_service_title\";s:0:\"\";s:22:\"partial_payment_enable\";s:2:\"no\";s:23:\"partial_payment_percent\";s:0:\"\";s:22:\"partial_payment_amount\";s:0:\"\";s:16:\"fsd_dates_layout\";s:11:\"months_list\";s:10:\"trip_dates\";a:2:{s:6:\"number\";s:1:\"3\";s:17:\"pagination_number\";s:2:\"10\";}s:12:\"trip_reviews\";a:8:{s:13:\"summary_label\";s:20:\"Overall Trip Rating:\";s:21:\"company_summary_label\";s:23:\"Overall Company Rating:\";s:18:\"reviewed_tour_text\";s:14:\"Reviewed Tour:\";s:15:\"excellent_label\";s:9:\"Excellent\";s:11:\"vgood_label\";s:9:\"Very Good\";s:13:\"average_label\";s:7:\"Average\";s:10:\"poor_label\";s:4:\"Poor\";s:14:\"terrible_label\";s:8:\"Terrible\";}s:18:\"currency_converter\";a:8:{s:6:\"enable\";s:3:\"yes\";s:13:\"sticky_enable\";s:2:\"no\";s:15:\"show_before_bkg\";s:3:\"yes\";s:5:\"title\";s:18:\"Currency Converter\";s:7:\"api_key\";s:0:\"\";s:8:\"key_type\";s:4:\"free\";s:10:\"geo_locate\";s:1:\"0\";s:11:\"auto_update\";s:1:\"0\";}s:10:\"trip_facts\";a:5:{s:3:\"fid\";a:13:{i:35550118;s:8:\"35550118\";i:93988162;s:8:\"93988162\";i:89526429;s:8:\"89526429\";i:28890066;s:8:\"28890066\";i:69738162;s:8:\"69738162\";i:12660073;s:8:\"12660073\";i:32070658;s:8:\"32070658\";i:33257212;s:8:\"33257212\";i:97927509;s:8:\"97927509\";i:90730383;s:8:\"90730383\";i:12647846;s:8:\"12647846\";i:69801669;s:8:\"69801669\";i:31652972;s:8:\"31652972\";}s:8:\"field_id\";a:13:{i:35550118;s:14:\"Transportation\";i:93988162;s:10:\"Group Size\";i:89526429;s:16:\"Maximum Altitude\";i:28890066;s:12:\"Accomodation\";i:69738162;s:13:\"Fitness level\";i:12660073;s:10:\"Arrival on\";i:32070658;s:14:\"Departure from\";i:33257212;s:11:\"Best season\";i:97927509;s:14:\"Guiding method\";i:90730383;s:9:\"Tour type\";i:12647846;s:8:\"Language\";i:69801669;s:5:\"Meals\";i:31652972;s:7:\"Permits\";}s:10:\"field_icon\";a:13:{i:35550118;s:10:\"fas fa-bus\";i:93988162;s:19:\"fas fa-people-group\";i:89526429;s:15:\"fas fa-mountain\";i:28890066;s:10:\"fas fa-bed\";i:69738162;s:14:\"fas fa-running\";i:12660073;s:20:\"fas fa-plane-arrival\";i:32070658;s:22:\"fas fa-plane-departure\";i:33257212;s:16:\"fas fa-cloud-sun\";i:97927509;s:13:\"fas fa-anchor\";i:90730383;s:13:\"fas fa-hiking\";i:12647846;s:15:\"fas fa-language\";i:69801669;s:15:\"fas fa-utensils\";i:31652972;s:19:\"far fa-address-card\";}s:10:\"field_type\";a:13:{i:35550118;s:4:\"text\";i:93988162;s:4:\"text\";i:89526429;s:4:\"text\";i:28890066;s:4:\"text\";i:69738162;s:4:\"text\";i:12660073;s:4:\"text\";i:32070658;s:4:\"text\";i:33257212;s:4:\"text\";i:97927509;s:4:\"text\";i:90730383;s:4:\"text\";i:12647846;s:4:\"text\";i:69801669;s:4:\"text\";i:31652972;s:4:\"text\";}s:17:\"input_placeholder\";a:13:{i:35550118;s:0:\"\";i:93988162;s:0:\"\";i:89526429;s:0:\"\";i:28890066;s:0:\"\";i:69738162;s:0:\"\";i:12660073;s:0:\"\";i:32070658;s:0:\"\";i:33257212;s:0:\"\";i:97927509;s:0:\"\";i:90730383;s:0:\"\";i:12647846;s:0:\"\";i:69801669;s:0:\"\";i:31652972;s:0:\"\";}}s:13:\"payment_debug\";s:2:\"no\";s:15:\"default_gateway\";s:12:\"booking_only\";s:12:\"booking_only\";s:1:\"1\";s:14:\"paypal_payment\";s:1:\"1\";s:20:\"direct_bank_transfer\";s:1:\"1\";s:14:\"check_payments\";s:1:\"1\";s:9:\"paypal_id\";s:0:\"\";s:13:\"bank_transfer\";a:3:{s:5:\"title\";s:13:\"Bank Transfer\";s:11:\"description\";s:176:\"Make your payment directly into our bank account. Please use your Order ID as the payment reference. Your order will not be shipped until the funds have cleared in our account.\";s:11:\"instruction\";s:55:\"Please make your payment on the provided bank accounts.\";}s:13:\"check_payment\";a:3:{s:5:\"title\";s:14:\"Check payments\";s:11:\"description\";s:98:\"Please send a check to Store Name, Store Street, Store Town, Store State / County, Store Postcode.\";s:11:\"instruction\";s:98:\"Please send a check to Store Name, Store Street, Store Town, Store State / County, Store Postcode.\";}s:10:\"tax_enable\";s:2:\"no\";s:15:\"tax_type_option\";s:9:\"exclusive\";s:14:\"tax_percentage\";s:2:\"13\";s:12:\"show_excerpt\";s:1:\"1\";s:18:\"show_related_trips\";s:3:\"yes\";s:27:\"related_trips_section_title\";s:13:\"Related Trips\";s:19:\"no_of_related_trips\";s:1:\"3\";s:20:\"related_trip_show_by\";s:10:\"activities\";s:15:\"wte_sticky_tabs\";s:3:\"yes\";s:21:\"hide_term_description\";s:2:\"no\";s:18:\"default_trip_facts\";a:9:{s:11:\"minimum-age\";a:6:{s:3:\"fid\";s:0:\"\";s:8:\"field_id\";s:11:\"Minimum Age\";s:10:\"field_icon\";s:12:\"fas fa-child\";s:10:\"field_type\";s:11:\"minimum-age\";s:17:\"input_placeholder\";s:30:\"Minimum Age from Trip Settings\";s:7:\"enabled\";s:3:\"yes\";}s:11:\"maximum-age\";a:6:{s:3:\"fid\";s:0:\"\";s:8:\"field_id\";s:11:\"Maximum Age\";s:10:\"field_icon\";s:11:\"fas fa-male\";s:10:\"field_type\";s:11:\"maximum-age\";s:17:\"input_placeholder\";s:30:\"Maximum Age from Trip Settings\";s:7:\"enabled\";s:3:\"yes\";}s:10:\"group-size\";a:6:{s:3:\"fid\";s:0:\"\";s:8:\"field_id\";s:10:\"Group Size\";s:10:\"field_icon\";s:17:\"fas fa-user-group\";s:10:\"field_type\";s:10:\"group-size\";s:17:\"input_placeholder\";s:51:\"Minimum and Maximum praticipants from Trip Settings\";s:7:\"enabled\";s:2:\"no\";}s:12:\"difficulties\";a:6:{s:3:\"fid\";s:0:\"\";s:8:\"field_id\";s:12:\"Difficulties\";s:10:\"field_icon\";s:18:\"fas fa-shoe-prints\";s:10:\"field_type\";s:12:\"difficulties\";s:17:\"input_placeholder\";s:15:\"Trip Difficulty\";s:7:\"enabled\";s:2:\"no\";}s:11:\"destination\";a:6:{s:3:\"fid\";s:0:\"\";s:8:\"field_id\";s:12:\"Destinations\";s:10:\"field_icon\";s:20:\"fas fa-person-hiking\";s:10:\"field_type\";s:20:\"taxonomy:destination\";s:17:\"input_placeholder\";s:20:\"List of Destinations\";s:7:\"enabled\";s:2:\"no\";}s:10:\"activities\";a:6:{s:3:\"fid\";s:0:\"\";s:8:\"field_id\";s:10:\"Activities\";s:10:\"field_icon\";s:20:\"fas fa-person-hiking\";s:10:\"field_type\";s:19:\"taxonomy:activities\";s:17:\"input_placeholder\";s:18:\"List of Activities\";s:7:\"enabled\";s:2:\"no\";}s:10:\"trip_types\";a:6:{s:3:\"fid\";s:0:\"\";s:8:\"field_id\";s:9:\"Trip Type\";s:10:\"field_icon\";s:20:\"fas fa-person-hiking\";s:10:\"field_type\";s:19:\"taxonomy:trip_types\";s:17:\"input_placeholder\";s:17:\"List of Trip Type\";s:7:\"enabled\";s:2:\"no\";}s:10:\"difficulty\";a:6:{s:3:\"fid\";s:0:\"\";s:8:\"field_id\";s:10:\"Difficulty\";s:10:\"field_icon\";s:20:\"fas fa-person-hiking\";s:10:\"field_type\";s:19:\"taxonomy:difficulty\";s:17:\"input_placeholder\";s:18:\"List of Difficulty\";s:7:\"enabled\";s:2:\"no\";}s:8:\"trip_tag\";a:6:{s:3:\"fid\";s:0:\"\";s:8:\"field_id\";s:8:\"Trip Tag\";s:10:\"field_icon\";s:20:\"fas fa-person-hiking\";s:10:\"field_type\";s:17:\"taxonomy:trip_tag\";s:17:\"input_placeholder\";s:16:\"List of Trip Tag\";s:7:\"enabled\";s:2:\"no\";}}s:24:\"display_new_trip_listing\";s:2:\"no\";s:21:\"display_slider_layout\";s:1:\"1\";s:17:\"show_featured_tag\";s:1:\"1\";s:13:\"show_wishlist\";s:1:\"1\";s:16:\"show_map_on_card\";s:1:\"1\";s:19:\"show_difficulty_tax\";s:1:\"1\";s:14:\"show_trips_tag\";s:1:\"1\";s:16:\"show_date_layout\";s:1:\"1\";s:21:\"show_available_months\";s:1:\"1\";s:20:\"show_available_dates\";s:1:\"1\";s:17:\"set_duration_type\";s:4:\"days\";s:7:\"booking\";s:0:\"\";s:22:\"pricing_section_layout\";s:8:\"layout-1\";s:7:\"enquiry\";s:0:\"\";s:25:\"wte_sticky_booking_widget\";s:2:\"no\";s:32:\"related_display_new_trip_listing\";s:2:\"no\";s:26:\"show_related_trip_carousel\";s:1:\"1\";s:25:\"show_related_featured_tag\";s:1:\"1\";s:21:\"show_related_wishlist\";s:1:\"1\";s:16:\"show_related_map\";s:1:\"1\";s:27:\"show_related_difficulty_tax\";s:1:\"1\";s:22:\"show_related_trip_tags\";s:1:\"1\";s:24:\"show_related_date_layout\";s:1:\"1\";s:29:\"show_related_available_months\";s:1:\"1\";s:28:\"show_related_available_dates\";s:1:\"1\";s:15:\"show_trip_facts\";s:3:\"yes\";s:28:\"show_trip_facts_content_area\";s:3:\"yes\";s:15:\"hide_term_title\";s:2:\"no\";s:26:\"show_featured_trips_on_top\";s:3:\"yes\";}}s:19:\"site_featured_image\";s:86:\"https://wptravelenginedemo.com/wp-content/uploads/2023/05/Travel-Explorer-Homepage.png\";s:17:\"site_page_builder\";s:9:\"elementor\";s:15:\"site_categories\";a:0:{}s:9:\"site_tags\";a:0:{}s:5:\"pages\";a:1:{i:2255;a:4:{s:5:\"title\";s:4:\"Home\";s:19:\"fullpage-screenshot\";s:86:\"https://wptravelenginedemo.com/wp-content/uploads/2023/05/Travel-Explorer-Homepage.png\";s:8:\"page_url\";s:47:\"https://wptravelenginedemo.com/travel-explorer/\";s:12:\"page-api-url\";s:71:\"https://wptravelenginedemo.com/travel-explorer/wp-json/wp/v2/pages/2255\";}}s:16:\"required_plugins\";a:5:{i:0;a:3:{s:4:\"name\";s:9:\"Elementor\";s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";}i:1;a:3:{s:4:\"name\";s:36:\"Mega Elements - Addons for Elementor\";s:4:\"slug\";s:34:\"mega-elements-addons-for-elementor\";s:4:\"init\";s:73:\"mega-elements-addons-for-elementor/mega-elements-addons-for-elementor.php\";}i:2;a:3:{s:4:\"name\";s:22:\"Travel Booking Toolkit\";s:4:\"slug\";s:22:\"travel-booking-toolkit\";s:4:\"init\";s:49:\"travel-booking-toolkit/travel-booking-toolkit.php\";}i:3;a:3:{s:4:\"name\";s:36:\"WP Travel Engine - Elementor Widgets\";s:4:\"slug\";s:21:\"wte-elementor-widgets\";s:4:\"init\";s:47:\"wte-elementor-widgets/wte-elementor-widgets.php\";}i:4;a:3:{s:4:\"name\";s:49:\"WP Travel Engine - Travel and Tour Booking Plugin\";s:4:\"slug\";s:16:\"wp-travel-engine\";s:4:\"init\";s:37:\"wp-travel-engine/wp-travel-engine.php\";}}s:12:\"widgets-data\";s:1254:\"{\"wte-sidebar-id\":{\"wte_featured_trips_widget-3\":{\"title\":\"Featured Trips\",\"num_post\":3}},\"sidebar\":{\"block-33\":{\"content\":\"<!-- wp:search {\\\"label\\\":\\\"Search\\\",\\\"buttonText\\\":\\\"Search\\\"} \\/-->\"},\"travel_booking_toolkit_taxonomy_list-3\":{\"title\":\"Destination\",\"num_post\":10,\"tax\":\"destination\",\"target\":\"\"},\"travel_booking_toolkit_taxonomy_list-2\":{\"title\":\"Activities\",\"num_post\":5,\"tax\":\"activities\",\"target\":\"\"},\"wte_featured_trips_widget-4\":{\"title\":\"Featured Trips\",\"num_post\":3},\"travel_booking_toolkit_recent_post-2\":{\"title\":\"Recent Posts\",\"num_post\":3,\"show_thumbnail\":1,\"show_postdate\":1,\"style\":\"style-one\",\"target\":\"\"}},\"footer-one\":{\"travel_booking_toolkit_contact_social_links-3\":{\"title\":\"Contact Info\",\"target\":\"1\",\"size\":null,\"description\":\"Open from 6 AM to 9 PM everyday. \",\"telephone\":\"01 2345 65486\",\"email\":\"contact@yourdomain.com\",\"address\":\"Thamel, Kathmandu\",\"social_profile\":{\"1\":\"fa fa-facebook-f\",\"2\":\"twitter\",\"3\":\"instagram\"},\"social\":{\"1\":\"https:\\/\\/facebook.com\",\"2\":\"https:\\/\\/twitter.com\",\"3\":\"https:\\/\\/instagram.com\"}}},\"footer-two\":{\"nav_menu-5\":{\"title\":\"Destinations\",\"nav_menu\":8}},\"footer-three\":{\"nav_menu-6\":{\"title\":\"Activities\",\"nav_menu\":9}},\"footer-four\":{\"nav_menu-8\":{\"title\":\"Trip Types\",\"nav_menu\":10}}}\";}}','auto'),(216,'_elementor_installed_time','1721389438','auto'),(217,'elementor_remote_info_library','a:3:{s:10:\"types_data\";a:4:{s:5:\"block\";a:2:{s:10:\"categories\";a:30:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:10:\"ehp-footer\";i:9;s:10:\"ehp-header\";i:10;s:3:\"faq\";i:11;s:8:\"features\";i:12;s:6:\"footer\";i:13;s:7:\"Gallery\";i:14;s:6:\"header\";i:15;s:4:\"hero\";i:16;s:11:\"Link in Bio\";i:17;s:9:\"portfolio\";i:18;s:7:\"pricing\";i:19;s:15:\"product archive\";i:20;s:5:\"Quote\";i:21;s:15:\"Service Details\";i:22;s:8:\"services\";i:23;s:11:\"single page\";i:24;s:11:\"single post\";i:25;s:14:\"single product\";i:26;s:5:\"stats\";i:27;s:9:\"subscribe\";i:28;s:4:\"team\";i:29;s:12:\"testimonials\";}s:4:\"sets\";a:5:{i:0;s:11:\"Boxing Club\";i:1;s:19:\"Business Consultant\";i:2;s:16:\"Marketing Agency\";i:3;s:9:\"Wireframe\";i:4;s:15:\"Workshop Center\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a:15:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:9:\"eCommerce\";i:3;s:9:\"Education\";i:4;s:6:\"Events\";i:5;s:18:\"Health and Fitness\";i:6;s:3:\"NFT\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";i:14;s:9:\"Wireframe\";}}s:2:\"lb\";a:1:{s:10:\"categories\";a:2:{i:0;s:4:\"post\";i:1;s:7:\"product\";}}}s:10:\"categories\";a:30:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:10:\"ehp-footer\";i:9;s:10:\"ehp-header\";i:10;s:3:\"faq\";i:11;s:8:\"features\";i:12;s:6:\"footer\";i:13;s:7:\"Gallery\";i:14;s:6:\"header\";i:15;s:4:\"hero\";i:16;s:11:\"Link in Bio\";i:17;s:9:\"portfolio\";i:18;s:7:\"pricing\";i:19;s:15:\"product archive\";i:20;s:5:\"Quote\";i:21;s:15:\"Service Details\";i:22;s:8:\"services\";i:23;s:11:\"single page\";i:24;s:11:\"single post\";i:25;s:14:\"single product\";i:26;s:5:\"stats\";i:27;s:9:\"subscribe\";i:28;s:4:\"team\";i:29;s:12:\"testimonials\";}s:9:\"templates\";a:4:{i:0;a:20:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:20472;s:5:\"title\";s:10:\"test ido f\";s:9:\"thumbnail\";s:153:\"https://library.stg.elementor.red/wp-content/uploads/2025/01/png-clipart-logo-harry-potter-literary-series-lord-voldemort-film-harry-potter-thumbnail.png\";s:12:\"tmpl_created\";i:1751356263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.stg.elementor.red/blocks/test-ido-f/?utm_source=template-library&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:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:1;a:20:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:19968;s:5:\"title\";s:12:\"Zeyad Test 1\";s:9:\"thumbnail\";s:83:\"https://library.stg.elementor.red/wp-content/uploads/2022/09/boxking_hero_img_2.jpg\";s:12:\"tmpl_created\";i:1670765723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.stg.elementor.red/blocks/zeyad-test-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:5:\"about\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:2;a:20:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:19494;s:5:\"title\";s:5:\"test2\";s:9:\"thumbnail\";s:83:\"https://library.stg.elementor.red/wp-content/uploads/2022/09/boxking_hero_img_4.jpg\";s:12:\"tmpl_created\";i:1672308146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.stg.elementor.red/blocks/test2/?utm_source=template-library&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:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:3;a:20:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:9631;s:5:\"title\";s:38:\"Slide-in | Sale | Register | Subscribe\";s:9:\"thumbnail\";s:87:\"https://library.stg.elementor.red/wp-content/uploads/2019/01/Slide-in_Sale_small_01.png\";s:12:\"tmpl_created\";i:1660034300;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.stg.elementor.red/popups/slide-in-sale-01/?utm_source=template-library&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:2:\"[]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}','off'),(6974,'_site_transient_timeout_php_check_f97435f29f75964c6616760b2555a445','1755410917','off'),(6975,'_site_transient_php_check_f97435f29f75964c6616760b2555a445','a:5:{s:19:\"recommended_version\";s:3:\"8.3\";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'),(6670,'_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.8.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.8.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.8.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.8.2-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.8.2\";s:7:\"version\";s:5:\"6.8.2\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1756707193;s:15:\"version_checked\";s:5:\"6.8.2\";s:12:\"translations\";a:0:{}}','off'),(6732,'wptravelengine_update_trip_prices__','yes','auto'),(7252,'_site_transient_timeout_theme_roots','1756708992','off'),(7253,'_site_transient_theme_roots','a:6:{s:15:\"travel-explorer\";s:7:\"/themes\";s:14:\"travel-monster\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}','off'),(6853,'_transient_timeout_elementor_remote_info_api_data_3.30.3','1753985769','off'),(6854,'_transient_elementor_remote_info_api_data_3.30.3','a:4:{s:9:\"timestamp\";s:10:\"1753940854\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:82:{i:0;a:4:{s:4:\"name\";s:6:\"search\";s:5:\"title\";s:6:\"Search\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:3;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-2\";s:5:\"title\";s:7:\"Classic\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:4;a:4:{s:4:\"name\";s:9:\"mega-menu\";s:5:\"title\";s:4:\"Menu\";s:4:\"icon\";s:15:\"eicon-mega-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:5;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-3\";s:5:\"title\";s:8:\"Showcase\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:6;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-4\";s:5:\"title\";s:5:\"Links\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:8;a:4:{s:4:\"name\";s:9:\"loop-grid\";s:5:\"title\";s:9:\"Loop Grid\";s:4:\"icon\";s:18:\"eicon-loop-builder\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:9;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-5\";s:5:\"title\";s:8:\"Services\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:10;a:4:{s:4:\"name\";s:13:\"loop-carousel\";s:5:\"title\";s:13:\"Loop Carousel\";s:4:\"icon\";s:19:\"eicon-carousel-loop\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:11;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-6\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:12;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-7\";s:5:\"title\";s:13:\"Business Card\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:14;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:16;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:19;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:20;a:4:{s:4:\"name\";s:15:\"nested-carousel\";s:5:\"title\";s:8:\"Carousel\";s:4:\"icon\";s:21:\"eicon-nested-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:21;a:4:{s:4:\"name\";s:10:\"off-canvas\";s:5:\"title\";s:10:\"Off-Canvas\";s:4:\"icon\";s:16:\"eicon-off-canvas\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:22;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:23;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:24;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:25;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:26;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:27;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:28;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:29;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:30;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:31;a:4:{s:4:\"name\";s:13:\"stripe-button\";s:5:\"title\";s:13:\"Stripe Button\";s:4:\"icon\";s:19:\"eicon-stripe-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:32;a:4:{s:4:\"name\";s:16:\"progress-tracker\";s:5:\"title\";s:16:\"Progress Tracker\";s:4:\"icon\";s:22:\"eicon-progress-tracker\";s:10:\"categories\";s:40:\"[\"pro-elements\",\"theme-elements-single\"]\";}i:33;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:34;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:35;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:36;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:37;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:38;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:39;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:40;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:41;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:42;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:43;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:44;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:45;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:46;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:47;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:48;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:49;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:50;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:51;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:52;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:53;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:54;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:55;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:56;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:57;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:58;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:59;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:60;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:61;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:62;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:63;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:64;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:65;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:66;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:67;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:68;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:69;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:70;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:71;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:72;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:73;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:74;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:75;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:76;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:77;a:4:{s:4:\"name\";s:25:\"woocommerce-checkout-page\";s:5:\"title\";s:8:\"Checkout\";s:4:\"icon\";s:14:\"eicon-checkout\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:78;a:4:{s:4:\"name\";s:16:\"woocommerce-cart\";s:5:\"title\";s:4:\"Cart\";s:4:\"icon\";s:14:\"eicon-woo-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:79;a:4:{s:4:\"name\";s:22:\"woocommerce-my-account\";s:5:\"title\";s:10:\"My Account\";s:4:\"icon\";s:16:\"eicon-my-account\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:80;a:4:{s:4:\"name\";s:28:\"woocommerce-purchase-summary\";s:5:\"title\";s:16:\"Purchase Summary\";s:4:\"icon\";s:22:\"eicon-purchase-summary\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:81;a:4:{s:4:\"name\";s:19:\"woocommerce-notices\";s:5:\"title\";s:19:\"WooCommerce Notices\";s:4:\"icon\";s:25:\"eicon-woocommerce-notices\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.8.2\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}','off'),(6851,'wptravelengine_pricing_type','a:2:{s:10:\"per-person\";a:2:{s:5:\"label\";s:6:\"Person\";s:11:\"description\";s:0:\"\";}s:9:\"per-group\";a:2:{s:5:\"label\";s:5:\"Group\";s:11:\"description\";s:0:\"\";}}','auto'),(7245,'_site_transient_timeout_wp_theme_files_patterns-b94b0c4d6df609f3c11a63cb5c9ba081','1756708979','off'),(6920,'_transient_timeout_elementor_remote_info_api_data_3.30.4','1754505838','off'),(6921,'_transient_elementor_remote_info_api_data_3.30.4','a:4:{s:9:\"timestamp\";s:10:\"1754459268\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:82:{i:0;a:4:{s:4:\"name\";s:6:\"search\";s:5:\"title\";s:6:\"Search\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:3;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-2\";s:5:\"title\";s:7:\"Classic\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:4;a:4:{s:4:\"name\";s:9:\"mega-menu\";s:5:\"title\";s:4:\"Menu\";s:4:\"icon\";s:15:\"eicon-mega-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:5;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-3\";s:5:\"title\";s:8:\"Showcase\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:6;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-4\";s:5:\"title\";s:5:\"Links\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:8;a:4:{s:4:\"name\";s:9:\"loop-grid\";s:5:\"title\";s:9:\"Loop Grid\";s:4:\"icon\";s:18:\"eicon-loop-builder\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:9;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-5\";s:5:\"title\";s:8:\"Services\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:10;a:4:{s:4:\"name\";s:13:\"loop-carousel\";s:5:\"title\";s:13:\"Loop Carousel\";s:4:\"icon\";s:19:\"eicon-carousel-loop\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:11;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-6\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:12;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-7\";s:5:\"title\";s:13:\"Business Card\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:14;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:16;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:19;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:20;a:4:{s:4:\"name\";s:15:\"nested-carousel\";s:5:\"title\";s:8:\"Carousel\";s:4:\"icon\";s:21:\"eicon-nested-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:21;a:4:{s:4:\"name\";s:10:\"off-canvas\";s:5:\"title\";s:10:\"Off-Canvas\";s:4:\"icon\";s:16:\"eicon-off-canvas\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:22;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:23;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:24;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:25;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:26;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:27;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:28;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:29;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:30;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:31;a:4:{s:4:\"name\";s:13:\"stripe-button\";s:5:\"title\";s:13:\"Stripe Button\";s:4:\"icon\";s:19:\"eicon-stripe-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:32;a:4:{s:4:\"name\";s:16:\"progress-tracker\";s:5:\"title\";s:16:\"Progress Tracker\";s:4:\"icon\";s:22:\"eicon-progress-tracker\";s:10:\"categories\";s:40:\"[\"pro-elements\",\"theme-elements-single\"]\";}i:33;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:34;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:35;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:36;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:37;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:38;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:39;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:40;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:41;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:42;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:43;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:44;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:45;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:46;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:47;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:48;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:49;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:50;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:51;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:52;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:53;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:54;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:55;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:56;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:57;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:58;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:59;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:60;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:61;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:62;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:63;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:64;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:65;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:66;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:67;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:68;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:69;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:70;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:71;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:72;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:73;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:74;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:75;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:76;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:77;a:4:{s:4:\"name\";s:25:\"woocommerce-checkout-page\";s:5:\"title\";s:8:\"Checkout\";s:4:\"icon\";s:14:\"eicon-checkout\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:78;a:4:{s:4:\"name\";s:16:\"woocommerce-cart\";s:5:\"title\";s:4:\"Cart\";s:4:\"icon\";s:14:\"eicon-woo-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:79;a:4:{s:4:\"name\";s:22:\"woocommerce-my-account\";s:5:\"title\";s:10:\"My Account\";s:4:\"icon\";s:16:\"eicon-my-account\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:80;a:4:{s:4:\"name\";s:28:\"woocommerce-purchase-summary\";s:5:\"title\";s:16:\"Purchase Summary\";s:4:\"icon\";s:22:\"eicon-purchase-summary\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:81;a:4:{s:4:\"name\";s:19:\"woocommerce-notices\";s:5:\"title\";s:19:\"WooCommerce Notices\";s:4:\"icon\";s:25:\"eicon-woocommerce-notices\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.8.2\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}','off'),(7246,'_site_transient_wp_theme_files_patterns-b94b0c4d6df609f3c11a63cb5c9ba081','a:2:{s:7:\"version\";s:5:\"1.0.1\";s:8:\"patterns\";a:0:{}}','off'),(7247,'_site_transient_timeout_wp_theme_files_patterns-9f9dbeac75a981f71521704f76499f09','1756708980','off'),(7248,'_site_transient_wp_theme_files_patterns-9f9dbeac75a981f71521704f76499f09','a:2:{s:7:\"version\";s:5:\"1.3.1\";s:8:\"patterns\";a:0:{}}','off'),(6996,'_transient_timeout_elementor_remote_info_api_data_3.31.1','1755025303','off'),(6997,'_transient_elementor_remote_info_api_data_3.31.1','a:4:{s:9:\"timestamp\";s:10:\"1754981608\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:82:{i:0;a:4:{s:4:\"name\";s:6:\"search\";s:5:\"title\";s:6:\"Search\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:3;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-2\";s:5:\"title\";s:7:\"Classic\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:4;a:4:{s:4:\"name\";s:9:\"mega-menu\";s:5:\"title\";s:4:\"Menu\";s:4:\"icon\";s:15:\"eicon-mega-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:5;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-3\";s:5:\"title\";s:8:\"Showcase\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:6;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-4\";s:5:\"title\";s:5:\"Links\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:8;a:4:{s:4:\"name\";s:9:\"loop-grid\";s:5:\"title\";s:9:\"Loop Grid\";s:4:\"icon\";s:18:\"eicon-loop-builder\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:9;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-5\";s:5:\"title\";s:8:\"Services\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:10;a:4:{s:4:\"name\";s:13:\"loop-carousel\";s:5:\"title\";s:13:\"Loop Carousel\";s:4:\"icon\";s:19:\"eicon-carousel-loop\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:11;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-6\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:12;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-7\";s:5:\"title\";s:13:\"Business Card\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:14;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:16;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:19;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:20;a:4:{s:4:\"name\";s:15:\"nested-carousel\";s:5:\"title\";s:8:\"Carousel\";s:4:\"icon\";s:21:\"eicon-nested-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:21;a:4:{s:4:\"name\";s:10:\"off-canvas\";s:5:\"title\";s:10:\"Off-Canvas\";s:4:\"icon\";s:16:\"eicon-off-canvas\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:22;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:23;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:24;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:25;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:26;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:27;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:28;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:29;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:30;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:31;a:4:{s:4:\"name\";s:13:\"stripe-button\";s:5:\"title\";s:13:\"Stripe Button\";s:4:\"icon\";s:19:\"eicon-stripe-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:32;a:4:{s:4:\"name\";s:16:\"progress-tracker\";s:5:\"title\";s:16:\"Progress Tracker\";s:4:\"icon\";s:22:\"eicon-progress-tracker\";s:10:\"categories\";s:40:\"[\"pro-elements\",\"theme-elements-single\"]\";}i:33;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:34;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:35;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:36;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:37;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:38;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:39;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:40;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:41;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:42;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:43;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:44;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:45;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:46;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:47;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:48;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:49;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:50;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:51;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:52;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:53;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:54;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:55;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:56;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:57;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:58;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:59;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:60;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:61;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:62;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:63;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:64;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:65;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:66;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:67;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:68;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:69;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:70;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:71;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:72;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:73;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:74;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:75;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:76;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:77;a:4:{s:4:\"name\";s:25:\"woocommerce-checkout-page\";s:5:\"title\";s:8:\"Checkout\";s:4:\"icon\";s:14:\"eicon-checkout\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:78;a:4:{s:4:\"name\";s:16:\"woocommerce-cart\";s:5:\"title\";s:4:\"Cart\";s:4:\"icon\";s:14:\"eicon-woo-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:79;a:4:{s:4:\"name\";s:22:\"woocommerce-my-account\";s:5:\"title\";s:10:\"My Account\";s:4:\"icon\";s:16:\"eicon-my-account\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:80;a:4:{s:4:\"name\";s:28:\"woocommerce-purchase-summary\";s:5:\"title\";s:16:\"Purchase Summary\";s:4:\"icon\";s:22:\"eicon-purchase-summary\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:81;a:4:{s:4:\"name\";s:19:\"woocommerce-notices\";s:5:\"title\";s:19:\"WooCommerce Notices\";s:4:\"icon\";s:25:\"eicon-woocommerce-notices\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.8.2\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}','off'),(7206,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1756707195;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:11:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:3:\"5.5\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.5.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731\";s:2:\"1x\";s:62:\"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";}s:41:\"demo-importer-plus/demo-importer-plus.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:32:\"w.org/plugins/demo-importer-plus\";s:4:\"slug\";s:18:\"demo-importer-plus\";s:6:\"plugin\";s:41:\"demo-importer-plus/demo-importer-plus.php\";s:11:\"new_version\";s:5:\"2.0.5\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/demo-importer-plus/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/demo-importer-plus.2.0.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/demo-importer-plus/assets/icon-256x256.jpg?rev=3160629\";s:2:\"1x\";s:71:\"https://ps.w.org/demo-importer-plus/assets/icon-128x128.jpg?rev=3160629\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/demo-importer-plus/assets/banner-1544x500.jpg?rev=3160629\";s:2:\"1x\";s:73:\"https://ps.w.org/demo-importer-plus/assets/banner-772x250.jpg?rev=3160629\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:6:\"3.31.3\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.31.3.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.6\";}s:9:\"hello.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:23:\"loginizer/loginizer.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:23:\"w.org/plugins/loginizer\";s:4:\"slug\";s:9:\"loginizer\";s:6:\"plugin\";s:23:\"loginizer/loginizer.php\";s:11:\"new_version\";s:5:\"2.0.2\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/loginizer/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/loginizer.2.0.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/loginizer/assets/icon-256x256.png?rev=1381093\";s:2:\"1x\";s:62:\"https://ps.w.org/loginizer/assets/icon-128x128.png?rev=1381093\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/loginizer/assets/banner-1544x500.png?rev=3131676\";s:2:\"1x\";s:64:\"https://ps.w.org/loginizer/assets/banner-772x250.png?rev=3131676\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.0\";}s:73:\"mega-elements-addons-for-elementor/mega-elements-addons-for-elementor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:48:\"w.org/plugins/mega-elements-addons-for-elementor\";s:4:\"slug\";s:34:\"mega-elements-addons-for-elementor\";s:6:\"plugin\";s:73:\"mega-elements-addons-for-elementor/mega-elements-addons-for-elementor.php\";s:11:\"new_version\";s:5:\"1.3.2\";s:3:\"url\";s:65:\"https://wordpress.org/plugins/mega-elements-addons-for-elementor/\";s:7:\"package\";s:83:\"https://downloads.wordpress.org/plugin/mega-elements-addons-for-elementor.1.3.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:87:\"https://ps.w.org/mega-elements-addons-for-elementor/assets/icon-256x256.jpg?rev=3161887\";s:2:\"1x\";s:87:\"https://ps.w.org/mega-elements-addons-for-elementor/assets/icon-128x128.jpg?rev=3161887\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:90:\"https://ps.w.org/mega-elements-addons-for-elementor/assets/banner-1544x500.jpg?rev=3161887\";s:2:\"1x\";s:89:\"https://ps.w.org/mega-elements-addons-for-elementor/assets/banner-772x250.jpg?rev=3161887\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:49:\"travel-booking-toolkit/travel-booking-toolkit.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:36:\"w.org/plugins/travel-booking-toolkit\";s:4:\"slug\";s:22:\"travel-booking-toolkit\";s:6:\"plugin\";s:49:\"travel-booking-toolkit/travel-booking-toolkit.php\";s:11:\"new_version\";s:5:\"1.2.5\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/travel-booking-toolkit/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/travel-booking-toolkit.1.2.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/travel-booking-toolkit/assets/icon-256x256.png?rev=1918587\";s:2:\"1x\";s:75:\"https://ps.w.org/travel-booking-toolkit/assets/icon-128x128.png?rev=1918586\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/travel-booking-toolkit/assets/banner-1544x500.png?rev=1918583\";s:2:\"1x\";s:77:\"https://ps.w.org/travel-booking-toolkit/assets/banner-772x250.png?rev=1918582\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:33:\"w3-total-cache/w3-total-cache.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/w3-total-cache\";s:4:\"slug\";s:14:\"w3-total-cache\";s:6:\"plugin\";s:33:\"w3-total-cache/w3-total-cache.php\";s:11:\"new_version\";s:6:\"2.8.12\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/w3-total-cache/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/w3-total-cache.2.8.12.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/w3-total-cache/assets/icon-256x256.png?rev=1041806\";s:2:\"1x\";s:67:\"https://ps.w.org/w3-total-cache/assets/icon-128x128.png?rev=1041806\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/w3-total-cache/assets/banner-772x250.jpg?rev=1041806\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";}s:41:\"wordpress-importer/wordpress-importer.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:32:\"w.org/plugins/wordpress-importer\";s:4:\"slug\";s:18:\"wordpress-importer\";s:6:\"plugin\";s:41:\"wordpress-importer/wordpress-importer.php\";s:11:\"new_version\";s:5:\"0.8.4\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/wordpress-importer/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/wordpress-importer.0.8.4.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:63:\"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=2791650\";s:3:\"svg\";s:63:\"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=2791650\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-importer/assets/banner-772x250.png?rev=547654\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.2\";}s:47:\"wte-elementor-widgets/wte-elementor-widgets.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:35:\"w.org/plugins/wte-elementor-widgets\";s:4:\"slug\";s:21:\"wte-elementor-widgets\";s:6:\"plugin\";s:47:\"wte-elementor-widgets/wte-elementor-widgets.php\";s:11:\"new_version\";s:5:\"1.4.2\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/wte-elementor-widgets/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/wte-elementor-widgets.1.4.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/wte-elementor-widgets/assets/icon-256x256.png?rev=3171170\";s:2:\"1x\";s:74:\"https://ps.w.org/wte-elementor-widgets/assets/icon-128x128.png?rev=3171170\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/wte-elementor-widgets/assets/banner-1544x500.png?rev=3171170\";s:2:\"1x\";s:76:\"https://ps.w.org/wte-elementor-widgets/assets/banner-772x250.png?rev=3171170\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:37:\"wp-travel-engine/wp-travel-engine.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:30:\"w.org/plugins/wp-travel-engine\";s:4:\"slug\";s:16:\"wp-travel-engine\";s:6:\"plugin\";s:37:\"wp-travel-engine/wp-travel-engine.php\";s:11:\"new_version\";s:5:\"6.6.5\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/wp-travel-engine/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/wp-travel-engine.6.6.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wp-travel-engine/assets/icon-256x256.png?rev=3161831\";s:2:\"1x\";s:69:\"https://ps.w.org/wp-travel-engine/assets/icon-128x128.png?rev=3161831\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/wp-travel-engine/assets/banner-1544x500.png?rev=3161831\";s:2:\"1x\";s:71:\"https://ps.w.org/wp-travel-engine/assets/banner-772x250.png?rev=3161831\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";}}s:7:\"checked\";a:11:{s:19:\"akismet/akismet.php\";s:3:\"5.5\";s:41:\"demo-importer-plus/demo-importer-plus.php\";s:5:\"2.0.5\";s:23:\"elementor/elementor.php\";s:6:\"3.31.3\";s:9:\"hello.php\";s:5:\"1.7.2\";s:23:\"loginizer/loginizer.php\";s:5:\"2.0.2\";s:73:\"mega-elements-addons-for-elementor/mega-elements-addons-for-elementor.php\";s:5:\"1.3.2\";s:49:\"travel-booking-toolkit/travel-booking-toolkit.php\";s:5:\"1.2.5\";s:33:\"w3-total-cache/w3-total-cache.php\";s:6:\"2.8.12\";s:41:\"wordpress-importer/wordpress-importer.php\";s:5:\"0.8.4\";s:47:\"wte-elementor-widgets/wte-elementor-widgets.php\";s:5:\"1.4.2\";s:37:\"wp-travel-engine/wp-travel-engine.php\";s:5:\"6.6.5\";}}','off'),(7255,'_wp_session_3663fc86226ebcab50722289e1d4513d','a:0:{}','auto'),(7256,'_wp_session_expires_3663fc86226ebcab50722289e1d4513d','1756708967','auto'),(182,'current_theme','Travel Explorer','auto'),(183,'theme_switched','','auto'),(218,'elementor_remote_info_feed_data','a:3:{i:0;a:5:{s:5:\"title\";s:70:\"Introducing Elementor 3.31: New Editor V4 Variables, Filters, and More\";s:7:\"excerpt\";s:294:\"Elementor 3.31 is here, pushing Editor V4 forward with powerful design system enhancements and modern visual styling tools. From Variables and Filters to smarter editing workflows and semantic markup, this version makes it easier than ever to design beautiful, performant, and accessible sites.\";s:7:\"created\";i:1755094220;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:140:\"https://elementor.com/blog/elementor-331-v4-alpha-variables-filters/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:67:\"What Is an MCP? The AI Breakthrough Web Creators Shouldn’t Ignore\";s:7:\"excerpt\";s:143:\"Discover how Model Context Protocol (MCP) is shaping AI-tool interaction and redefining how pro web creators build, manage, and scale websites.\";s:7:\"created\";i:1754310811;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:130:\"https://elementor.com/blog/mcp-explained-for-web-creators/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:100:\"Introducing Elementor 3.30: new Editor V4 capabilities, full Website Templates in the cloud, & more!\";s:7:\"excerpt\";s:361:\"Elementor 3.30 is here and it includes upgrades that accelerate your workflow, bring you a step closer to the full power of Editor V4, and help you deliver beautiful, accessible websites faster than ever. From advanced styling tools and smarter editing to full Website Templates in the cloud, this release enhances both the way you design and the way you scale.\";s:7:\"created\";i:1751974442;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:140:\"https://elementor.com/blog/elementor-330-v4-alpha-website-templates/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','off'),(6934,'_transient_timeout_elementor_remote_info_api_data_3.31.0','1754590391','off'),(6935,'_transient_elementor_remote_info_api_data_3.31.0','a:4:{s:9:\"timestamp\";s:10:\"1754546537\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:82:{i:0;a:4:{s:4:\"name\";s:6:\"search\";s:5:\"title\";s:6:\"Search\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:3;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-2\";s:5:\"title\";s:7:\"Classic\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:4;a:4:{s:4:\"name\";s:9:\"mega-menu\";s:5:\"title\";s:4:\"Menu\";s:4:\"icon\";s:15:\"eicon-mega-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:5;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-3\";s:5:\"title\";s:8:\"Showcase\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:6;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-4\";s:5:\"title\";s:5:\"Links\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:8;a:4:{s:4:\"name\";s:9:\"loop-grid\";s:5:\"title\";s:9:\"Loop Grid\";s:4:\"icon\";s:18:\"eicon-loop-builder\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:9;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-5\";s:5:\"title\";s:8:\"Services\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:10;a:4:{s:4:\"name\";s:13:\"loop-carousel\";s:5:\"title\";s:13:\"Loop Carousel\";s:4:\"icon\";s:19:\"eicon-carousel-loop\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:11;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-6\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:12;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-7\";s:5:\"title\";s:13:\"Business Card\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:14;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:16;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:19;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:20;a:4:{s:4:\"name\";s:15:\"nested-carousel\";s:5:\"title\";s:8:\"Carousel\";s:4:\"icon\";s:21:\"eicon-nested-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:21;a:4:{s:4:\"name\";s:10:\"off-canvas\";s:5:\"title\";s:10:\"Off-Canvas\";s:4:\"icon\";s:16:\"eicon-off-canvas\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:22;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:23;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:24;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:25;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:26;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:27;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:28;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:29;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:30;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:31;a:4:{s:4:\"name\";s:13:\"stripe-button\";s:5:\"title\";s:13:\"Stripe Button\";s:4:\"icon\";s:19:\"eicon-stripe-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:32;a:4:{s:4:\"name\";s:16:\"progress-tracker\";s:5:\"title\";s:16:\"Progress Tracker\";s:4:\"icon\";s:22:\"eicon-progress-tracker\";s:10:\"categories\";s:40:\"[\"pro-elements\",\"theme-elements-single\"]\";}i:33;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:34;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:35;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:36;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:37;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:38;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:39;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:40;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:41;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:42;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:43;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:44;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:45;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:46;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:47;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:48;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:49;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:50;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:51;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:52;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:53;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:54;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:55;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:56;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:57;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:58;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:59;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:60;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:61;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:62;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:63;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:64;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:65;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:66;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:67;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:68;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:69;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:70;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:71;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:72;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:73;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:74;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:75;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:76;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:77;a:4:{s:4:\"name\";s:25:\"woocommerce-checkout-page\";s:5:\"title\";s:8:\"Checkout\";s:4:\"icon\";s:14:\"eicon-checkout\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:78;a:4:{s:4:\"name\";s:16:\"woocommerce-cart\";s:5:\"title\";s:4:\"Cart\";s:4:\"icon\";s:14:\"eicon-woo-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:79;a:4:{s:4:\"name\";s:22:\"woocommerce-my-account\";s:5:\"title\";s:10:\"My Account\";s:4:\"icon\";s:16:\"eicon-my-account\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:80;a:4:{s:4:\"name\";s:28:\"woocommerce-purchase-summary\";s:5:\"title\";s:16:\"Purchase Summary\";s:4:\"icon\";s:22:\"eicon-purchase-summary\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:81;a:4:{s:4:\"name\";s:19:\"woocommerce-notices\";s:5:\"title\";s:19:\"WooCommerce Notices\";s:4:\"icon\";s:25:\"eicon-woocommerce-notices\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.8.2\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}','off'),(343,'w3tc_extensions_hooks','{\"actions\":[],\"filters\":[],\"next_check_date\":1734506005}','auto'),(276,'demo-importer-plus-batch-status-string','Dispatch the Queue!','off'),(277,'demo-importerplus-sites-categories','a:1:{i:0;a:3:{s:2:\"id\";i:1;s:4:\"name\";s:13:\"Uncategorized\";s:4:\"slug\";s:13:\"uncategorized\";}}','off'),(280,'demo-importer-plus-batch-status','in-process','off'),(235,'fs_active_plugins','O:8:\"stdClass\":3:{s:7:\"plugins\";a:1:{s:38:\"wp-travel-engine/includes/lib/freemius\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"2.11.0\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1737961715;s:11:\"plugin_path\";s:37:\"wp-travel-engine/wp-travel-engine.php\";}}s:7:\"abspath\";s:45:\"/home/kenyacla/public_html/griflightservices/\";s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:37:\"wp-travel-engine/wp-travel-engine.php\";s:8:\"sdk_path\";s:38:\"wp-travel-engine/includes/lib/freemius\";s:7:\"version\";s:6:\"2.11.0\";s:13:\"in_activation\";b:0;s:9:\"timestamp\";i:1737961715;}}','auto'),(236,'fs_debug_mode','','auto'),(237,'fs_accounts','a:4:{s:21:\"id_slug_type_path_map\";a:1:{i:5392;a:3:{s:4:\"slug\";s:16:\"wp-travel-engine\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:37:\"wp-travel-engine/wp-travel-engine.php\";}}s:11:\"plugin_data\";a:1:{s:16:\"wp-travel-engine\";a:16:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:37:\"wp-travel-engine/wp-travel-engine.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1721389471;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:16:\"sdk_last_version\";s:5:\"2.9.0\";s:11:\"sdk_version\";s:6:\"2.11.0\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";s:5:\"6.6.4\";s:14:\"plugin_version\";s:5:\"6.6.5\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";N;s:4:\"host\";s:26:\"kenyaclassictourtravel.com\";s:9:\"server_ip\";s:14:\"198.187.31.108\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1755583633;s:7:\"version\";s:5:\"6.6.5\";}s:15:\"prev_is_premium\";b:0;s:19:\"last_load_timestamp\";i:1756707166;}}s:13:\"file_slug_map\";a:1:{s:37:\"wp-travel-engine/wp-travel-engine.php\";s:16:\"wp-travel-engine\";}s:7:\"plugins\";a:1:{s:16:\"wp-travel-engine\";O:9:\"FS_Plugin\":24:{s:2:\"id\";s:4:\"5392\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:1;s:10:\"public_key\";s:32:\"pk_d9913f744dc4867caeec5b60fc76d\";s:10:\"secret_key\";N;s:16:\"parent_plugin_id\";N;s:5:\"title\";s:49:\"WP Travel Engine - Travel and Tour Booking Plugin\";s:4:\"slug\";s:16:\"wp-travel-engine\";s:12:\"premium_slug\";s:24:\"wp-travel-engine-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:37:\"wp-travel-engine/wp-travel-engine.php\";s:7:\"version\";s:5:\"6.6.5\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;}}}','auto'),(238,'fs_api_cache','a:0:{}','off'),(256,'wp_travel_engine_first_time_activation_flag','true','auto'),(257,'wte_search_params_updated_594','done','on'),(258,'wptravelengine_version','6.3.1','auto'),(242,'_transient_wte_show_getting_started_page','1','on'),(243,'wp_travel_engine_wp-travel-engine-cart_page_id','21','auto'),(244,'wp_travel_engine_wp-travel-engine-checkout_page_id','22','auto'),(245,'wp_travel_engine_my-account_page_id','23','auto'),(246,'wte_migrated_to_multiple_pricing','done','auto'),(249,'widget_wte_featured_trips_widget','a:3:{i:1;a:2:{s:5:\"title\";s:14:\"Featured Trips\";s:8:\"num_post\";i:3;}i:2;a:2:{s:5:\"title\";s:14:\"Featured Trips\";s:8:\"num_post\";i:3;}s:12:\"_multiwidget\";i:1;}','auto'),(250,'wptravelengine_custom_strings','a:0:{}','auto'),(251,'wptravelengine_queue_flush_rewrite_rules','no','auto'),(252,'wptravelengine_triptag_tax','1','auto'),(254,'wptravelengine_difficulty_tax','1','auto'),(335,'_elementor_notifications_data','a:2:{s:7:\"timeout\";i:1721410052;s:5:\"value\";s:8545:\"[{\"id\":\"element-caching-3.22\",\"title\":\"Accelerate Loading Times with Element Caching\",\"description\":\"Ensure a smooth and engaging experience for visitors by activating Element Caching.\",\"topic\":\"New in Elementor 3.22\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/performance-caching.png\",\"chipTags\":[\"Performance\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-element-caching-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"element-caching-3.22\",\"title\":\"Accelerate Loading Times with Element Caching\",\"description\":\"Ensure a smooth and engaging experience for visitors by activating Element Caching.\",\"topic\":\"New in Elementor 3.22\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/performance-caching.png\",\"chipTags\":[\"Performance\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-element-caching-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"off-canvas-3.22\",\"title\":\"Build Interactive Layouts with the New Off-Canvas Widget\",\"description\":\"Tigger containers from a connected link to allow them to slide into view anywhere on the page.\",\"topic\":\"New in Elementor Pro 3.22\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/off-canvas.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-off-canvas-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"off-canvas-3.22\",\"title\":\"Build Interactive Layouts with the New Off-Canvas Widget\",\"description\":\"Tigger containers from a connected link to allow them to slide into view anywhere on the page.\",\"topic\":\"New in Elementor Pro 3.22\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/off-canvas.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-off-canvas-blog\\/\",\"readMoreText\":\"Learn More\",\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-off-canvas\\/\\/\"},{\"id\":\"ai-personal-assistant-styling\",\"title\":\"AI Copilot Now Inherits Global Styling\",\"description\":\"Copilot now uses your site\'s style for fonts & colors when generating a container layout for even faster web creation backed by the power of AI. Enjoy a seamless design experience.\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/copilot-ai.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/ai-notification-personal-assistant-global-styling-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"introduction_meta\",\"meta\":\"ai_get_started\"}]],\"cta\":\"Start Free Trial\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/ai-notification-personal-assistant-global-styling\\/\"},{\"id\":\"ai-personal-assistant-styling\",\"title\":\"AI Copilot Now Inherits Global Styling\",\"description\":\"Copilot now uses your site\'s style for fonts & colors when generating a container layout for even faster web creation backed by the power of AI. Enjoy a seamless design experience.\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/copilot-ai.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Start Free Trial\",\"link\":\"https:\\/\\/go.elementor.com\\/ai-notification-personal-assistant-global-styling-blog\\/\",\"readMoreText\":\"Learn More\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/ai-notification-personal-assistant-global-styling\\/\"},{\"id\":\"5-star-rating-prompt\",\"title\":\"Love the New Features? Let Us Know with 5 Stars!\",\"description\":\"Help spread the word by telling the world what you love about Elementor.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/5-star-rating-prompt.png\",\"cta\":\"Leave a Review\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/wp-dash-notification-five-stars\\/\"},{\"id\":\"loop-taxonomy-query-3.21\",\"title\":\"Create Engaging Listings for Categories and Tags\",\"description\":\"Design beautiful Loop Grids & Carousels to consistently display your dynamic content.\",\"topic\":\"Version Pro 3.21\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/loop-taxonomy-query-3.21.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-taxonomy-query-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"loop-taxonomy-query-3.21\",\"title\":\"Create Engaging Listings for Categories and Tags\",\"description\":\"Design beautiful Loop Grids & Carousels to consistently display your dynamic content.\",\"topic\":\"Version Pro 3.21\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/loop-taxonomy-query-3.21.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-taxonomy-query-blog\\/\",\"readMoreText\":\"Learn More\",\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-taxonomy-query\\/\"},{\"id\":\"ai-personal-assistant-3.21\",\"title\":\"Meet Your Personal AI Assistant\",\"description\":\"Copilot suggests container layouts, blending your personal style with industry best practices.\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/ai-personal-assistant-3.21.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/ai-notification-personal-assistant-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"introduction_meta\",\"meta\":\"ai_get_started\"}]],\"cta\":\"Start Free Trial\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/ai-notification-personal-assistant\\/\"},{\"id\":\"ai-personal-assistant-3.21\",\"title\":\"Meet Your Personal AI Assistant\",\"description\":\"Copilot suggests container layouts, blending your personal style with industry best practices.\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/ai-personal-assistant-3.21.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Start Free Trial\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/ai-notification-web-based-container\\/\"},{\"id\":\"image-optimizer-3.19\",\"title\":\"Effortlessly optimize images for a stunning, high-speed website with the Image Optimizer plugin.\",\"description\":\"Image Optimizer perfectly balances between image quality and performance to boost your website. Resize, compress, and convert images to WebP, for faster loading times and and better user experience.\",\"topic\":\"Image Optimizer Plugin by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/image-optimizer-3.19.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Get the Image Optimizer\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/io-notification-wp-dash-learn-more\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"image-optimization\\/image-optimization.php\"}]]},{\"id\":\"display-conditions-dynamic-content-3.20\",\"title\":\"Display Conditions for Dynamic Content\",\"description\":\"Transform your single post and page templates into dynamic designs that fit their content by setting display conditions based on Dynamic Tags, including native WordPress Custom Fields.\",\"topic\":\"Version Pro 3.20\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/dynamic-content-pro-3.20.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-display-conditions-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"display-conditions-dynamic-content-3.20\",\"title\":\"Display Content on Your Terms: Decide When, Where, and by Who the Content is Viewed\",\"description\":\"Tailor the content on your page to visitors based on various rules to create a powerful experience.\",\"topic\":\"Version Pro 3.20\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/display-conditions-3.20.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-display-conditions-blog\\/\",\"readMoreText\":\"Learn More\",\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-dispaly-conditions\\/\"},{\"id\":\"elementor-add-ons\",\"title\":\"Exciting Add-Ons & Plugins to Enhance Elementor Websites\",\"description\":\"Uncover a treasure trove of tools from Elementor and others, put together to boost your website\'s capabilities and enhance its overall appeal.\",\"topic\":\"Elementor Add-Ons\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/elementor-add-ons.png\",\"cta\":\"Check it out\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/wp-dash-notification-addons\\/\"}]\";}','off'),(259,'wptravelengine_trip_version','2.0.0','auto'),(260,'wptravelengine_since','5.9.4','auto'),(261,'wpte_updated_actual_price_for_filter','1','auto'),(268,'_wte_elementor_widget_default_template','1','auto'),(2669,'_transient_wp_styles_for_blocks','a:2:{s:4:\"hash\";s:32:\"8410fbbe46882f6b58a891f4cce65881\";s:6:\"blocks\";a:5:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:120:\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\";s:12:\"core/columns\";s:102:\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\";s:14:\"core/pullquote\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}','on'),(289,'_demo_importer_plus_sites_old_customizer_data','a:16:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:11;s:9:\"secondary\";i:12;}s:18:\"custom_css_post_id\";i:-1;s:9:\"tmp_phone\";s:15:\"(01)123-456-789\";s:18:\"header_button_link\";s:1:\"#\";s:36:\"travel_explorer_header_contact_image\";s:100:\"https://wptravelenginedemo.com/travel-explorer/wp-content/uploads/sites/46/2023/05/contact-image.jpg\";s:41:\"travel_explorer_header_trip_advisor_image\";s:97:\"https://wptravelenginedemo.com/travel-explorer/wp-content/uploads/sites/46/2023/05/Group-6358.png\";s:10:\"hide_title\";b:1;s:11:\"custom_logo\";s:83:\"https://wptravelenginedemo.com/wp-content/uploads/sites/46/2023/05/cropped-logo.png\";s:10:\"logo_width\";i:250;s:14:\"te_phone_label\";s:26:\"Talk to an Expert ( Harry)\";s:17:\"tablet_logo_width\";i:230;s:17:\"mobile_logo_width\";i:250;s:21:\"header_btn_text_color\";s:7:\"#494d41\";s:22:\"btn_text_color_initial\";s:7:\"#151515\";s:12:\"primary_font\";a:1:{s:8:\"variants\";s:7:\"regular\";}}','auto'),(291,'demo-importer-plus-settings','a:16:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:11;s:9:\"secondary\";i:12;}s:18:\"custom_css_post_id\";i:-1;s:9:\"tmp_phone\";s:15:\"(01)123-456-789\";s:18:\"header_button_link\";s:1:\"#\";s:36:\"travel_explorer_header_contact_image\";s:97:\"https://kenyaclassictourtravel.com/griflightservices/wp-content/uploads/2024/07/contact-image.jpg\";s:41:\"travel_explorer_header_trip_advisor_image\";s:94:\"https://kenyaclassictourtravel.com/griflightservices/wp-content/uploads/2024/07/Group-6358.png\";s:10:\"hide_title\";b:1;s:11:\"custom_logo\";i:28;s:10:\"logo_width\";i:250;s:14:\"te_phone_label\";s:26:\"Talk to an Expert ( Harry)\";s:17:\"tablet_logo_width\";i:230;s:17:\"mobile_logo_width\";i:250;s:21:\"header_btn_text_color\";s:7:\"#494d41\";s:22:\"btn_text_color_initial\";s:7:\"#151515\";s:12:\"primary_font\";a:1:{s:8:\"variants\";s:7:\"regular\";}}','auto'),(294,'demo_importer_plus_imported_wxr_id','29','auto'),(295,'wp_calendar_block_has_published_posts','1','auto'),(305,'_demo_importer_plus_old_site_options','a:43:{s:10:\"custom_log\";s:83:\"https://wptravelenginedemo.com/wp-content/uploads/sites/46/2023/05/cropped-logo.png\";s:11:\"custom_logo\";s:83:\"https://wptravelenginedemo.com/wp-content/uploads/sites/46/2023/05/cropped-logo.png\";s:19:\"permalink_structure\";s:12:\"/%postname%/\";s:20:\"elementor_active_kit\";s:4:\"2579\";s:25:\"elementor_container_width\";i:1290;s:21:\"elementor_cpt_support\";a:1:{i:0;s:4:\"page\";}s:26:\"elementor_css_print_method\";s:8:\"external\";s:31:\"elementor_disable_color_schemes\";s:3:\"yes\";s:36:\"elementor_disable_typography_schemes\";s:3:\"yes\";s:31:\"elementor_default_generic_fonts\";s:10:\"Sans-serif\";s:28:\"elementor_editor_break_lines\";s:0:\"\";s:28:\"elementor_exclude_user_roles\";b:0;s:31:\"elementor_global_image_lightbox\";s:0:\"\";s:23:\"elementor_load_fa4_shim\";s:0:\"\";s:29:\"elementor_page_title_selector\";s:14:\"h1.entry-title\";s:22:\"elementor_scheme_color\";a:4:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";}s:29:\"elementor_scheme_color-picker\";a:8:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";i:5;s:7:\"#4054b2\";i:6;s:7:\"#23a455\";i:7;s:4:\"#000\";i:8;s:4:\"#fff\";}s:27:\"elementor_scheme_typography\";a:4:{i:1;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"600\";}i:2;a:2:{s:11:\"font_family\";s:11:\"Roboto Slab\";s:11:\"font_weight\";s:3:\"400\";}i:3;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"400\";}i:4;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"500\";}}s:31:\"elementor_space_between_widgets\";i:0;s:37:\"elementor_stretched_section_container\";s:0:\"\";s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";s:12:\"primary-menu\";s:9:\"secondary\";s:14:\"secondary-menu\";}s:14:\"page_for_posts\";s:4:\"Blog\";s:13:\"page_on_front\";s:4:\"Home\";s:13:\"show_on_front\";s:4:\"page\";s:27:\"woocommerce_cart_page_title\";b:0;s:38:\"woocommerce_change_password_page_title\";b:0;s:31:\"woocommerce_checkout_page_title\";b:0;s:35:\"woocommerce_edit_address_page_title\";b:0;s:42:\"woocommerce_enable_checkout_login_reminder\";b:0;s:33:\"woocommerce_enable_guest_checkout\";b:0;s:41:\"woocommerce_enable_myaccount_registration\";b:0;s:49:\"woocommerce_enable_signup_and_login_from_checkout\";b:0;s:29:\"woocommerce_logout_page_title\";b:0;s:32:\"woocommerce_myaccount_page_title\";b:0;s:30:\"woocommerce_product_attributes\";b:0;s:23:\"woocommerce_product_cat\";b:0;s:28:\"woocommerce_product_cat_list\";b:0;s:42:\"woocommerce_registration_generate_username\";b:0;s:27:\"woocommerce_shop_page_title\";b:0;s:33:\"woocommerce_view_order_page_title\";b:0;s:11:\"ultp-widget\";b:0;s:24:\"primary_pricing_category\";s:2:\"51\";s:25:\"wp_travel_engine_settings\";a:85:{s:5:\"group\";a:4:{s:8:\"discount\";s:1:\"1\";s:21:\"discount_availability\";s:0:\"\";s:20:\"discount_guide_title\";s:0:\"\";s:25:\"discount_guide_open_title\";s:0:\"\";}s:9:\"departure\";a:3:{s:7:\"section\";s:1:\"1\";s:13:\"section_title\";s:0:\"\";s:25:\"hide_availability_section\";s:0:\"\";}s:5:\"email\";a:11:{s:6:\"emails\";s:17:\"admin@example.com\";s:34:\"booking_notification_subject_admin\";s:50:\"New Booking Order has been received ({booking_id})\";s:35:\"booking_notification_template_admin\";s:2385:\"<table class=\"main\" width=\"100%\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td class=\"content-wrap aligncenter\">\n <table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td class=\"content-block\">\n <h1 class=\"aligncenter\">New Booking</h1>\n </td>\n </tr>\n <tr>\n <td class=\"content-block aligncenter\">\n <table class=\"invoice\">\n <tr>\n <td style=\"margin: 0;padding: 5px 0\" valign=\"top\">Dear Admin,<br><br>\n A new booking has been made on your website. Booking details are listed below. </td>\n </tr>\n <br>\n <tr>\n <td style=\"margin: 0;padding: 5px 0\" valign=\"top\">\n <table class=\"invoice-items\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td class=\"title-holder\" style=\"margin: 0\" valign=\"top\" colspan=\"2\">\n <h3 class=\"alignleft\">Booking Trips ({booking_trips_count})</h3>\n </td>\n </tr>\n <tr><td colspan=\"2\">{booking_details}</td></tr>\n <tr>\n <td class=\"title-holder\" style=\"margin: 0\" valign=\"top\">\n <h3 class=\"alignleft\">Billing Details</h3>\n </td>\n </tr>\n <tr>\n <td>Name</td>\n <td class=\"alignright\">{fullname}</td>\n </tr>\n <tr>\n <td>Email</td>\n <td class=\"alignright\">{user_email}</td>\n </tr>\n <tr>\n <td>Billing Address</td>\n <td class=\"alignright\">{billing_address}</td>\n </tr>\n <tr>\n <td>City</td>\n <td class=\"alignright\">{city}</td>\n </tr>\n <tr>\n <td>Country</td>\n <td class=\"alignright\">{country}</td>\n </tr>\n <!-- Bank Details -->\n <tr>\n <td colspan=\"2\">{bank_details}</td>\n </tr>\n <!-- Check Payment Instructions -->\n <tr>\n <td colspan=\"2\">{check_payment_instruction}</td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td class=\"content-block aligncenter\">\n <a href=\"{booking_url}\">View booking on your website site</a>\n </td>\n </tr>\n <tr>\n <td class=\"content-block aligncenter\">\n {sitename}\n </td>\n </tr>\n </table>\n </td>\n </tr>\n</table>\n\";s:12:\"sale_subject\";s:42:\"Payment has been received for {booking_id}\";s:14:\"sales_wpeditor\";s:3373:\"<table class=\"main\" width=\"100%\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td class=\"content-wrap aligncenter\">\n <table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td class=\"content-block\">\n <h1 class=\"aligncenter\">A Payment has been received for {booking_id}</h1>\n </td>\n </tr>\n <tr>\n <td class=\"content-block aligncenter\">\n <table class=\"invoice\">\n <tr>\n <td style=\"margin: 0;padding: 5px 0\" valign=\"top\">Dear Admin,<br><br>\n A payment has been received for {booking_id}. The payment details are listed below. </td>\n </tr>\n <br>\n <tr>\n <td style=\"margin: 0;padding: 5px 0\" valign=\"top\">\n <table class=\"invoice-items\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td class=\"title-holder\" style=\"margin: 0\" valign=\"top\" colspan=\"2\">\n <h3 class=\"alignleft\">Booked Trips ({booking_trips_count})</h3>\n </td>\n </tr>\n <tr><td colspan=\"2\">{booking_details}</td></tr>\n <tr>\n <td class=\"title-holder\" style=\"margin: 0\" valign=\"top\">\n <h3 class=\"alignleft\">Billing Details</h3>\n </td>\n </tr>\n <tr>\n <td>Booking Name</td>\n <td class=\"alignright\">{fullname}</td>\n </tr>\n <tr>\n <td>Booking Email</td>\n <td class=\"alignright\">{user_email}</td>\n </tr>\n <tr>\n <td>Billing Address</td>\n <td class=\"alignright\">{billing_address}</td>\n </tr>\n <tr>\n <td>City</td>\n <td class=\"alignright\">{city}</td>\n </tr>\n <tr>\n <td>Country</td>\n <td class=\"alignright\">{country}</td>\n </tr>\n <!-- Bank Details -->\n <tr>\n <td colspan=\"2\">{bank_details}</td>\n </tr>\n <!-- Check Payment Instructions -->\n <tr>\n <td colspan=\"2\">{check_payment_instruction}</td>\n </tr>\n <tr>\n <td class=\"title-holder\" style=\"margin: 0\" valign=\"top\">\n <h3 class=\"alignleft\">Payment Details</h3>\n </td>\n </tr>\n <tr>\n <td>Subtotal</td>\n <td class=\"alignright\">{subtotal}</td>\n </tr>\n <tr>\n <td>Total</td>\n <td class=\"alignright\">{total}</td>\n </tr>\n <tr>\n <td>Discount</td>\n <td class=\"alignright\">{discount_amount}</td>\n </tr>\n <tr>\n <td>Paid amount</td>\n <td class=\"alignright\">{paid_amount}</td>\n </tr>\n <tr>\n <td>Due</td>\n <td class=\"alignright\">{due}</td>\n </tr>\n <tr class=\"total\">\n <td class=\"alignright\">Total</td>\n <td class=\"alignright\">{price}</td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td class=\"content-block aligncenter\">\n <a href=\"{booking_url}\">View booking on your website site</a>\n </td>\n </tr>\n <tr>\n <td class=\"content-block aligncenter\">\n {sitename}\n </td>\n </tr>\n </table>\n </td>\n </tr>\n</table>\n\";s:4:\"name\";s:14:\"Travel Monster\";s:4:\"from\";s:17:\"customer@test.com\";s:37:\"booking_notification_subject_customer\";s:49:\"Your Booking Order has been placed ({booking_id})\";s:38:\"booking_notification_template_customer\";s:2257:\"<table class=\"main\" width=\"100%\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td class=\"content-wrap aligncenter\">\n <table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td class=\"content-block\">\n <h1 class=\"aligncenter\">Booking Confirmation</h1>\n </td>\n </tr>\n <tr>\n <td class=\"content-block aligncenter\">\n <table class=\"invoice\">\n <tr>\n <td style=\"margin: 0;padding: 5px 0\" valign=\"top\">Dear {name},<br><br>\n You have successfully made the trip booking. Your booking information is listed below. </td>\n </tr>\n <br>\n <tr>\n <td style=\"margin: 0;padding: 5px 0\" valign=\"top\">\n <table class=\"invoice-items\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td class=\"title-holder\" style=\"margin: 0\" valign=\"top\" colspan=\"2\">\n <h3 class=\"alignleft\">Booking Trips ({booking_trips_count})</h3>\n </td>\n </tr>\n <tr><td colspan=\"2\">{booking_details}</td></tr>\n <tr>\n <td class=\"title-holder\" style=\"margin: 0\" valign=\"top\">\n <h3 class=\"alignleft\">Billing Details</h3>\n </td>\n </tr>\n <tr>\n <td>Name</td>\n <td class=\"alignright\">{fullname}</td>\n </tr>\n <tr>\n <td>Email</td>\n <td class=\"alignright\">{user_email}</td>\n </tr>\n <tr>\n <td>Billing Address</td>\n <td class=\"alignright\">{billing_address}</td>\n </tr>\n <tr>\n <td>City</td>\n <td class=\"alignright\">{city}</td>\n </tr>\n <tr>\n <td>Country</td>\n <td class=\"alignright\">{country}</td>\n </tr>\n <!-- Bank Details -->\n <tr>\n <td colspan=\"2\">{bank_details}</td>\n </tr>\n <!-- Check Payment Instructions -->\n <tr>\n <td colspan=\"2\">{check_payment_instruction}</td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td class=\"content-block aligncenter\">\n {sitename}\n </td>\n </tr>\n </table>\n </td>\n </tr>\n</table>\n\";s:7:\"subject\";s:48:\"Your payment has been confirmed for {booking_id}\";s:17:\"purchase_wpeditor\";s:3219:\"<table class=\"main\" width=\"100%\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td class=\"content-wrap aligncenter\">\n <table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td class=\"content-block\">\n <h1 class=\"aligncenter\">Your booking has been confirmed.</h1>\n </td>\n </tr>\n <tr>\n <td class=\"content-block aligncenter\">\n <table class=\"invoice\">\n <tr>\n <td style=\"margin: 0;padding: 5px 0\" valign=\"top\">Dear {name},<br><br>\n Your booking has been confirmed. Your booking and payment information is listed below. </td>\n </tr>\n <br>\n <tr>\n <td style=\"margin: 0;padding: 5px 0\" valign=\"top\">\n <table class=\"invoice-items\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td class=\"title-holder\" style=\"margin: 0\" valign=\"top\" colspan=\"2\">\n <h3 class=\"alignleft\">Booked Trips ({booking_trips_count})</h3>\n </td>\n </tr>\n <tr><td colspan=\"2\">{booking_details}</td></tr>\n <tr>\n <td class=\"title-holder\" style=\"margin: 0\" valign=\"top\">\n <h3 class=\"alignleft\">Billing Details</h3>\n </td>\n </tr>\n <tr>\n <td>Booking Name</td>\n <td class=\"alignright\">{fullname}</td>\n </tr>\n <tr>\n <td>Booking Email</td>\n <td class=\"alignright\">{user_email}</td>\n </tr>\n <tr>\n <td>Billing Address</td>\n <td class=\"alignright\">{billing_address}</td>\n </tr>\n <tr>\n <td>City</td>\n <td class=\"alignright\">{city}</td>\n </tr>\n <tr>\n <td>Country</td>\n <td class=\"alignright\">{country}</td>\n </tr>\n <!-- Bank Details -->\n <tr>\n <td colspan=\"2\">{bank_details}</td>\n </tr>\n <!-- Check Payment Instructions -->\n <tr>\n <td colspan=\"2\">{check_payment_instruction}</td>\n </tr>\n <tr>\n <td class=\"title-holder\" style=\"margin: 0\" valign=\"top\">\n <h3 class=\"alignleft\">Payment Details</h3>\n </td>\n </tr>\n <tr>\n <td>Subtotal</td>\n <td class=\"alignright\">{subtotal}</td>\n </tr>\n <tr>\n <td>Total</td>\n <td class=\"alignright\">{total}</td>\n </tr>\n <tr>\n <td>Discount</td>\n <td class=\"alignright\">{discount_amount}</td>\n </tr>\n <tr>\n <td>Paid amount</td>\n <td class=\"alignright\">{paid_amount}</td>\n </tr>\n <tr>\n <td>Due</td>\n <td class=\"alignright\">{due}</td>\n </tr>\n <tr class=\"total\">\n <td class=\"alignright\">Total</td>\n <td class=\"alignright\">{price}</td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td class=\"content-block aligncenter\">\n {sitename}\n </td>\n </tr>\n </table>\n </td>\n </tr>\n</table>\n\";}s:5:\"pages\";a:8:{s:28:\"wp_travel_engine_place_order\";s:2:\"25\";s:37:\"wp_travel_engine_terms_and_conditions\";s:2:\"26\";s:26:\"wp_travel_engine_thank_you\";s:2:\"24\";s:34:\"wp_travel_engine_confirmation_page\";s:4:\"2250\";s:31:\"wp_travel_engine_dashboard_page\";s:2:\"31\";s:7:\"enquiry\";s:2:\"23\";s:25:\"wp_travel_engine_wishlist\";s:4:\"2553\";s:6:\"search\";s:4:\"2251\";}s:9:\"trip_tabs\";a:5:{s:2:\"id\";a:7:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";}s:5:\"field\";a:7:{i:1;s:9:\"wp_editor\";i:2;s:9:\"itinerary\";i:3;s:4:\"cost\";i:4;s:5:\"dates\";i:5;s:4:\"faqs\";i:6;s:3:\"map\";i:7;s:6:\"review\";}s:4:\"name\";a:7:{i:1;s:8:\"Overview\";i:2;s:9:\"Itinerary\";i:3;s:4:\"Cost\";i:4;s:5:\"Dates\";i:5;s:4:\"FAQs\";i:6;s:3:\"Map\";i:7;s:6:\"Review\";}s:4:\"icon\";a:7:{i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";}s:6:\"enable\";a:7:{i:1;s:3:\"yes\";i:2;s:3:\"yes\";i:3;s:3:\"yes\";i:4;s:3:\"yes\";i:5;s:3:\"yes\";i:6;s:3:\"yes\";i:7;s:3:\"yes\";}}s:21:\"trip_minimum_age_icon\";s:11:\"fas fa-male\";s:21:\"trip_maximum_age_icon\";s:11:\"fas fa-male\";s:15:\"trip_highlights\";a:3:{i:0;a:2:{s:9:\"highlight\";s:21:\"Best Price Guaranteed\";s:4:\"help\";s:99:\"You can add information like this to further explain value that you provide to your travel clients.\";}i:1;a:2:{s:9:\"highlight\";s:15:\"No Booking Fees\";s:4:\"help\";s:99:\"You can add information like this to further explain value that you provide to your travel clients.\";}i:2;a:2:{s:9:\"highlight\";s:24:\"Professional Local Guide\";s:4:\"help\";s:0:\"\";}}s:13:\"currency_code\";s:3:\"USD\";s:15:\"currency_option\";s:6:\"symbol\";s:21:\"amount_display_format\";s:34:\"%CURRENCY_SYMBOL%%FORMATED_AMOUNT%\";s:14:\"decimal_digits\";s:1:\"0\";s:17:\"decimal_separator\";s:1:\".\";s:19:\"thousands_separator\";s:1:\",\";s:21:\"travelers_information\";s:3:\"yes\";s:23:\"show_trip_facts_sidebar\";s:3:\"yes\";s:15:\"hide_powered_by\";s:2:\"no\";s:19:\"disable_fa_icons_js\";s:2:\"no\";s:22:\"show_taxonomy_children\";s:2:\"no\";s:12:\"book_btn_txt\";s:8:\"Book Now\";s:13:\"query_subject\";s:16:\"Enquiry received\";s:13:\"person_format\";s:7:\"/person\";s:16:\"confirmation_msg\";s:103:\"Thank you for booking the trip. Please check your email for confirmation. Below is your booking detail:\";s:8:\"gdpr_msg\";s:35:\"By contacting us, you agree to our \";s:13:\"feat_trip_num\";s:1:\"2\";s:11:\"trip_search\";a:5:{s:11:\"destination\";s:1:\"0\";s:10:\"activities\";s:1:\"0\";s:8:\"duration\";s:1:\"0\";s:6:\"budget\";s:1:\"0\";s:20:\"apply_in_search_page\";s:1:\"0\";}s:21:\"wte_advance_itinerary\";a:2:{s:27:\"itinerary_sleep_mode_fields\";a:4:{i:1;a:1:{s:10:\"field_text\";s:13:\"3 Stars Hotel\";}i:2;a:1:{s:10:\"field_text\";s:9:\"Tea House\";}i:3;a:1:{s:10:\"field_text\";s:13:\"5 Stars Hotel\";}i:4;a:1:{s:10:\"field_text\";s:9:\"Home Stay\";}}s:5:\"chart\";a:5:{s:4:\"show\";s:3:\"yes\";s:8:\"alt_unit\";s:1:\"m\";s:7:\"options\";a:2:{s:20:\"scales.xAxes.display\";s:1:\"1\";s:20:\"scales.yAxes.display\";s:1:\"1\";}s:4:\"data\";a:2:{s:18:\"datasets.data.fill\";s:1:\"1\";s:5:\"color\";s:7:\"#000000\";}s:2:\"bg\";s:0:\"\";}}s:19:\"extra_service_title\";s:0:\"\";s:22:\"partial_payment_enable\";s:2:\"no\";s:23:\"partial_payment_percent\";s:0:\"\";s:22:\"partial_payment_amount\";s:0:\"\";s:16:\"fsd_dates_layout\";s:11:\"months_list\";s:10:\"trip_dates\";a:2:{s:6:\"number\";s:1:\"3\";s:17:\"pagination_number\";s:2:\"10\";}s:12:\"trip_reviews\";a:8:{s:13:\"summary_label\";s:20:\"Overall Trip Rating:\";s:21:\"company_summary_label\";s:23:\"Overall Company Rating:\";s:18:\"reviewed_tour_text\";s:14:\"Reviewed Tour:\";s:15:\"excellent_label\";s:9:\"Excellent\";s:11:\"vgood_label\";s:9:\"Very Good\";s:13:\"average_label\";s:7:\"Average\";s:10:\"poor_label\";s:4:\"Poor\";s:14:\"terrible_label\";s:8:\"Terrible\";}s:18:\"currency_converter\";a:8:{s:6:\"enable\";s:3:\"yes\";s:13:\"sticky_enable\";s:2:\"no\";s:15:\"show_before_bkg\";s:3:\"yes\";s:5:\"title\";s:18:\"Currency Converter\";s:7:\"api_key\";s:0:\"\";s:8:\"key_type\";s:4:\"free\";s:10:\"geo_locate\";s:1:\"0\";s:11:\"auto_update\";s:1:\"0\";}s:10:\"trip_facts\";a:5:{s:3:\"fid\";a:13:{i:35550118;s:8:\"35550118\";i:93988162;s:8:\"93988162\";i:89526429;s:8:\"89526429\";i:28890066;s:8:\"28890066\";i:69738162;s:8:\"69738162\";i:12660073;s:8:\"12660073\";i:32070658;s:8:\"32070658\";i:33257212;s:8:\"33257212\";i:97927509;s:8:\"97927509\";i:90730383;s:8:\"90730383\";i:12647846;s:8:\"12647846\";i:69801669;s:8:\"69801669\";i:31652972;s:8:\"31652972\";}s:8:\"field_id\";a:13:{i:35550118;s:14:\"Transportation\";i:93988162;s:10:\"Group Size\";i:89526429;s:16:\"Maximum Altitude\";i:28890066;s:12:\"Accomodation\";i:69738162;s:13:\"Fitness level\";i:12660073;s:10:\"Arrival on\";i:32070658;s:14:\"Departure from\";i:33257212;s:11:\"Best season\";i:97927509;s:14:\"Guiding method\";i:90730383;s:9:\"Tour type\";i:12647846;s:8:\"Language\";i:69801669;s:5:\"Meals\";i:31652972;s:7:\"Permits\";}s:10:\"field_icon\";a:13:{i:35550118;s:10:\"fas fa-bus\";i:93988162;s:19:\"fas fa-people-group\";i:89526429;s:15:\"fas fa-mountain\";i:28890066;s:10:\"fas fa-bed\";i:69738162;s:14:\"fas fa-running\";i:12660073;s:20:\"fas fa-plane-arrival\";i:32070658;s:22:\"fas fa-plane-departure\";i:33257212;s:16:\"fas fa-cloud-sun\";i:97927509;s:13:\"fas fa-anchor\";i:90730383;s:13:\"fas fa-hiking\";i:12647846;s:15:\"fas fa-language\";i:69801669;s:15:\"fas fa-utensils\";i:31652972;s:19:\"far fa-address-card\";}s:10:\"field_type\";a:13:{i:35550118;s:4:\"text\";i:93988162;s:4:\"text\";i:89526429;s:4:\"text\";i:28890066;s:4:\"text\";i:69738162;s:4:\"text\";i:12660073;s:4:\"text\";i:32070658;s:4:\"text\";i:33257212;s:4:\"text\";i:97927509;s:4:\"text\";i:90730383;s:4:\"text\";i:12647846;s:4:\"text\";i:69801669;s:4:\"text\";i:31652972;s:4:\"text\";}s:17:\"input_placeholder\";a:13:{i:35550118;s:0:\"\";i:93988162;s:0:\"\";i:89526429;s:0:\"\";i:28890066;s:0:\"\";i:69738162;s:0:\"\";i:12660073;s:0:\"\";i:32070658;s:0:\"\";i:33257212;s:0:\"\";i:97927509;s:0:\"\";i:90730383;s:0:\"\";i:12647846;s:0:\"\";i:69801669;s:0:\"\";i:31652972;s:0:\"\";}}s:13:\"payment_debug\";s:2:\"no\";s:15:\"default_gateway\";s:12:\"booking_only\";s:12:\"booking_only\";s:1:\"1\";s:14:\"paypal_payment\";s:1:\"1\";s:20:\"direct_bank_transfer\";s:1:\"1\";s:14:\"check_payments\";s:1:\"1\";s:9:\"paypal_id\";s:0:\"\";s:13:\"bank_transfer\";a:3:{s:5:\"title\";s:13:\"Bank Transfer\";s:11:\"description\";s:176:\"Make your payment directly into our bank account. Please use your Order ID as the payment reference. Your order will not be shipped until the funds have cleared in our account.\";s:11:\"instruction\";s:55:\"Please make your payment on the provided bank accounts.\";}s:13:\"check_payment\";a:3:{s:5:\"title\";s:14:\"Check payments\";s:11:\"description\";s:98:\"Please send a check to Store Name, Store Street, Store Town, Store State / County, Store Postcode.\";s:11:\"instruction\";s:98:\"Please send a check to Store Name, Store Street, Store Town, Store State / County, Store Postcode.\";}s:10:\"tax_enable\";s:2:\"no\";s:15:\"tax_type_option\";s:9:\"exclusive\";s:14:\"tax_percentage\";s:2:\"13\";s:12:\"show_excerpt\";s:1:\"1\";s:18:\"show_related_trips\";s:3:\"yes\";s:27:\"related_trips_section_title\";s:13:\"Related Trips\";s:19:\"no_of_related_trips\";s:1:\"3\";s:20:\"related_trip_show_by\";s:10:\"activities\";s:15:\"wte_sticky_tabs\";s:3:\"yes\";s:21:\"hide_term_description\";s:2:\"no\";s:18:\"default_trip_facts\";a:9:{s:11:\"minimum-age\";a:6:{s:3:\"fid\";s:0:\"\";s:8:\"field_id\";s:11:\"Minimum Age\";s:10:\"field_icon\";s:12:\"fas fa-child\";s:10:\"field_type\";s:11:\"minimum-age\";s:17:\"input_placeholder\";s:30:\"Minimum Age from Trip Settings\";s:7:\"enabled\";s:3:\"yes\";}s:11:\"maximum-age\";a:6:{s:3:\"fid\";s:0:\"\";s:8:\"field_id\";s:11:\"Maximum Age\";s:10:\"field_icon\";s:11:\"fas fa-male\";s:10:\"field_type\";s:11:\"maximum-age\";s:17:\"input_placeholder\";s:30:\"Maximum Age from Trip Settings\";s:7:\"enabled\";s:3:\"yes\";}s:10:\"group-size\";a:6:{s:3:\"fid\";s:0:\"\";s:8:\"field_id\";s:10:\"Group Size\";s:10:\"field_icon\";s:17:\"fas fa-user-group\";s:10:\"field_type\";s:10:\"group-size\";s:17:\"input_placeholder\";s:51:\"Minimum and Maximum praticipants from Trip Settings\";s:7:\"enabled\";s:2:\"no\";}s:12:\"difficulties\";a:6:{s:3:\"fid\";s:0:\"\";s:8:\"field_id\";s:12:\"Difficulties\";s:10:\"field_icon\";s:18:\"fas fa-shoe-prints\";s:10:\"field_type\";s:12:\"difficulties\";s:17:\"input_placeholder\";s:15:\"Trip Difficulty\";s:7:\"enabled\";s:2:\"no\";}s:11:\"destination\";a:6:{s:3:\"fid\";s:0:\"\";s:8:\"field_id\";s:12:\"Destinations\";s:10:\"field_icon\";s:20:\"fas fa-person-hiking\";s:10:\"field_type\";s:20:\"taxonomy:destination\";s:17:\"input_placeholder\";s:20:\"List of Destinations\";s:7:\"enabled\";s:2:\"no\";}s:10:\"activities\";a:6:{s:3:\"fid\";s:0:\"\";s:8:\"field_id\";s:10:\"Activities\";s:10:\"field_icon\";s:20:\"fas fa-person-hiking\";s:10:\"field_type\";s:19:\"taxonomy:activities\";s:17:\"input_placeholder\";s:18:\"List of Activities\";s:7:\"enabled\";s:2:\"no\";}s:10:\"trip_types\";a:6:{s:3:\"fid\";s:0:\"\";s:8:\"field_id\";s:9:\"Trip Type\";s:10:\"field_icon\";s:20:\"fas fa-person-hiking\";s:10:\"field_type\";s:19:\"taxonomy:trip_types\";s:17:\"input_placeholder\";s:17:\"List of Trip Type\";s:7:\"enabled\";s:2:\"no\";}s:10:\"difficulty\";a:6:{s:3:\"fid\";s:0:\"\";s:8:\"field_id\";s:10:\"Difficulty\";s:10:\"field_icon\";s:20:\"fas fa-person-hiking\";s:10:\"field_type\";s:19:\"taxonomy:difficulty\";s:17:\"input_placeholder\";s:18:\"List of Difficulty\";s:7:\"enabled\";s:2:\"no\";}s:8:\"trip_tag\";a:6:{s:3:\"fid\";s:0:\"\";s:8:\"field_id\";s:8:\"Trip Tag\";s:10:\"field_icon\";s:20:\"fas fa-person-hiking\";s:10:\"field_type\";s:17:\"taxonomy:trip_tag\";s:17:\"input_placeholder\";s:16:\"List of Trip Tag\";s:7:\"enabled\";s:2:\"no\";}}s:24:\"display_new_trip_listing\";s:2:\"no\";s:21:\"display_slider_layout\";s:1:\"1\";s:17:\"show_featured_tag\";s:1:\"1\";s:13:\"show_wishlist\";s:1:\"1\";s:16:\"show_map_on_card\";s:1:\"1\";s:19:\"show_difficulty_tax\";s:1:\"1\";s:14:\"show_trips_tag\";s:1:\"1\";s:16:\"show_date_layout\";s:1:\"1\";s:21:\"show_available_months\";s:1:\"1\";s:20:\"show_available_dates\";s:1:\"1\";s:17:\"set_duration_type\";s:4:\"days\";s:7:\"booking\";s:0:\"\";s:22:\"pricing_section_layout\";s:8:\"layout-1\";s:7:\"enquiry\";s:0:\"\";s:25:\"wte_sticky_booking_widget\";s:2:\"no\";s:32:\"related_display_new_trip_listing\";s:2:\"no\";s:26:\"show_related_trip_carousel\";s:1:\"1\";s:25:\"show_related_featured_tag\";s:1:\"1\";s:21:\"show_related_wishlist\";s:1:\"1\";s:16:\"show_related_map\";s:1:\"1\";s:27:\"show_related_difficulty_tax\";s:1:\"1\";s:22:\"show_related_trip_tags\";s:1:\"1\";s:24:\"show_related_date_layout\";s:1:\"1\";s:29:\"show_related_available_months\";s:1:\"1\";s:28:\"show_related_available_dates\";s:1:\"1\";s:15:\"show_trip_facts\";s:3:\"yes\";s:28:\"show_trip_facts_content_area\";s:3:\"yes\";s:15:\"hide_term_title\";s:2:\"no\";s:26:\"show_featured_trips_on_top\";s:3:\"yes\";}}','auto'),(296,'category_children','a:0:{}','auto'),(297,'elementor_library_category_children','a:0:{}','auto'),(298,'trip-packages-categories_children','a:0:{}','auto'),(299,'destination_children','a:2:{i:34;a:2:{i:0;i:43;i:1;i:47;}i:41;a:1:{i:0;i:48;}}','auto'),(300,'activities_children','a:0:{}','auto'),(301,'trip_types_children','a:0:{}','auto'),(302,'difficulty_children','a:0:{}','auto'),(303,'_demo_importer_posts_mapping','a:4:{s:17:\"elementor_library\";a:1:{i:6;i:4859;}s:8:\"customer\";a:1:{i:4859;i:4860;}s:4:\"page\";a:7:{i:20;i:4956;i:21;i:4957;i:22;i:4958;i:23;i:4959;i:24;i:4960;i:25;i:4961;i:26;i:4962;}s:12:\"wte-payments\";a:1:{i:4860;i:4963;}}','auto'),(304,'_demo_importer_terms_mapping','a:8:{s:8:\"category\";a:2:{i:2;i:10;i:3;i:11;}s:8:\"post_tag\";a:4:{i:4;i:12;i:5;i:13;i:6;i:14;i:7;i:15;}s:24:\"trip-packages-categories\";a:2:{i:51;i:16;i:53;i:20;}s:11:\"destination\";a:12:{i:76;i:17;i:80;i:26;i:77;i:30;i:72;i:32;i:58;i:34;i:102;i:36;i:71;i:37;i:75;i:41;i:83;i:43;i:67;i:44;i:82;i:47;i:85;i:48;}s:10:\"activities\";a:9:{i:65;i:18;i:101;i:22;i:54;i:24;i:56;i:28;i:57;i:31;i:60;i:35;i:61;i:38;i:64;i:40;i:66;i:42;}s:10:\"trip_types\";a:9:{i:98;i:19;i:95;i:21;i:96;i:23;i:94;i:25;i:69;i:27;i:99;i:29;i:70;i:33;i:100;i:45;i:97;i:46;}s:22:\"elementor_library_type\";a:1:{i:63;i:39;}s:8:\"nav_menu\";a:5:{i:9;i:49;i:8;i:50;i:11;i:51;i:12;i:52;i:10;i:53;}}','auto'),(306,'site_logo','4965','auto'),(307,'elementor_container_width','1290','auto'),(308,'elementor_cpt_support','a:1:{i:0;s:4:\"page\";}','auto'),(309,'elementor_css_print_method','external','auto'),(310,'elementor_default_generic_fonts','Sans-serif','auto'),(311,'elementor_page_title_selector','h1.entry-title','auto'),(312,'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\";}','auto'),(313,'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\";}','auto'),(314,'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\";}}','auto'),(315,'primary_pricing_category','16','auto'),(316,'wp_travel_engine_settings','a:85:{s:5:\"group\";a:4:{s:8:\"discount\";s:1:\"1\";s:21:\"discount_availability\";s:0:\"\";s:20:\"discount_guide_title\";s:0:\"\";s:25:\"discount_guide_open_title\";s:0:\"\";}s:9:\"departure\";a:3:{s:7:\"section\";s:1:\"1\";s:13:\"section_title\";s:0:\"\";s:25:\"hide_availability_section\";s:0:\"\";}s:5:\"email\";a:11:{s:6:\"emails\";s:17:\"admin@example.com\";s:34:\"booking_notification_subject_admin\";s:50:\"New Booking Order has been received ({booking_id})\";s:35:\"booking_notification_template_admin\";s:2385:\"<table class=\"main\" width=\"100%\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td class=\"content-wrap aligncenter\">\n <table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td class=\"content-block\">\n <h1 class=\"aligncenter\">New Booking</h1>\n </td>\n </tr>\n <tr>\n <td class=\"content-block aligncenter\">\n <table class=\"invoice\">\n <tr>\n <td style=\"margin: 0;padding: 5px 0\" valign=\"top\">Dear Admin,<br><br>\n A new booking has been made on your website. Booking details are listed below. </td>\n </tr>\n <br>\n <tr>\n <td style=\"margin: 0;padding: 5px 0\" valign=\"top\">\n <table class=\"invoice-items\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td class=\"title-holder\" style=\"margin: 0\" valign=\"top\" colspan=\"2\">\n <h3 class=\"alignleft\">Booking Trips ({booking_trips_count})</h3>\n </td>\n </tr>\n <tr><td colspan=\"2\">{booking_details}</td></tr>\n <tr>\n <td class=\"title-holder\" style=\"margin: 0\" valign=\"top\">\n <h3 class=\"alignleft\">Billing Details</h3>\n </td>\n </tr>\n <tr>\n <td>Name</td>\n <td class=\"alignright\">{fullname}</td>\n </tr>\n <tr>\n <td>Email</td>\n <td class=\"alignright\">{user_email}</td>\n </tr>\n <tr>\n <td>Billing Address</td>\n <td class=\"alignright\">{billing_address}</td>\n </tr>\n <tr>\n <td>City</td>\n <td class=\"alignright\">{city}</td>\n </tr>\n <tr>\n <td>Country</td>\n <td class=\"alignright\">{country}</td>\n </tr>\n <!-- Bank Details -->\n <tr>\n <td colspan=\"2\">{bank_details}</td>\n </tr>\n <!-- Check Payment Instructions -->\n <tr>\n <td colspan=\"2\">{check_payment_instruction}</td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td class=\"content-block aligncenter\">\n <a href=\"{booking_url}\">View booking on your website site</a>\n </td>\n </tr>\n <tr>\n <td class=\"content-block aligncenter\">\n {sitename}\n </td>\n </tr>\n </table>\n </td>\n </tr>\n</table>\n\";s:12:\"sale_subject\";s:42:\"Payment has been received for {booking_id}\";s:14:\"sales_wpeditor\";s:3373:\"<table class=\"main\" width=\"100%\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td class=\"content-wrap aligncenter\">\n <table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td class=\"content-block\">\n <h1 class=\"aligncenter\">A Payment has been received for {booking_id}</h1>\n </td>\n </tr>\n <tr>\n <td class=\"content-block aligncenter\">\n <table class=\"invoice\">\n <tr>\n <td style=\"margin: 0;padding: 5px 0\" valign=\"top\">Dear Admin,<br><br>\n A payment has been received for {booking_id}. The payment details are listed below. </td>\n </tr>\n <br>\n <tr>\n <td style=\"margin: 0;padding: 5px 0\" valign=\"top\">\n <table class=\"invoice-items\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td class=\"title-holder\" style=\"margin: 0\" valign=\"top\" colspan=\"2\">\n <h3 class=\"alignleft\">Booked Trips ({booking_trips_count})</h3>\n </td>\n </tr>\n <tr><td colspan=\"2\">{booking_details}</td></tr>\n <tr>\n <td class=\"title-holder\" style=\"margin: 0\" valign=\"top\">\n <h3 class=\"alignleft\">Billing Details</h3>\n </td>\n </tr>\n <tr>\n <td>Booking Name</td>\n <td class=\"alignright\">{fullname}</td>\n </tr>\n <tr>\n <td>Booking Email</td>\n <td class=\"alignright\">{user_email}</td>\n </tr>\n <tr>\n <td>Billing Address</td>\n <td class=\"alignright\">{billing_address}</td>\n </tr>\n <tr>\n <td>City</td>\n <td class=\"alignright\">{city}</td>\n </tr>\n <tr>\n <td>Country</td>\n <td class=\"alignright\">{country}</td>\n </tr>\n <!-- Bank Details -->\n <tr>\n <td colspan=\"2\">{bank_details}</td>\n </tr>\n <!-- Check Payment Instructions -->\n <tr>\n <td colspan=\"2\">{check_payment_instruction}</td>\n </tr>\n <tr>\n <td class=\"title-holder\" style=\"margin: 0\" valign=\"top\">\n <h3 class=\"alignleft\">Payment Details</h3>\n </td>\n </tr>\n <tr>\n <td>Subtotal</td>\n <td class=\"alignright\">{subtotal}</td>\n </tr>\n <tr>\n <td>Total</td>\n <td class=\"alignright\">{total}</td>\n </tr>\n <tr>\n <td>Discount</td>\n <td class=\"alignright\">{discount_amount}</td>\n </tr>\n <tr>\n <td>Paid amount</td>\n <td class=\"alignright\">{paid_amount}</td>\n </tr>\n <tr>\n <td>Due</td>\n <td class=\"alignright\">{due}</td>\n </tr>\n <tr class=\"total\">\n <td class=\"alignright\">Total</td>\n <td class=\"alignright\">{price}</td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td class=\"content-block aligncenter\">\n <a href=\"{booking_url}\">View booking on your website site</a>\n </td>\n </tr>\n <tr>\n <td class=\"content-block aligncenter\">\n {sitename}\n </td>\n </tr>\n </table>\n </td>\n </tr>\n</table>\n\";s:4:\"name\";s:14:\"Travel Monster\";s:4:\"from\";s:17:\"customer@test.com\";s:37:\"booking_notification_subject_customer\";s:49:\"Your Booking Order has been placed ({booking_id})\";s:38:\"booking_notification_template_customer\";s:2257:\"<table class=\"main\" width=\"100%\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td class=\"content-wrap aligncenter\">\n <table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td class=\"content-block\">\n <h1 class=\"aligncenter\">Booking Confirmation</h1>\n </td>\n </tr>\n <tr>\n <td class=\"content-block aligncenter\">\n <table class=\"invoice\">\n <tr>\n <td style=\"margin: 0;padding: 5px 0\" valign=\"top\">Dear {name},<br><br>\n You have successfully made the trip booking. Your booking information is listed below. </td>\n </tr>\n <br>\n <tr>\n <td style=\"margin: 0;padding: 5px 0\" valign=\"top\">\n <table class=\"invoice-items\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td class=\"title-holder\" style=\"margin: 0\" valign=\"top\" colspan=\"2\">\n <h3 class=\"alignleft\">Booking Trips ({booking_trips_count})</h3>\n </td>\n </tr>\n <tr><td colspan=\"2\">{booking_details}</td></tr>\n <tr>\n <td class=\"title-holder\" style=\"margin: 0\" valign=\"top\">\n <h3 class=\"alignleft\">Billing Details</h3>\n </td>\n </tr>\n <tr>\n <td>Name</td>\n <td class=\"alignright\">{fullname}</td>\n </tr>\n <tr>\n <td>Email</td>\n <td class=\"alignright\">{user_email}</td>\n </tr>\n <tr>\n <td>Billing Address</td>\n <td class=\"alignright\">{billing_address}</td>\n </tr>\n <tr>\n <td>City</td>\n <td class=\"alignright\">{city}</td>\n </tr>\n <tr>\n <td>Country</td>\n <td class=\"alignright\">{country}</td>\n </tr>\n <!-- Bank Details -->\n <tr>\n <td colspan=\"2\">{bank_details}</td>\n </tr>\n <!-- Check Payment Instructions -->\n <tr>\n <td colspan=\"2\">{check_payment_instruction}</td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td class=\"content-block aligncenter\">\n {sitename}\n </td>\n </tr>\n </table>\n </td>\n </tr>\n</table>\n\";s:7:\"subject\";s:48:\"Your payment has been confirmed for {booking_id}\";s:17:\"purchase_wpeditor\";s:3219:\"<table class=\"main\" width=\"100%\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td class=\"content-wrap aligncenter\">\n <table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td class=\"content-block\">\n <h1 class=\"aligncenter\">Your booking has been confirmed.</h1>\n </td>\n </tr>\n <tr>\n <td class=\"content-block aligncenter\">\n <table class=\"invoice\">\n <tr>\n <td style=\"margin: 0;padding: 5px 0\" valign=\"top\">Dear {name},<br><br>\n Your booking has been confirmed. Your booking and payment information is listed below. </td>\n </tr>\n <br>\n <tr>\n <td style=\"margin: 0;padding: 5px 0\" valign=\"top\">\n <table class=\"invoice-items\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td class=\"title-holder\" style=\"margin: 0\" valign=\"top\" colspan=\"2\">\n <h3 class=\"alignleft\">Booked Trips ({booking_trips_count})</h3>\n </td>\n </tr>\n <tr><td colspan=\"2\">{booking_details}</td></tr>\n <tr>\n <td class=\"title-holder\" style=\"margin: 0\" valign=\"top\">\n <h3 class=\"alignleft\">Billing Details</h3>\n </td>\n </tr>\n <tr>\n <td>Booking Name</td>\n <td class=\"alignright\">{fullname}</td>\n </tr>\n <tr>\n <td>Booking Email</td>\n <td class=\"alignright\">{user_email}</td>\n </tr>\n <tr>\n <td>Billing Address</td>\n <td class=\"alignright\">{billing_address}</td>\n </tr>\n <tr>\n <td>City</td>\n <td class=\"alignright\">{city}</td>\n </tr>\n <tr>\n <td>Country</td>\n <td class=\"alignright\">{country}</td>\n </tr>\n <!-- Bank Details -->\n <tr>\n <td colspan=\"2\">{bank_details}</td>\n </tr>\n <!-- Check Payment Instructions -->\n <tr>\n <td colspan=\"2\">{check_payment_instruction}</td>\n </tr>\n <tr>\n <td class=\"title-holder\" style=\"margin: 0\" valign=\"top\">\n <h3 class=\"alignleft\">Payment Details</h3>\n </td>\n </tr>\n <tr>\n <td>Subtotal</td>\n <td class=\"alignright\">{subtotal}</td>\n </tr>\n <tr>\n <td>Total</td>\n <td class=\"alignright\">{total}</td>\n </tr>\n <tr>\n <td>Discount</td>\n <td class=\"alignright\">{discount_amount}</td>\n </tr>\n <tr>\n <td>Paid amount</td>\n <td class=\"alignright\">{paid_amount}</td>\n </tr>\n <tr>\n <td>Due</td>\n <td class=\"alignright\">{due}</td>\n </tr>\n <tr class=\"total\">\n <td class=\"alignright\">Total</td>\n <td class=\"alignright\">{price}</td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td class=\"content-block aligncenter\">\n {sitename}\n </td>\n </tr>\n </table>\n </td>\n </tr>\n</table>\n\";}s:5:\"pages\";a:8:{s:28:\"wp_travel_engine_place_order\";s:2:\"25\";s:37:\"wp_travel_engine_terms_and_conditions\";s:2:\"26\";s:26:\"wp_travel_engine_thank_you\";s:2:\"24\";s:34:\"wp_travel_engine_confirmation_page\";s:4:\"2250\";s:31:\"wp_travel_engine_dashboard_page\";s:2:\"31\";s:7:\"enquiry\";s:2:\"23\";s:25:\"wp_travel_engine_wishlist\";s:4:\"2553\";s:6:\"search\";s:4:\"2251\";}s:9:\"trip_tabs\";a:5:{s:2:\"id\";a:7:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";}s:5:\"field\";a:7:{i:1;s:9:\"wp_editor\";i:2;s:9:\"itinerary\";i:3;s:4:\"cost\";i:4;s:5:\"dates\";i:5;s:4:\"faqs\";i:6;s:3:\"map\";i:7;s:6:\"review\";}s:4:\"name\";a:7:{i:1;s:8:\"Overview\";i:2;s:9:\"Itinerary\";i:3;s:4:\"Cost\";i:4;s:5:\"Dates\";i:5;s:4:\"FAQs\";i:6;s:3:\"Map\";i:7;s:6:\"Review\";}s:4:\"icon\";a:7:{i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";}s:6:\"enable\";a:7:{i:1;s:3:\"yes\";i:2;s:3:\"yes\";i:3;s:3:\"yes\";i:4;s:3:\"yes\";i:5;s:3:\"yes\";i:6;s:3:\"yes\";i:7;s:3:\"yes\";}}s:21:\"trip_minimum_age_icon\";s:11:\"fas fa-male\";s:21:\"trip_maximum_age_icon\";s:11:\"fas fa-male\";s:15:\"trip_highlights\";a:3:{i:0;a:2:{s:9:\"highlight\";s:21:\"Best Price Guaranteed\";s:4:\"help\";s:99:\"You can add information like this to further explain value that you provide to your travel clients.\";}i:1;a:2:{s:9:\"highlight\";s:15:\"No Booking Fees\";s:4:\"help\";s:99:\"You can add information like this to further explain value that you provide to your travel clients.\";}i:2;a:2:{s:9:\"highlight\";s:24:\"Professional Local Guide\";s:4:\"help\";s:0:\"\";}}s:13:\"currency_code\";s:3:\"USD\";s:15:\"currency_option\";s:6:\"symbol\";s:21:\"amount_display_format\";s:34:\"%CURRENCY_SYMBOL%%FORMATED_AMOUNT%\";s:14:\"decimal_digits\";s:1:\"0\";s:17:\"decimal_separator\";s:1:\".\";s:19:\"thousands_separator\";s:1:\",\";s:21:\"travelers_information\";s:3:\"yes\";s:23:\"show_trip_facts_sidebar\";s:3:\"yes\";s:15:\"hide_powered_by\";s:2:\"no\";s:19:\"disable_fa_icons_js\";s:2:\"no\";s:22:\"show_taxonomy_children\";s:2:\"no\";s:12:\"book_btn_txt\";s:8:\"Book Now\";s:13:\"query_subject\";s:16:\"Enquiry received\";s:13:\"person_format\";s:7:\"/person\";s:16:\"confirmation_msg\";s:103:\"Thank you for booking the trip. Please check your email for confirmation. Below is your booking detail:\";s:8:\"gdpr_msg\";s:35:\"By contacting us, you agree to our \";s:13:\"feat_trip_num\";s:1:\"2\";s:11:\"trip_search\";a:5:{s:11:\"destination\";s:1:\"0\";s:10:\"activities\";s:1:\"0\";s:8:\"duration\";s:1:\"0\";s:6:\"budget\";s:1:\"0\";s:20:\"apply_in_search_page\";s:1:\"0\";}s:21:\"wte_advance_itinerary\";a:2:{s:27:\"itinerary_sleep_mode_fields\";a:4:{i:1;a:1:{s:10:\"field_text\";s:13:\"3 Stars Hotel\";}i:2;a:1:{s:10:\"field_text\";s:9:\"Tea House\";}i:3;a:1:{s:10:\"field_text\";s:13:\"5 Stars Hotel\";}i:4;a:1:{s:10:\"field_text\";s:9:\"Home Stay\";}}s:5:\"chart\";a:5:{s:4:\"show\";s:3:\"yes\";s:8:\"alt_unit\";s:1:\"m\";s:7:\"options\";a:2:{s:20:\"scales.xAxes.display\";s:1:\"1\";s:20:\"scales.yAxes.display\";s:1:\"1\";}s:4:\"data\";a:2:{s:18:\"datasets.data.fill\";s:1:\"1\";s:5:\"color\";s:7:\"#000000\";}s:2:\"bg\";s:0:\"\";}}s:19:\"extra_service_title\";s:0:\"\";s:22:\"partial_payment_enable\";s:2:\"no\";s:23:\"partial_payment_percent\";s:0:\"\";s:22:\"partial_payment_amount\";s:0:\"\";s:16:\"fsd_dates_layout\";s:11:\"months_list\";s:10:\"trip_dates\";a:2:{s:6:\"number\";s:1:\"3\";s:17:\"pagination_number\";s:2:\"10\";}s:12:\"trip_reviews\";a:8:{s:13:\"summary_label\";s:20:\"Overall Trip Rating:\";s:21:\"company_summary_label\";s:23:\"Overall Company Rating:\";s:18:\"reviewed_tour_text\";s:14:\"Reviewed Tour:\";s:15:\"excellent_label\";s:9:\"Excellent\";s:11:\"vgood_label\";s:9:\"Very Good\";s:13:\"average_label\";s:7:\"Average\";s:10:\"poor_label\";s:4:\"Poor\";s:14:\"terrible_label\";s:8:\"Terrible\";}s:18:\"currency_converter\";a:8:{s:6:\"enable\";s:3:\"yes\";s:13:\"sticky_enable\";s:2:\"no\";s:15:\"show_before_bkg\";s:3:\"yes\";s:5:\"title\";s:18:\"Currency Converter\";s:7:\"api_key\";s:0:\"\";s:8:\"key_type\";s:4:\"free\";s:10:\"geo_locate\";s:1:\"0\";s:11:\"auto_update\";s:1:\"0\";}s:10:\"trip_facts\";a:5:{s:3:\"fid\";a:13:{i:35550118;s:8:\"35550118\";i:93988162;s:8:\"93988162\";i:89526429;s:8:\"89526429\";i:28890066;s:8:\"28890066\";i:69738162;s:8:\"69738162\";i:12660073;s:8:\"12660073\";i:32070658;s:8:\"32070658\";i:33257212;s:8:\"33257212\";i:97927509;s:8:\"97927509\";i:90730383;s:8:\"90730383\";i:12647846;s:8:\"12647846\";i:69801669;s:8:\"69801669\";i:31652972;s:8:\"31652972\";}s:8:\"field_id\";a:13:{i:35550118;s:14:\"Transportation\";i:93988162;s:10:\"Group Size\";i:89526429;s:16:\"Maximum Altitude\";i:28890066;s:12:\"Accomodation\";i:69738162;s:13:\"Fitness level\";i:12660073;s:10:\"Arrival on\";i:32070658;s:14:\"Departure from\";i:33257212;s:11:\"Best season\";i:97927509;s:14:\"Guiding method\";i:90730383;s:9:\"Tour type\";i:12647846;s:8:\"Language\";i:69801669;s:5:\"Meals\";i:31652972;s:7:\"Permits\";}s:10:\"field_icon\";a:13:{i:35550118;s:10:\"fas fa-bus\";i:93988162;s:19:\"fas fa-people-group\";i:89526429;s:15:\"fas fa-mountain\";i:28890066;s:10:\"fas fa-bed\";i:69738162;s:14:\"fas fa-running\";i:12660073;s:20:\"fas fa-plane-arrival\";i:32070658;s:22:\"fas fa-plane-departure\";i:33257212;s:16:\"fas fa-cloud-sun\";i:97927509;s:13:\"fas fa-anchor\";i:90730383;s:13:\"fas fa-hiking\";i:12647846;s:15:\"fas fa-language\";i:69801669;s:15:\"fas fa-utensils\";i:31652972;s:19:\"far fa-address-card\";}s:10:\"field_type\";a:13:{i:35550118;s:4:\"text\";i:93988162;s:4:\"text\";i:89526429;s:4:\"text\";i:28890066;s:4:\"text\";i:69738162;s:4:\"text\";i:12660073;s:4:\"text\";i:32070658;s:4:\"text\";i:33257212;s:4:\"text\";i:97927509;s:4:\"text\";i:90730383;s:4:\"text\";i:12647846;s:4:\"text\";i:69801669;s:4:\"text\";i:31652972;s:4:\"text\";}s:17:\"input_placeholder\";a:13:{i:35550118;s:0:\"\";i:93988162;s:0:\"\";i:89526429;s:0:\"\";i:28890066;s:0:\"\";i:69738162;s:0:\"\";i:12660073;s:0:\"\";i:32070658;s:0:\"\";i:33257212;s:0:\"\";i:97927509;s:0:\"\";i:90730383;s:0:\"\";i:12647846;s:0:\"\";i:69801669;s:0:\"\";i:31652972;s:0:\"\";}}s:13:\"payment_debug\";s:2:\"no\";s:15:\"default_gateway\";s:12:\"booking_only\";s:12:\"booking_only\";s:1:\"1\";s:14:\"paypal_payment\";s:1:\"1\";s:20:\"direct_bank_transfer\";s:1:\"1\";s:14:\"check_payments\";s:1:\"1\";s:9:\"paypal_id\";s:0:\"\";s:13:\"bank_transfer\";a:3:{s:5:\"title\";s:13:\"Bank Transfer\";s:11:\"description\";s:176:\"Make your payment directly into our bank account. Please use your Order ID as the payment reference. Your order will not be shipped until the funds have cleared in our account.\";s:11:\"instruction\";s:55:\"Please make your payment on the provided bank accounts.\";}s:13:\"check_payment\";a:3:{s:5:\"title\";s:14:\"Check payments\";s:11:\"description\";s:98:\"Please send a check to Store Name, Store Street, Store Town, Store State / County, Store Postcode.\";s:11:\"instruction\";s:98:\"Please send a check to Store Name, Store Street, Store Town, Store State / County, Store Postcode.\";}s:10:\"tax_enable\";s:2:\"no\";s:15:\"tax_type_option\";s:9:\"exclusive\";s:14:\"tax_percentage\";s:2:\"13\";s:12:\"show_excerpt\";s:1:\"1\";s:18:\"show_related_trips\";s:3:\"yes\";s:27:\"related_trips_section_title\";s:13:\"Related Trips\";s:19:\"no_of_related_trips\";s:1:\"3\";s:20:\"related_trip_show_by\";s:10:\"activities\";s:15:\"wte_sticky_tabs\";s:3:\"yes\";s:21:\"hide_term_description\";s:2:\"no\";s:18:\"default_trip_facts\";a:9:{s:11:\"minimum-age\";a:6:{s:3:\"fid\";s:0:\"\";s:8:\"field_id\";s:11:\"Minimum Age\";s:10:\"field_icon\";s:12:\"fas fa-child\";s:10:\"field_type\";s:11:\"minimum-age\";s:17:\"input_placeholder\";s:30:\"Minimum Age from Trip Settings\";s:7:\"enabled\";s:3:\"yes\";}s:11:\"maximum-age\";a:6:{s:3:\"fid\";s:0:\"\";s:8:\"field_id\";s:11:\"Maximum Age\";s:10:\"field_icon\";s:11:\"fas fa-male\";s:10:\"field_type\";s:11:\"maximum-age\";s:17:\"input_placeholder\";s:30:\"Maximum Age from Trip Settings\";s:7:\"enabled\";s:3:\"yes\";}s:10:\"group-size\";a:6:{s:3:\"fid\";s:0:\"\";s:8:\"field_id\";s:10:\"Group Size\";s:10:\"field_icon\";s:17:\"fas fa-user-group\";s:10:\"field_type\";s:10:\"group-size\";s:17:\"input_placeholder\";s:51:\"Minimum and Maximum praticipants from Trip Settings\";s:7:\"enabled\";s:2:\"no\";}s:12:\"difficulties\";a:6:{s:3:\"fid\";s:0:\"\";s:8:\"field_id\";s:12:\"Difficulties\";s:10:\"field_icon\";s:18:\"fas fa-shoe-prints\";s:10:\"field_type\";s:12:\"difficulties\";s:17:\"input_placeholder\";s:15:\"Trip Difficulty\";s:7:\"enabled\";s:2:\"no\";}s:11:\"destination\";a:6:{s:3:\"fid\";s:0:\"\";s:8:\"field_id\";s:12:\"Destinations\";s:10:\"field_icon\";s:20:\"fas fa-person-hiking\";s:10:\"field_type\";s:20:\"taxonomy:destination\";s:17:\"input_placeholder\";s:20:\"List of Destinations\";s:7:\"enabled\";s:2:\"no\";}s:10:\"activities\";a:6:{s:3:\"fid\";s:0:\"\";s:8:\"field_id\";s:10:\"Activities\";s:10:\"field_icon\";s:20:\"fas fa-person-hiking\";s:10:\"field_type\";s:19:\"taxonomy:activities\";s:17:\"input_placeholder\";s:18:\"List of Activities\";s:7:\"enabled\";s:2:\"no\";}s:10:\"trip_types\";a:6:{s:3:\"fid\";s:0:\"\";s:8:\"field_id\";s:9:\"Trip Type\";s:10:\"field_icon\";s:20:\"fas fa-person-hiking\";s:10:\"field_type\";s:19:\"taxonomy:trip_types\";s:17:\"input_placeholder\";s:17:\"List of Trip Type\";s:7:\"enabled\";s:2:\"no\";}s:10:\"difficulty\";a:6:{s:3:\"fid\";s:0:\"\";s:8:\"field_id\";s:10:\"Difficulty\";s:10:\"field_icon\";s:20:\"fas fa-person-hiking\";s:10:\"field_type\";s:19:\"taxonomy:difficulty\";s:17:\"input_placeholder\";s:18:\"List of Difficulty\";s:7:\"enabled\";s:2:\"no\";}s:8:\"trip_tag\";a:6:{s:3:\"fid\";s:0:\"\";s:8:\"field_id\";s:8:\"Trip Tag\";s:10:\"field_icon\";s:20:\"fas fa-person-hiking\";s:10:\"field_type\";s:17:\"taxonomy:trip_tag\";s:17:\"input_placeholder\";s:16:\"List of Trip Tag\";s:7:\"enabled\";s:2:\"no\";}}s:24:\"display_new_trip_listing\";s:3:\"yes\";s:21:\"display_slider_layout\";s:1:\"1\";s:17:\"show_featured_tag\";s:1:\"1\";s:13:\"show_wishlist\";s:1:\"1\";s:16:\"show_map_on_card\";s:1:\"1\";s:19:\"show_difficulty_tax\";s:1:\"1\";s:14:\"show_trips_tag\";s:1:\"1\";s:16:\"show_date_layout\";s:1:\"1\";s:21:\"show_available_months\";s:1:\"1\";s:20:\"show_available_dates\";s:1:\"1\";s:17:\"set_duration_type\";s:4:\"days\";s:7:\"booking\";s:0:\"\";s:22:\"pricing_section_layout\";s:8:\"layout-1\";s:7:\"enquiry\";s:0:\"\";s:25:\"wte_sticky_booking_widget\";s:2:\"no\";s:32:\"related_display_new_trip_listing\";s:2:\"no\";s:26:\"show_related_trip_carousel\";s:1:\"1\";s:25:\"show_related_featured_tag\";s:1:\"1\";s:21:\"show_related_wishlist\";s:1:\"1\";s:16:\"show_related_map\";s:1:\"1\";s:27:\"show_related_difficulty_tax\";s:1:\"1\";s:22:\"show_related_trip_tags\";s:1:\"1\";s:24:\"show_related_date_layout\";s:1:\"1\";s:29:\"show_related_available_months\";s:1:\"1\";s:28:\"show_related_available_dates\";s:1:\"1\";s:15:\"show_trip_facts\";s:3:\"yes\";s:28:\"show_trip_facts_content_area\";s:3:\"yes\";s:15:\"hide_term_title\";s:2:\"no\";s:26:\"show_featured_trips_on_top\";s:3:\"yes\";}','auto'),(317,'_demo_importer_plus_old_widgets_data','a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:14:\"wte-sidebar-id\";a:1:{i:0;s:27:\"wte_featured_trips_widget-1\";}s:7:\"sidebar\";a:10:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";i:5;s:7:\"block-7\";i:6;s:38:\"travel_booking_toolkit_taxonomy_list-1\";i:7;s:38:\"travel_booking_toolkit_taxonomy_list-2\";i:8;s:27:\"wte_featured_trips_widget-2\";i:9;s:36:\"travel_booking_toolkit_recent_post-1\";}s:10:\"footer-one\";a:1:{i:0;s:45:\"travel_booking_toolkit_contact_social_links-1\";}s:10:\"footer-two\";a:1:{i:0;s:10:\"nav_menu-1\";}s:12:\"footer-three\";a:1:{i:0;s:10:\"nav_menu-2\";}s:11:\"footer-four\";a:1:{i:0;s:10:\"nav_menu-3\";}s:13:\"array_version\";i:3;}','off'),(318,'demo_importer_plus_sites_import_complete','yes','auto'),(324,'wp_travel_engine_search_page_id','2251','auto'),(338,'elementor_log','a:42:{s:32:\"bae0bdead489e545ecc96cfb22daa8c5\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-11-25 07:12:05\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-11-25 07:12:05\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"6e5364634a1b2ee653bc97543f36151c\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-11-25 07:12:05\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.25.9\";s:2:\"to\";s:7:\"3.25.10\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-11-25 07:12:05\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.25.9\";s:2:\"to\";s:7:\"3.25.10\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"047d2f02b5196f402c9b3c95989844fe\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-12-11 07:26:20\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:7:\"3.25.10\";s:2:\"to\";s:7:\"3.25.11\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-12-11 07:26:20\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:7:\"3.25.10\";s:2:\"to\";s:7:\"3.25.11\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"bf72f80ebe65e3dfeaa1581dcf68a400\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-12-11 07:26:24\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-12-11 07:26:24\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"17c6375fa56f0f76294605104e3bfd3d\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-12-11 07:26:24\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-12-11 07:26:24\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"f3ccdb2137ced84511658b4589df06ce\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-12-11 07:26:24\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-12-11 07:26:24\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"c3eea8e7164dd84d5e8592b5ccf0f243\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-12-11 07:26:24\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:7:\"3.25.10\";s:2:\"to\";s:7:\"3.25.11\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-12-11 07:26:24\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:7:\"3.25.10\";s:2:\"to\";s:7:\"3.25.11\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"0e4f3d631f3ffab3b432abc351d180e6\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-12-17 07:13:25\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:7:\"3.25.11\";s:2:\"to\";s:6:\"3.26.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-12-17 07:13:25\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:7:\"3.25.11\";s:2:\"to\";s:6:\"3.26.0\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"80a927ab3741736b8c33e692e4ab451f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-12-17 07:13:26\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-12-17 07:13:26\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"6b9eaf6aa28896cd7b3a514efb1136bb\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-12-17 07:13:26\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-12-17 07:13:26\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"c8f6f0b33b91f08a3c6ad3dc2d886268\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-12-17 07:13:26\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-12-17 07:13:26\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"0372124658be5bc8515bef639dc76823\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-12-17 07:13:26\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:37:\"Elementor/Upgrades - _v_3_26_0 Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-12-17 07:13:26\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:37:\"Elementor/Upgrades - _v_3_26_0 Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"3049e60f1956371f5b8e567cd4db3d60\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-12-17 07:13:26\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:39:\"Elementor/Upgrades - _v_3_26_0 Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-12-17 07:13:26\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:39:\"Elementor/Upgrades - _v_3_26_0 Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"530ae57cb97a2694c40a20dde5f4a79c\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-12-17 07:13:26\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:7:\"3.25.11\";s:2:\"to\";s:6:\"3.26.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-12-17 07:13:26\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:7:\"3.25.11\";s:2:\"to\";s:6:\"3.26.0\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"e960974a596c424f303fa30569ad7d03\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-12-20 07:13:47\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.26.0\";s:2:\"to\";s:6:\"3.26.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-12-20 07:13:47\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.26.0\";s:2:\"to\";s:6:\"3.26.2\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"a101720891829be06b2a7aa64690fee8\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-12-20 07:13:49\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-12-20 07:13:49\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"e32f92ad74c313d2dd091a7607f4f6c5\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-12-20 07:13:49\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-12-20 07:13:49\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"76cdc03a270dfef1aca4e6f06d7720a8\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-12-20 07:13:49\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-12-20 07:13:49\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"7972c6a7f6e16ac1949d92317a910312\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-12-20 07:13:49\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.26.0\";s:2:\"to\";s:6:\"3.26.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-12-20 07:13:49\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.26.0\";s:2:\"to\";s:6:\"3.26.2\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"78b79aeadf2f87ccfafa1669e785f926\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-12-23 07:19:34\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.26.2\";s:2:\"to\";s:6:\"3.26.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-12-23 07:19:34\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.26.2\";s:2:\"to\";s:6:\"3.26.3\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"e268c9fb9c77541051278ef287a3ec90\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-12-23 07:19:36\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-12-23 07:19:36\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"94e4a1443a1d30c0ebf7d4febc5d2c39\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-12-23 07:19:36\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-12-23 07:19:36\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"329f54e1d133ca9977f339cbe405eb1f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-12-23 07:19:37\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-12-23 07:19:37\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"4b375b72094a3153d07000229f2556f4\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-12-23 07:19:37\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.26.2\";s:2:\"to\";s:6:\"3.26.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-12-23 07:19:37\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.26.2\";s:2:\"to\";s:6:\"3.26.3\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"ca450d3b5b6fa44c0e530b98a071f4a0\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-01-08 07:16:05\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.26.3\";s:2:\"to\";s:6:\"3.26.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-01-08 07:16:05\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.26.3\";s:2:\"to\";s:6:\"3.26.4\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"9af7b5984fa9422300789c470486dadc\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-01-08 07:16:06\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-01-08 07:16:06\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"f8849e602e9e2d28738dcec3ad87ddb4\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-01-08 07:16:06\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-01-08 07:16:06\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"20afeba874347757a725f490c5e9ade5\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-01-08 07:16:06\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-01-08 07:16:06\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"10e6e40d734a08d6503acbf6cd8d9c8f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-01-08 07:16:06\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.26.3\";s:2:\"to\";s:6:\"3.26.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-01-08 07:16:06\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.26.3\";s:2:\"to\";s:6:\"3.26.4\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"f488a05d1ed38ca19896825743f1ece7\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-01-16 07:23:21\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.26.4\";s:2:\"to\";s:6:\"3.26.5\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-01-16 07:23:21\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.26.4\";s:2:\"to\";s:6:\"3.26.5\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"ebf2e87a08aa5dfea299538d6d51fb7e\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-01-16 07:23:22\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-01-16 07:23:22\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"1bcaabb24f73d91aa708c3afcd04a776\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-01-16 07:23:22\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-01-16 07:23:22\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"24fd78e0deec449058e4d7b9465ad488\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-01-16 07:23:22\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-01-16 07:23:22\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"2371de8d083ee12b5b910c1e44415314\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-01-16 07:23:22\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.26.4\";s:2:\"to\";s:6:\"3.26.5\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-01-16 07:23:22\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.26.4\";s:2:\"to\";s:6:\"3.26.5\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"641482b2890c10a14a22ce92d30ebc31\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-01-21 07:24:21\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.26.5\";s:2:\"to\";s:6:\"3.27.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-01-21 07:24:21\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.26.5\";s:2:\"to\";s:6:\"3.27.0\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"9715c56d7094d96f242a84b3a60d049e\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-01-21 07:24:35\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-01-21 07:24:35\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"e36eead1391c5e72a9d52a9832435867\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-01-21 07:24:35\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-01-21 07:24:35\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"a84f3a37a026f1c1210c26ad3e6a925a\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-01-21 07:24:35\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-01-21 07:24:35\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"4812e0819ce7eb4458d736fac29c68cb\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-01-21 07:24:35\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.26.5\";s:2:\"to\";s:6:\"3.27.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-01-21 07:24:35\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.26.5\";s:2:\"to\";s:6:\"3.27.0\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"b3cd0fdde7c0a990c6ae765fd03443a7\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-01-21 07:24:41\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.26.5\";s:2:\"to\";s:6:\"3.27.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-01-21 07:24:41\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.26.5\";s:2:\"to\";s:6:\"3.27.0\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"82f031174f53565bc53f89c51e782100\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2025-03-18 06:36:21\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:415:\"copy(/home/kenyacla/public_html/griflightservices/wp-content/uploads/elementor/google-fonts/fonts/robotoflex-nannepoxo_nexzs0b5qrzlohb8wcikxpyqmzswi-__ogbt8jzktqc2v3zs0kvdldbp8sbztos2iifruuzqmspjtusr4dek6culneux9xgtnh37ha_fiap4fm0pp1hw45dntw2x0wzgzhpmr1ynmykyn9_1iqxgwjaiujvumdn5yuw4o8htsoxjc1z3qsabshnfve3e0o5j3zjrzcu23qd4g0ebysqnk-qkavml1ckq3thxtxi8mzljaacbuknrnc.woff2): failed to open stream: File name too long\";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:128;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2025-04-24 06:22:58\";i:1;s:19:\"2025-04-25 06:25:41\";i:2;s:19:\"2025-04-25 06:26:04\";i:3;s:19:\"2025-04-25 06:26:15\";i:4;s:19:\"2025-04-26 06:18:53\";i:5;s:19:\"2025-04-27 06:08:01\";i:6;s:19:\"2025-04-27 06:08:03\";i:7;s:19:\"2025-04-27 06:08:07\";i:8;s:19:\"2025-04-27 06:08:12\";i:9;s:19:\"2025-04-28 06:17:38\";i:10;s:19:\"2025-04-29 06:13:56\";i:11;s:19:\"2025-04-29 06:14:45\";i:12;s:19:\"2025-04-29 06:14:54\";i:13;s:19:\"2025-04-30 06:49:11\";i:14;s:19:\"2025-05-01 06:19:35\";i:15;s:19:\"2025-05-02 06:09:27\";i:16;s:19:\"2025-05-03 06:55:02\";i:17;s:19:\"2025-05-04 06:22:26\";i:18;s:19:\"2025-05-04 06:22:33\";i:19;s:19:\"2025-05-04 06:22:37\";i:20;s:19:\"2025-05-04 06:22:40\";i:21;s:19:\"2025-05-04 06:22:44\";i:22;s:19:\"2025-05-04 06:22:47\";i:23;s:19:\"2025-05-05 06:04:17\";i:24;s:19:\"2025-05-05 06:04:39\";i:25;s:19:\"2025-05-05 06:04:41\";i:26;s:19:\"2025-05-06 06:12:47\";i:27;s:19:\"2025-05-07 06:20:47\";i:28;s:19:\"2025-05-08 06:12:44\";i:29;s:19:\"2025-05-08 06:13:12\";i:30;s:19:\"2025-05-08 06:13:16\";i:31;s:19:\"2025-05-09 06:16:17\";i:32;s:19:\"2025-05-10 06:07:25\";i:33;s:19:\"2025-05-11 06:07:11\";i:34;s:19:\"2025-05-11 06:07:13\";i:35;s:19:\"2025-05-11 06:07:16\";i:36;s:19:\"2025-05-11 06:07:18\";i:37;s:19:\"2025-05-11 06:07:21\";i:38;s:19:\"2025-05-12 06:17:27\";i:39;s:19:\"2025-05-13 06:17:50\";i:40;s:19:\"2025-05-14 06:14:49\";i:41;s:19:\"2025-05-14 06:15:55\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:415:\"copy(/home/kenyacla/public_html/griflightservices/wp-content/uploads/elementor/google-fonts/fonts/robotoflex-nannepoxo_nexzs0b5qrzlohb8wcikxpyqmzswi-__ogbt8jzktqc2v3zs0kvdldbp8sbztos2iifruuzqmspjtusr4dek6culneux9xgtnh37ha_fiap4fm0pp1hw45dntw2x0wzgzhpmr1ynmykyn9_1iqxgwjaiujvumdn5yuw4o8htsoxjc1z3qsabshnfve3e0o5j3zjrzcu23qd4g0ebysqnk-qkavml1ckq3thxtxi8mzljaacbuknrnc.woff2): failed to open stream: File name too long\";s:4:\"file\";s:106:\"/home/kenyacla/public_html/griflightservices/wp-content/plugins/elementor/core/files/fonts/google-font.php\";s:4:\"line\";i:224;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:106:\"/home/kenyacla/public_html/griflightservices/wp-content/plugins/elementor/core/files/fonts/google-font.php\";s:7:\"\0*\0line\";i:224;}s:32:\"fb3fc728c5ff9b702a249253055fd9fd\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2025-07-06 06:05:25\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:176:\"Elementor\\Includes\\Widgets\\Traits\\Button_Trait::render_text(): Implicitly marking parameter $instance as nullable is deprecated, the explicit nullable type must be used instead\";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:59;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2025-07-22 06:09:24\";i:1;s:19:\"2025-07-23 06:11:01\";i:2;s:19:\"2025-07-24 06:07:53\";i:3;s:19:\"2025-07-25 06:12:32\";i:4;s:19:\"2025-07-26 06:07:20\";i:5;s:19:\"2025-07-27 06:06:41\";i:6;s:19:\"2025-07-28 06:06:03\";i:7;s:19:\"2025-07-29 06:07:27\";i:8;s:19:\"2025-07-30 06:09:52\";i:9;s:19:\"2025-07-31 06:16:14\";i:10;s:19:\"2025-08-01 06:16:49\";i:11;s:19:\"2025-08-02 06:07:59\";i:12;s:19:\"2025-08-03 06:07:09\";i:13;s:19:\"2025-08-04 06:06:06\";i:14;s:19:\"2025-08-06 06:43:59\";i:15;s:19:\"2025-08-07 06:13:13\";i:16;s:19:\"2025-08-08 06:17:42\";i:17;s:19:\"2025-08-09 06:10:37\";i:18;s:19:\"2025-08-10 06:08:37\";i:19;s:19:\"2025-08-11 06:08:52\";i:20;s:19:\"2025-08-12 07:01:45\";i:21;s:19:\"2025-08-13 06:11:34\";i:22;s:19:\"2025-08-14 06:09:17\";i:23;s:19:\"2025-08-15 06:08:13\";i:24;s:19:\"2025-08-16 06:33:08\";i:25;s:19:\"2025-08-17 06:07:14\";i:26;s:19:\"2025-08-18 06:06:02\";i:27;s:19:\"2025-08-19 06:07:25\";i:28;s:19:\"2025-08-20 06:13:10\";i:29;s:19:\"2025-08-21 06:29:59\";i:30;s:19:\"2025-08-22 01:39:21\";i:31;s:19:\"2025-08-22 06:22:06\";i:32;s:19:\"2025-08-23 06:57:58\";i:33;s:19:\"2025-08-24 06:04:47\";i:34;s:19:\"2025-08-25 06:05:37\";i:35;s:19:\"2025-08-26 06:10:32\";i:36;s:19:\"2025-08-27 06:12:12\";i:37;s:19:\"2025-08-28 06:13:45\";i:38;s:19:\"2025-08-29 06:38:51\";i:39;s:19:\"2025-08-30 06:09:46\";i:40;s:19:\"2025-08-31 06:05:27\";i:41;s:19:\"2025-09-01 06:13:24\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:176:\"Elementor\\Includes\\Widgets\\Traits\\Button_Trait::render_text(): Implicitly marking parameter $instance as nullable is deprecated, the explicit nullable type must be used instead\";s:4:\"file\";s:114:\"/home/kenyacla/public_html/griflightservices/wp-content/plugins/elementor/includes/widgets/traits/button-trait.php\";s:4:\"line\";i:654;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:114:\"/home/kenyacla/public_html/griflightservices/wp-content/plugins/elementor/includes/widgets/traits/button-trait.php\";s:7:\"\0*\0line\";i:654;}}','off'),(523,'elementor_elementor_updater_completed','1','auto'),(457,'_transient_health-check-site-status-result','{\"good\":20,\"recommended\":3,\"critical\":0}','on'),(2659,'db_upgraded','1','auto'),(794,'wte_search_params_updated_603','done','on'),(1403,'wte_search_params_updated_605','done','on'),(1570,'wte_search_params_updated_611','done','on'),(2305,'elementor_checklist','{\"last_opened_timestamp\":-1,\"first_closed_checklist_in_editor\":false,\"is_popup_minimized\":false,\"steps\":{\"add_logo\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"set_fonts_and_colors\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"create_pages\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"setup_header\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"assign_homepage\":{\"is_marked_completed\":false,\"is_immutable_completed\":false}},\"editor_visit_count\":0,\"should_open_in_editor\":false}','auto'),(2883,'wte_search_params_updated_622','done','on'),(1965,'wte_search_params_updated_613','done','on'),(2081,'_elementor_global_css','a:7:{s:4:\"time\";i:1729008625;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;b:0;s:3:\"css\";s:0:\"\";}','auto'),(2308,'wte_search_params_updated_621','done','on'),(3476,'loginizer_softwp_upgrade','1735369623','auto'),(3697,'wte_search_params_updated_630','done','on'),(3905,'elementor_1_elementor_updater_batch_114508777eba112b6c900b3fdf76','a:1:{i:0;a:1:{s:8:\"callback\";a:2:{i:0;s:31:\"Elementor\\Core\\Upgrade\\Upgrades\";i:1;s:16:\"_on_each_version\";}}}','off'),(3901,'wte_search_params_updated_631','done','on'),(5438,'wte_update_mail_template','no','auto'),(4466,'w3tc_post_update_generic_tasks_ran_versions','a:1:{i:0;s:5:\"2.8.6\";}','off'),(4597,'softaculous_pro_license','a:13:{s:7:\"license\";s:30:\"SOFTWP-57183-47564-71640-77048\";s:7:\"expires\";s:8:\"20250309\";s:4:\"type\";s:1:\"1\";s:8:\"type_txt\";s:7:\"Premium\";s:9:\"num_sites\";N;s:4:\"plan\";s:8:\"personal\";s:6:\"active\";i:1;s:10:\"licexpired\";N;s:4:\"thid\";N;s:6:\"status\";i:1;s:9:\"last_edit\";s:10:\"1741246210\";s:10:\"status_txt\";s:33:\"<font color=\"green\">Active</font>\";s:8:\"has_plid\";i:1;}','yes'),(4761,'elementor_landing_pages_activation','0','auto'),(4762,'_elementor_local_google_fonts','a:3:{s:7:\"satisfy\";a:2:{s:3:\"url\";s:110:\"https://kenyaclassictourtravel.com/griflightservices/wp-content/uploads/elementor/google-fonts/css/satisfy.css\";s:7:\"version\";i:1742279760;}s:15:\"librecaslontext\";a:2:{s:3:\"url\";s:118:\"https://kenyaclassictourtravel.com/griflightservices/wp-content/uploads/elementor/google-fonts/css/librecaslontext.css\";s:7:\"version\";i:1742279761;}s:10:\"robotoflex\";a:2:{s:3:\"url\";s:113:\"https://kenyaclassictourtravel.com/griflightservices/wp-content/uploads/elementor/google-fonts/css/robotoflex.css\";s:7:\"version\";i:1754547189;}}','auto'),(5229,'_wptravelengine_leftover_cached_cleared','yes','auto'),(6924,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1756707193;s:7:\"checked\";a:6:{s:15:\"travel-explorer\";s:5:\"1.0.1\";s:14:\"travel-monster\";s:5:\"1.3.1\";s:16:\"twentytwentyfive\";s:3:\"1.3\";s:16:\"twentytwentyfour\";s:3:\"1.3\";s:17:\"twentytwentythree\";s:3:\"1.6\";s:15:\"twentytwentytwo\";s:3:\"2.0\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:6:{s:15:\"travel-explorer\";a:6:{s:5:\"theme\";s:15:\"travel-explorer\";s:11:\"new_version\";s:5:\"1.0.1\";s:3:\"url\";s:45:\"https://wordpress.org/themes/travel-explorer/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/travel-explorer.1.0.1.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:3:\"5.6\";}s:14:\"travel-monster\";a:6:{s:5:\"theme\";s:14:\"travel-monster\";s:11:\"new_version\";s:5:\"1.3.1\";s:3:\"url\";s:44:\"https://wordpress.org/themes/travel-monster/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/travel-monster.1.3.1.zip\";s:8:\"requires\";s:3:\"6.2\";s:12:\"requires_php\";s:3:\"7.4\";}s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.3.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.3.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.6.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"2.0\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.2.0.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}','off'),(6674,'_elementor_assets_data','a:1:{s:3:\"svg\";a:1:{s:9:\"font-icon\";a:6:{s:24:\"fas-long-arrow-alt-right\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:226:\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\";s:3:\"key\";s:24:\"fas-long-arrow-alt-right\";}s:7:\"version\";s:6:\"5.15.3\";}s:14:\"fab-facebook-f\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:320;s:6:\"height\";i:512;s:4:\"path\";s:172:\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\";s:3:\"key\";s:14:\"fab-facebook-f\";}s:7:\"version\";s:6:\"5.15.3\";}s:11:\"fab-twitter\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:791:\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\";s:3:\"key\";s:11:\"fab-twitter\";}s:7:\"version\";s:6:\"5.15.3\";}s:12:\"fab-linkedin\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:424:\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\";s:3:\"key\";s:12:\"fab-linkedin\";}s:7:\"version\";s:6:\"5.15.3\";}s:11:\"fab-youtube\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:576;s:6:\"height\";i:512;s:4:\"path\";s:470:\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\";s:3:\"key\";s:11:\"fab-youtube\";}s:7:\"version\";s:6:\"5.15.3\";}s:13:\"fab-instagram\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:922:\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\";s:3:\"key\";s:13:\"fab-instagram\";}s:7:\"version\";s:6:\"5.15.3\";}}}}','auto'),(6667,'elementor-custom-breakpoints-files','a:23:{s:23:\"custom-apple-webkit.min\";a:1:{s:4:\"time\";i:1752732625;}s:19:\"custom-lightbox.min\";a:1:{s:4:\"time\";i:1752732625;}s:19:\"custom-frontend.min\";a:1:{s:4:\"time\";i:1752732625;}s:27:\"custom-widget-accordion.min\";a:1:{s:4:\"time\";i:1752732625;}s:23:\"custom-widget-alert.min\";a:1:{s:4:\"time\";i:1752732625;}s:26:\"custom-widget-icon-box.min\";a:1:{s:4:\"time\";i:1752732625;}s:27:\"custom-widget-icon-list.min\";a:1:{s:4:\"time\";i:1752732625;}s:27:\"custom-widget-image-box.min\";a:1:{s:4:\"time\";i:1752732625;}s:31:\"custom-widget-image-gallery.min\";a:1:{s:4:\"time\";i:1752732625;}s:26:\"custom-widget-progress.min\";a:1:{s:4:\"time\";i:1752732625;}s:29:\"custom-widget-star-rating.min\";a:1:{s:4:\"time\";i:1752732625;}s:22:\"custom-widget-tabs.min\";a:1:{s:4:\"time\";i:1752732625;}s:24:\"custom-widget-toggle.min\";a:1:{s:4:\"time\";i:1752732625;}s:29:\"custom-widget-nested-tabs.min\";a:1:{s:4:\"time\";i:1752732625;}s:29:\"custom-widget-link-in-bio.min\";a:1:{s:4:\"time\";i:1752732625;}s:34:\"custom-widget-link-in-bio-base.min\";a:1:{s:4:\"time\";i:1752732625;}s:34:\"custom-widget-floating-buttons.min\";a:1:{s:4:\"time\";i:1752732625;}s:36:\"custom-widget-floating-bars-base.min\";a:1:{s:4:\"time\";i:1752732625;}s:37:\"custom-widget-floating-bars-var-3.min\";a:1:{s:4:\"time\";i:1752732625;}s:38:\"custom-widget-contact-buttons-base.min\";a:1:{s:4:\"time\";i:1752732625;}s:39:\"custom-widget-contact-buttons-var-7.min\";a:1:{s:4:\"time\";i:1752732625;}s:39:\"custom-widget-contact-buttons-var-9.min\";a:1:{s:4:\"time\";i:1752732625;}s:40:\"custom-widget-contact-buttons-var-10.min\";a:1:{s:4:\"time\";i:1752732625;}}','auto'),(5977,'_elementor_element_cache_unique_id','dba635ec234dcf120361256c7738ecb0','auto'),(6710,'_site_transient_timeout_php_check_099989f8e3cb6df514ef4a5530c32ca3','1753598969','off'),(6711,'_site_transient_php_check_099989f8e3cb6df514ef4a5530c32ca3','a:5:{s:19:\"recommended_version\";s:3:\"8.3\";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'),(7242,'_site_transient_timeout_php_check_af52addf88a201e440efefab069b5a83','1757225127','off'),(7243,'_site_transient_php_check_af52addf88a201e440efefab069b5a83','a:5:{s:19:\"recommended_version\";s:3:\"8.3\";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'),(7201,'_transient_timeout_elementor_remote_info_api_data_3.31.2','1756404824','off'),(7202,'_transient_elementor_remote_info_api_data_3.31.2','a:4:{s:9:\"timestamp\";s:10:\"1756360578\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:82:{i:0;a:4:{s:4:\"name\";s:6:\"search\";s:5:\"title\";s:6:\"Search\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:3;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-2\";s:5:\"title\";s:7:\"Classic\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:4;a:4:{s:4:\"name\";s:9:\"mega-menu\";s:5:\"title\";s:4:\"Menu\";s:4:\"icon\";s:15:\"eicon-mega-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:5;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-3\";s:5:\"title\";s:8:\"Showcase\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:6;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-4\";s:5:\"title\";s:5:\"Links\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:8;a:4:{s:4:\"name\";s:9:\"loop-grid\";s:5:\"title\";s:9:\"Loop Grid\";s:4:\"icon\";s:18:\"eicon-loop-builder\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:9;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-5\";s:5:\"title\";s:8:\"Services\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:10;a:4:{s:4:\"name\";s:13:\"loop-carousel\";s:5:\"title\";s:13:\"Loop Carousel\";s:4:\"icon\";s:19:\"eicon-carousel-loop\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:11;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-6\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:12;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-7\";s:5:\"title\";s:13:\"Business Card\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:14;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:16;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:19;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:20;a:4:{s:4:\"name\";s:15:\"nested-carousel\";s:5:\"title\";s:8:\"Carousel\";s:4:\"icon\";s:21:\"eicon-nested-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:21;a:4:{s:4:\"name\";s:10:\"off-canvas\";s:5:\"title\";s:10:\"Off-Canvas\";s:4:\"icon\";s:16:\"eicon-off-canvas\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:22;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:23;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:24;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:25;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:26;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:27;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:28;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:29;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:30;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:31;a:4:{s:4:\"name\";s:13:\"stripe-button\";s:5:\"title\";s:13:\"Stripe Button\";s:4:\"icon\";s:19:\"eicon-stripe-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:32;a:4:{s:4:\"name\";s:16:\"progress-tracker\";s:5:\"title\";s:16:\"Progress Tracker\";s:4:\"icon\";s:22:\"eicon-progress-tracker\";s:10:\"categories\";s:40:\"[\"pro-elements\",\"theme-elements-single\"]\";}i:33;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:34;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:35;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:36;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:37;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:38;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:39;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:40;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:41;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:42;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:43;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:44;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:45;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:46;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:47;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:48;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:49;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:50;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:51;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:52;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:53;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:54;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:55;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:56;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:57;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:58;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:59;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:60;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:61;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:62;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:63;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:64;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:65;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:66;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:67;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:68;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:69;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:70;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:71;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:72;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:73;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:74;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:75;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:76;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:77;a:4:{s:4:\"name\";s:25:\"woocommerce-checkout-page\";s:5:\"title\";s:8:\"Checkout\";s:4:\"icon\";s:14:\"eicon-checkout\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:78;a:4:{s:4:\"name\";s:16:\"woocommerce-cart\";s:5:\"title\";s:4:\"Cart\";s:4:\"icon\";s:14:\"eicon-woo-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:79;a:4:{s:4:\"name\";s:22:\"woocommerce-my-account\";s:5:\"title\";s:10:\"My Account\";s:4:\"icon\";s:16:\"eicon-my-account\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:80;a:4:{s:4:\"name\";s:28:\"woocommerce-purchase-summary\";s:5:\"title\";s:16:\"Purchase Summary\";s:4:\"icon\";s:22:\"eicon-purchase-summary\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:81;a:4:{s:4:\"name\";s:19:\"woocommerce-notices\";s:5:\"title\";s:19:\"WooCommerce Notices\";s:4:\"icon\";s:25:\"eicon-woocommerce-notices\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.8.2\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}','off'),(7250,'_transient_timeout_elementor_remote_info_api_data_3.31.3','1756750389','off'),(7251,'_transient_elementor_remote_info_api_data_3.31.3','a:4:{s:9:\"timestamp\";s:10:\"1756703869\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:82:{i:0;a:4:{s:4:\"name\";s:6:\"search\";s:5:\"title\";s:6:\"Search\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:3;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-2\";s:5:\"title\";s:7:\"Classic\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:4;a:4:{s:4:\"name\";s:9:\"mega-menu\";s:5:\"title\";s:4:\"Menu\";s:4:\"icon\";s:15:\"eicon-mega-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:5;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-3\";s:5:\"title\";s:8:\"Showcase\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:6;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-4\";s:5:\"title\";s:5:\"Links\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:8;a:4:{s:4:\"name\";s:9:\"loop-grid\";s:5:\"title\";s:9:\"Loop Grid\";s:4:\"icon\";s:18:\"eicon-loop-builder\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:9;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-5\";s:5:\"title\";s:8:\"Services\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:10;a:4:{s:4:\"name\";s:13:\"loop-carousel\";s:5:\"title\";s:13:\"Loop Carousel\";s:4:\"icon\";s:19:\"eicon-carousel-loop\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:11;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-6\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:12;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-7\";s:5:\"title\";s:13:\"Business Card\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:14;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:16;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:19;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:20;a:4:{s:4:\"name\";s:15:\"nested-carousel\";s:5:\"title\";s:8:\"Carousel\";s:4:\"icon\";s:21:\"eicon-nested-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:21;a:4:{s:4:\"name\";s:10:\"off-canvas\";s:5:\"title\";s:10:\"Off-Canvas\";s:4:\"icon\";s:16:\"eicon-off-canvas\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:22;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:23;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:24;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:25;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:26;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:27;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:28;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:29;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:30;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:31;a:4:{s:4:\"name\";s:13:\"stripe-button\";s:5:\"title\";s:13:\"Stripe Button\";s:4:\"icon\";s:19:\"eicon-stripe-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:32;a:4:{s:4:\"name\";s:16:\"progress-tracker\";s:5:\"title\";s:16:\"Progress Tracker\";s:4:\"icon\";s:22:\"eicon-progress-tracker\";s:10:\"categories\";s:40:\"[\"pro-elements\",\"theme-elements-single\"]\";}i:33;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:34;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:35;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:36;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:37;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:38;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:39;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:40;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:41;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:42;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:43;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:44;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:45;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:46;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:47;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:48;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:49;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:50;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:51;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:52;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:53;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:54;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:55;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:56;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:57;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:58;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:59;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:60;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:61;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:62;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:63;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:64;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:65;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:66;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:67;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:68;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:69;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:70;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:71;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:72;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:73;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:74;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:75;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:76;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:77;a:4:{s:4:\"name\";s:25:\"woocommerce-checkout-page\";s:5:\"title\";s:8:\"Checkout\";s:4:\"icon\";s:14:\"eicon-checkout\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:78;a:4:{s:4:\"name\";s:16:\"woocommerce-cart\";s:5:\"title\";s:4:\"Cart\";s:4:\"icon\";s:14:\"eicon-woo-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:79;a:4:{s:4:\"name\";s:22:\"woocommerce-my-account\";s:5:\"title\";s:10:\"My Account\";s:4:\"icon\";s:16:\"eicon-my-account\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:80;a:4:{s:4:\"name\";s:28:\"woocommerce-purchase-summary\";s:5:\"title\";s:16:\"Purchase Summary\";s:4:\"icon\";s:22:\"eicon-purchase-summary\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:81;a:4:{s:4:\"name\";s:19:\"woocommerce-notices\";s:5:\"title\";s:19:\"WooCommerce Notices\";s:4:\"icon\";s:25:\"eicon-woocommerce-notices\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.8.2\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}','off'),(6756,'_transient_timeout_elementor_remote_info_api_data_3.30.2','1753294260','off'),(6757,'_transient_elementor_remote_info_api_data_3.30.2','a:4:{s:9:\"timestamp\";s:10:\"1753250820\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:82:{i:0;a:4:{s:4:\"name\";s:6:\"search\";s:5:\"title\";s:6:\"Search\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:3;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-2\";s:5:\"title\";s:7:\"Classic\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:4;a:4:{s:4:\"name\";s:9:\"mega-menu\";s:5:\"title\";s:4:\"Menu\";s:4:\"icon\";s:15:\"eicon-mega-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:5;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-3\";s:5:\"title\";s:8:\"Showcase\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:6;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-4\";s:5:\"title\";s:5:\"Links\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:8;a:4:{s:4:\"name\";s:9:\"loop-grid\";s:5:\"title\";s:9:\"Loop Grid\";s:4:\"icon\";s:18:\"eicon-loop-builder\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:9;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-5\";s:5:\"title\";s:8:\"Services\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:10;a:4:{s:4:\"name\";s:13:\"loop-carousel\";s:5:\"title\";s:13:\"Loop Carousel\";s:4:\"icon\";s:19:\"eicon-carousel-loop\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:11;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-6\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:12;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-7\";s:5:\"title\";s:13:\"Business Card\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:14;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:16;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:19;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:20;a:4:{s:4:\"name\";s:15:\"nested-carousel\";s:5:\"title\";s:8:\"Carousel\";s:4:\"icon\";s:21:\"eicon-nested-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:21;a:4:{s:4:\"name\";s:10:\"off-canvas\";s:5:\"title\";s:10:\"Off-Canvas\";s:4:\"icon\";s:16:\"eicon-off-canvas\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:22;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:23;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:24;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:25;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:26;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:27;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:28;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:29;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:30;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:31;a:4:{s:4:\"name\";s:13:\"stripe-button\";s:5:\"title\";s:13:\"Stripe Button\";s:4:\"icon\";s:19:\"eicon-stripe-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:32;a:4:{s:4:\"name\";s:16:\"progress-tracker\";s:5:\"title\";s:16:\"Progress Tracker\";s:4:\"icon\";s:22:\"eicon-progress-tracker\";s:10:\"categories\";s:40:\"[\"pro-elements\",\"theme-elements-single\"]\";}i:33;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:34;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:35;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:36;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:37;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:38;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:39;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:40;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:41;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:42;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:43;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:44;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:45;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:46;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:47;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:48;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:49;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:50;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:51;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:52;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:53;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:54;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:55;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:56;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:57;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:58;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:59;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:60;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:61;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:62;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:63;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:64;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:65;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:66;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:67;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:68;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:69;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:70;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:71;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:72;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:73;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:74;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:75;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:76;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:77;a:4:{s:4:\"name\";s:25:\"woocommerce-checkout-page\";s:5:\"title\";s:8:\"Checkout\";s:4:\"icon\";s:14:\"eicon-checkout\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:78;a:4:{s:4:\"name\";s:16:\"woocommerce-cart\";s:5:\"title\";s:4:\"Cart\";s:4:\"icon\";s:14:\"eicon-woo-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:79;a:4:{s:4:\"name\";s:22:\"woocommerce-my-account\";s:5:\"title\";s:10:\"My Account\";s:4:\"icon\";s:16:\"eicon-my-account\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:80;a:4:{s:4:\"name\";s:28:\"woocommerce-purchase-summary\";s:5:\"title\";s:16:\"Purchase Summary\";s:4:\"icon\";s:22:\"eicon-purchase-summary\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:81;a:4:{s:4:\"name\";s:19:\"woocommerce-notices\";s:5:\"title\";s:19:\"WooCommerce Notices\";s:4:\"icon\";s:25:\"eicon-woocommerce-notices\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.8.2\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}','off'); /*!40000 ALTER TABLE `wpxj_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpxj_postmeta` -- DROP TABLE IF EXISTS `wpxj_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpxj_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=4705 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpxj_postmeta` -- LOCK TABLES `wpxj_postmeta` WRITE; /*!40000 ALTER TABLE `wpxj_postmeta` DISABLE KEYS */; INSERT INTO `wpxj_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default'),(7,9,'_elementor_edit_mode','builder'),(8,9,'_elementor_template_type','kit'),(9,12,'_wp_page_template','templates/template-trip_types.php'),(10,13,'_wp_page_template','templates/template-destination.php'),(11,14,'_wp_page_template','templates/template-activities.php'),(12,24,'_elementor_template_type','page'),(13,24,'_elementor_data','[{\"id\":\"165a8bc9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9768019\",\"elType\":\"container\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#000000\",\"background_color_b\":\"#00000000\",\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false},\"position\":\"absolute\",\"z_index\":11},\"elements\":[{\"id\":\"fa4bf90\",\"elType\":\"widget\",\"settings\":{\"item_gap\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"color\":\"#FFFFFF\",\"hover_color\":\"#1A84EE\",\"active_color\":\"#1A84EE\",\"separator_color\":\"#B9B9B9\"},\"elements\":[],\"widgetType\":\"wte-breadcrumbs\"}],\"isInner\":false},{\"id\":\"d6f3df3\",\"elType\":\"widget\",\"settings\":{\"carousel_height\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"arrow_bg_color\":\"#FFFFFF00\",\"arrow_color\":\"#FFFFFF\",\"arrow_border_border\":\"solid\",\"arrow_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"arrow_border_color\":\"#FFFFFF\",\"arrow_bg_hover_color\":\"#1A84EE\",\"arrow_hover_color\":\"#FFFFFF\",\"arrow_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_bg_hover_color\":\"#1A84EE\"},\"elements\":[],\"widgetType\":\"wte-carousel\"}],\"isInner\":false},{\"id\":\"31db0a6a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":32},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"777fa8d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#E0E0E0\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true}},\"elements\":[{\"id\":\"7106b4d3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2b175cd\",\"elType\":\"widget\",\"settings\":{\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Amiri\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"wte-title\"},{\"id\":\"5b5fb1d\",\"elType\":\"widget\",\"settings\":{\"duration_bg_color\":\"#1A84EE\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_y\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"wte-duration\"}],\"isInner\":false},{\"id\":\"5a19550\",\"elType\":\"widget\",\"settings\":{\"star_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"color\":\"#929292\",\"icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wte-trip-ratings\"},{\"id\":\"33eefebf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000026\",\"gap\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c3ba2da\",\"elType\":\"widget\",\"settings\":{\"factsgap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"facts_title_typography_typography\":\"custom\",\"facts_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"facts_title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"facts_title_color\":\"#1A84EE\",\"facts_content_typography_typography\":\"custom\",\"facts_content_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"facts_content_typography_font_weight\":\"500\",\"icon_color\":\"#1A84EE\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"noofcolumn\":2},\"elements\":[],\"widgetType\":\"wte-trip-facts\"},{\"id\":\"1029c111\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000026\",\"gap\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"18c9aca9\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d77338b\",\"elType\":\"widget\",\"settings\":{\"general_typography_typography\":\"custom\",\"general_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"wte-overview\"}],\"isInner\":false},{\"id\":\"5b23f050\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"66eaaa5\",\"elType\":\"widget\",\"settings\":{\"general_typography_typography\":\"custom\",\"general_typography_line_height\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"wte-highlights\"}],\"isInner\":false},{\"id\":\"75d103d0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000026\",\"gap\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5a106502\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bea28b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Itinerary\",\"expand_all_text\":\"Expand All\",\"card_typography_typography\":\"custom\",\"card_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"card_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Amiri\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"days_title_typography_typography\":\"custom\",\"days_title_typography_font_family\":\"Amiri\",\"days_title_typography_font_weight\":\"600\",\"expand_all_toggle\":\"#1A84EE\",\"expand_icon\":\"#1A84EE\",\"expand_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"day_icon\":\"#020101\",\"day_bg_icon\":\"#1A84EE\"},\"elements\":[],\"widgetType\":\"wte-itinerary\"},{\"id\":\"35ee5b4b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000026\",\"gap\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"90fd291\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d9ad4b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What is included in this trek package?\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Amiri\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b671bea\",\"elType\":\"widget\",\"settings\":{\"costincludes_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"icon_color\":\"#00C004\",\"icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"}},\"elements\":[],\"widgetType\":\"wte-costincludes\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"521bb5f9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000026\",\"gap\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"20d94521\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"410ede18\",\"elType\":\"widget\",\"settings\":{\"title\":\"What is excluded in this trek package?\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Amiri\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4da8e34\",\"elType\":\"widget\",\"settings\":{\"costexcludes_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"icon_color\":\"#B1B1B1\",\"icon\":{\"value\":\"far fa-times-circle\",\"library\":\"fa-regular\"}},\"elements\":[],\"widgetType\":\"wte-costexcludes\"},{\"id\":\"6b343708\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000026\",\"gap\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9159798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Our Fixed Trip Starting Date\",\"dateLabel\":\"TRIP DATES\",\"availabilityLabel\":\"AVAILABILITY\",\"priceLabel\":\"PRICE\",\"spaceLabel\":\"SPACE LEFT\",\"loadMore\":\"Load More\",\"showLess\":\"Show Less\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Amiri\",\"typography_font_weight\":\"500\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"chooseDate_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"16\",\"bottom\":\"8\",\"left\":\"16\",\"isLinked\":false},\"chooseDate_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"wte-fixed-starting-date\"},{\"id\":\"6aa3b605\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000026\",\"gap\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"15f6d65d\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1319ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Official Trek Map\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Amiri\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ea0a0ed\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wte-map\"},{\"id\":\"6a1b72dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000026\",\"gap\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2d014a74\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32c911f\",\"elType\":\"widget\",\"settings\":{\"expand_all_label\":\"Expand All\",\"generals_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Amiri\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"faq_title_typography_typography\":\"custom\",\"faq_title_typography_font_family\":\"Amiri\",\"faq_title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"faq_title_typography_font_weight\":\"500\",\"toogle_background_color\":\"#1A84EE\",\"icon_color\":\"#1A84EE\"},\"elements\":[],\"widgetType\":\"wte-faqs\"}],\"isInner\":false},{\"id\":\"6b699180\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000026\",\"gap\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"0422377\",\"elType\":\"widget\",\"settings\":{\"reviewTitle\":\"Write a Review.\",\"buttonText\":\"Submit\"},\"elements\":[],\"widgetType\":\"wte-trip-review-form\"},{\"id\":\"647531d4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000026\",\"gap\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2654405c\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"6e2b624b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Customer Reviews\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Amiri\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"886da22\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wte-trip-reviews\"}],\"isInner\":false},{\"id\":\"bfa716f\",\"elType\":\"widget\",\"settings\":{\"enquiryTitle\":\"You can send your enquiry via the form below.\",\"buttonText\":\"Send Email\",\"enquiry_typography_typography\":\"custom\",\"enquiry_typography_font_family\":\"Amiri\"},\"elements\":[],\"widgetType\":\"wte-enquiry\"}],\"isInner\":false},{\"id\":\"7274caa2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f38bf0e\",\"elType\":\"widget\",\"settings\":{\"booking_border_border\":\"solid\",\"booking_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"booking_border_color\":\"#EBEBEB\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Amiri\",\"price_typography_font_weight\":\"600\",\"strike_typography_typography\":\"custom\",\"strike_typography_font_family\":\"Amiri\"},\"elements\":[],\"widgetType\":\"wte-booking\"}],\"isInner\":false}],\"isInner\":false}]'),(14,24,'_elementor_page_layout','full_width'),(15,24,'_elementor_edit_mode','builder'),(16,25,'_wp_attached_file','2024/07/contact-image.jpg'),(17,25,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:50;s:6:\"height\";i:50;s:4:\"file\";s:25:\"2024/07/contact-image.jpg\";s:8:\"filesize\";i:1380;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:{}}}'),(18,26,'_wp_attached_file','2024/07/Group-6358.png'),(19,26,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:350;s:6:\"height\";i:135;s:4:\"file\";s:22:\"2024/07/Group-6358.png\";s:8:\"filesize\";i:22994;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Group-6358-300x116.png\";s:5:\"width\";i:300;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42333;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Group-6358-150x135.png\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12315;}s:21:\"meafe-testimonial-two\";a:5:{s:4:\"file\";s:22:\"Group-6358-272x135.png\";s:5:\"width\";i:272;s:6:\"height\";i:135;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19625;}s:14:\"meafe-blog-two\";a:5:{s:4:\"file\";s:22:\"Group-6358-197x135.png\";s:5:\"width\";i:197;s:6:\"height\";i:135;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12955;}s:23:\"meafe-category-grid-two\";a:5:{s:4:\"file\";s:22:\"Group-6358-270x135.png\";s:5:\"width\";i:270;s:6:\"height\";i:135;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19452;}s:29:\"meafe-category-grid-lay-three\";a:5:{s:4:\"file\";s:22:\"Group-6358-170x135.png\";s:5:\"width\";i:170;s:6:\"height\";i:135;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12697;}s:28:\"meafe-post-modules-small-img\";a:5:{s:4:\"file\";s:22:\"Group-6358-300x135.png\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22497;}s:24:\"travel-monster-blog-list\";a:5:{s:4:\"file\";s:22:\"Group-6358-300x135.png\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22497;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20,27,'_wp_attached_file','2024/07/cropped-logo.png'),(21,27,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:272;s:6:\"height\";i:41;s:4:\"file\";s:24:\"2024/07/cropped-logo.png\";s:8:\"filesize\";i:5776;s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"cropped-logo-150x41.png\";s:5:\"width\";i:150;s:6:\"height\";i:41;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2254;}s:14:\"meafe-blog-two\";a:5:{s:4:\"file\";s:23:\"cropped-logo-197x41.png\";s:5:\"width\";i:197;s:6:\"height\";i:41;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2964;}s:23:\"meafe-category-grid-two\";a:5:{s:4:\"file\";s:23:\"cropped-logo-270x41.png\";s:5:\"width\";i:270;s:6:\"height\";i:41;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5433;}s:29:\"meafe-category-grid-lay-three\";a:5:{s:4:\"file\";s:23:\"cropped-logo-170x41.png\";s:5:\"width\";i:170;s:6:\"height\";i:41;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2383;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22,28,'_wp_attached_file','2024/07/cropped-logo-1.png'),(23,28,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:272;s:6:\"height\";i:41;s:4:\"file\";s:26:\"2024/07/cropped-logo-1.png\";s:8:\"filesize\";i:5776;s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"cropped-logo-1-150x41.png\";s:5:\"width\";i:150;s:6:\"height\";i:41;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2254;}s:14:\"meafe-blog-two\";a:5:{s:4:\"file\";s:25:\"cropped-logo-1-197x41.png\";s:5:\"width\";i:197;s:6:\"height\";i:41;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2964;}s:23:\"meafe-category-grid-two\";a:5:{s:4:\"file\";s:25:\"cropped-logo-1-270x41.png\";s:5:\"width\";i:270;s:6:\"height\";i:41;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5433;}s:29:\"meafe-category-grid-lay-three\";a:5:{s:4:\"file\";s:25:\"cropped-logo-1-170x41.png\";s:5:\"width\";i:170;s:6:\"height\";i:41;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2383;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(24,29,'_wp_attached_file','2024/07/travelexplorer.xml'),(25,29,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:3615849;}'),(26,2982,'order_trips','a:1:{s:30:\"cart_2957_106_2022-04-23_00-00\";a:10:{s:2:\"ID\";i:2957;s:5:\"title\";s:26:\"5 Days tour to Philippines\";s:4:\"cost\";d:7200;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2022-04-23\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"2\";i:53;s:1:\"1\";}s:8:\"pax_cost\";a:2:{i:51;d:5000;i:53;d:2200;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:4:{i:0;a:3:{s:13:\"extra_service\";s:11:\"Double Room\";s:3:\"qty\";s:1:\"1\";s:5:\"price\";s:3:\"200\";}i:1;a:3:{s:13:\"extra_service\";s:11:\"Deluxe Room\";s:3:\"qty\";s:1:\"1\";s:5:\"price\";s:3:\"300\";}i:2;a:3:{s:13:\"extra_service\";s:27:\"Pickup from Pokhara Airport\";s:3:\"qty\";s:1:\"1\";s:5:\"price\";s:2:\"50\";}i:3;a:3:{s:13:\"extra_service\";s:27:\"Pickup from Lumbini Airport\";s:3:\"qty\";s:1:\"1\";s:5:\"price\";s:2:\"70\";}}}}'),(27,2982,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:7:{s:8:\"traveler\";s:1:\"3\";s:4:\"cost\";s:4:\"7820\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2957\";s:5:\"tname\";s:26:\"5 Days tour to Philippines\";s:8:\"datetime\";s:10:\"2022-04-23\";s:7:\"booking\";a:6:{s:5:\"fname\";s:6:\"fdgdfg\";s:5:\"lname\";s:6:\"dfgdfg\";s:5:\"email\";s:10:\"sad@sad.co\";s:7:\"address\";s:6:\"dsfsdf\";s:4:\"city\";s:6:\"sdfsdf\";s:7:\"country\";s:6:\"Angola\";}}i:0;i:2982;s:17:\"additional_fields\";a:0:{}}'),(28,2982,'wp_travel_engine_booking_payment_status','pending'),(29,2982,'wp_travel_engine_booking_payment_method','N/A'),(30,2982,'billing_info','a:6:{s:5:\"fname\";s:6:\"fdgdfg\";s:5:\"lname\";s:6:\"dfgdfg\";s:5:\"email\";s:10:\"sad@sad.co\";s:7:\"address\";s:6:\"dsfsdf\";s:4:\"city\";s:6:\"sdfsdf\";s:7:\"country\";s:6:\"Angola\";}'),(31,2982,'cart_info','a:5:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:7820;s:5:\"total\";d:7820;s:12:\"cart_partial\";d:0;s:9:\"discounts\";a:0:{}}'),(32,2982,'payments','a:1:{i:0;i:2984;}'),(33,2982,'due_amount','7820'),(34,2982,'wp_travel_engine_booking_status','pending'),(35,2982,'wp_travel_engine_booking_payment_gateway','N/A'),(36,2982,'additional_fields','a:0:{}'),(37,2982,'_demo_importer_plus_sites_imported_post','1'),(38,2982,'_demo_importer_enable_for_batch','1'),(39,3892,'order_trips','a:1:{s:30:\"cart_2953_106_2022-09-23_00-00\";a:11:{s:2:\"ID\";i:2953;s:5:\"title\";s:22:\"Prague, Czech Republic\";s:4:\"cost\";d:7200;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2022-09-23\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"2\";i:53;s:1:\"1\";}s:8:\"pax_cost\";a:2:{i:51;d:5000;i:53;d:2200;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:30:\"cart_2953_106_2022-09-23_00-00\";}}'),(40,3892,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:8:{s:8:\"traveler\";s:1:\"3\";s:4:\"cost\";s:4:\"7200\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2953\";s:5:\"tname\";s:22:\"Prague, Czech Republic\";s:8:\"datetime\";s:10:\"2022-09-23\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:4:\"test\";s:5:\"lname\";s:4:\"test\";s:5:\"email\";s:14:\"test@gmail.com\";s:7:\"address\";s:4:\"test\";s:4:\"city\";s:3:\"est\";s:7:\"country\";s:11:\"Afghanistan\";}}i:0;i:3892;s:17:\"additional_fields\";a:0:{}}'),(41,3892,'wp_travel_engine_booking_payment_status','pending'),(42,3892,'wp_travel_engine_booking_payment_method','booking_only'),(43,3892,'billing_info','a:6:{s:5:\"fname\";s:4:\"test\";s:5:\"lname\";s:4:\"test\";s:5:\"email\";s:14:\"test@gmail.com\";s:7:\"address\";s:4:\"test\";s:4:\"city\";s:3:\"est\";s:7:\"country\";s:11:\"Afghanistan\";}'),(44,3892,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:7200;s:5:\"total\";d:7200;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(45,3892,'payments','a:1:{i:0;i:3894;}'),(46,3892,'due_amount','7200'),(47,3892,'wp_travel_engine_booking_status','booked'),(48,3892,'wp_travel_engine_booking_payment_gateway','Booking Only'),(49,3892,'additional_fields','a:0:{}'),(50,3892,'_wxr_import_user_slug','wptravelengine'),(51,3892,'_demo_importer_plus_sites_imported_post','1'),(52,3892,'_demo_importer_enable_for_batch','1'),(53,4374,'order_trips','a:1:{s:31:\"cart_2951_4236_2022-11-16_00-00\";a:11:{s:2:\"ID\";i:2951;s:5:\"title\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:4:\"cost\";d:2300;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2022-11-16\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"1\";}s:8:\"pax_cost\";a:1:{i:51;d:2300;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2951_4236_2022-11-16_00-00\";}}'),(54,4374,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:8:{s:8:\"traveler\";s:1:\"1\";s:4:\"cost\";s:4:\"2300\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2951\";s:5:\"tname\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:8:\"datetime\";s:10:\"2022-11-16\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:5:\"madan\";s:5:\"lname\";s:8:\"lsadkgls\";s:5:\"email\";s:23:\"ldxfghbslkd@example.com\";s:7:\"address\";s:11:\"chandragiri\";s:4:\"city\";s:1:\"a\";s:7:\"country\";s:7:\"Austria\";}}i:0;i:4374;s:17:\"additional_fields\";a:0:{}}'),(55,4374,'wp_travel_engine_booking_payment_status','pending'),(56,4374,'wp_travel_engine_booking_payment_method','booking_only'),(57,4374,'billing_info','a:6:{s:5:\"fname\";s:5:\"madan\";s:5:\"lname\";s:8:\"lsadkgls\";s:5:\"email\";s:23:\"ldxfghbslkd@example.com\";s:7:\"address\";s:11:\"chandragiri\";s:4:\"city\";s:1:\"a\";s:7:\"country\";s:7:\"Austria\";}'),(58,4374,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:2300;s:5:\"total\";d:2300;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(59,4374,'payments','a:1:{i:0;i:4376;}'),(60,4374,'due_amount','2300'),(61,4374,'wp_travel_engine_booking_status','booked'),(62,4374,'wp_travel_engine_booking_payment_gateway','Booking Only'),(63,4374,'additional_fields','a:0:{}'),(64,4374,'_demo_importer_plus_sites_imported_post','1'),(65,4374,'_demo_importer_enable_for_batch','1'),(66,4536,'order_trips','a:1:{s:31:\"cart_2951_4236_2022-12-21_00-00\";a:11:{s:2:\"ID\";i:2951;s:5:\"title\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:4:\"cost\";d:4200;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2022-12-21\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"1\";i:53;s:1:\"1\";}s:8:\"pax_cost\";a:2:{i:51;d:2300;i:53;d:1900;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2951_4236_2022-12-21_00-00\";}}'),(67,4536,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:8:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:4:\"4200\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2951\";s:5:\"tname\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:8:\"datetime\";s:10:\"2022-12-21\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:5:\"Bruno\";s:5:\"lname\";s:5:\"Alves\";s:5:\"email\";s:15:\"bruno@gmail.com\";s:7:\"address\";s:3:\"lá\";s:4:\"city\";s:6:\"Recife\";s:7:\"country\";s:6:\"Brazil\";}}i:0;i:4536;s:17:\"additional_fields\";a:0:{}}'),(68,4536,'wp_travel_engine_booking_payment_status','pending'),(69,4536,'wp_travel_engine_booking_payment_method','paypal_payment'),(70,4536,'billing_info','a:6:{s:5:\"fname\";s:5:\"Bruno\";s:5:\"lname\";s:5:\"Alves\";s:5:\"email\";s:15:\"bruno@gmail.com\";s:7:\"address\";s:3:\"lá\";s:4:\"city\";s:6:\"Recife\";s:7:\"country\";s:6:\"Brazil\";}'),(71,4536,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:4200;s:5:\"total\";d:4200;s:12:\"cart_partial\";d:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(72,4536,'payments','a:1:{i:0;i:4538;}'),(73,4536,'due_amount','4200'),(74,4536,'wp_travel_engine_booking_status','pending'),(75,4536,'wp_travel_engine_booking_payment_gateway','paypal_payment'),(76,4536,'additional_fields','a:0:{}'),(77,4536,'_demo_importer_plus_sites_imported_post','1'),(78,4536,'_demo_importer_enable_for_batch','1'),(79,4539,'order_trips','a:1:{s:31:\"cart_2951_4236_2022-12-21_00-00\";a:11:{s:2:\"ID\";i:2951;s:5:\"title\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:4:\"cost\";d:4200;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2022-12-21\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"1\";i:53;s:1:\"1\";}s:8:\"pax_cost\";a:2:{i:51;d:2300;i:53;d:1900;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2951_4236_2022-12-21_00-00\";}}'),(80,4539,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:8:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:4:\"4200\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2951\";s:5:\"tname\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:8:\"datetime\";s:10:\"2022-12-21\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:5:\"Bruno\";s:5:\"lname\";s:5:\"Alves\";s:5:\"email\";s:15:\"bruno@gmail.com\";s:7:\"address\";s:3:\"lá\";s:4:\"city\";s:6:\"Recife\";s:7:\"country\";s:6:\"Brazil\";}}i:0;i:4539;s:17:\"additional_fields\";a:0:{}}'),(81,4539,'wp_travel_engine_booking_payment_status','pending'),(82,4539,'wp_travel_engine_booking_payment_method','check_payments'),(83,4539,'billing_info','a:6:{s:5:\"fname\";s:5:\"Bruno\";s:5:\"lname\";s:5:\"Alves\";s:5:\"email\";s:15:\"bruno@gmail.com\";s:7:\"address\";s:3:\"lá\";s:4:\"city\";s:6:\"Recife\";s:7:\"country\";s:6:\"Brazil\";}'),(84,4539,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:4200;s:5:\"total\";d:4200;s:12:\"cart_partial\";d:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(85,4539,'payments','a:1:{i:0;i:4540;}'),(86,4539,'due_amount','4200'),(87,4539,'wp_travel_engine_booking_status','pending'),(88,4539,'wp_travel_engine_booking_payment_gateway','check_payments'),(89,4539,'additional_fields','a:0:{}'),(90,4539,'_demo_importer_plus_sites_imported_post','1'),(91,4539,'_demo_importer_enable_for_batch','1'),(92,4541,'order_trips','a:1:{s:31:\"cart_2951_4236_2022-12-21_00-00\";a:11:{s:2:\"ID\";i:2951;s:5:\"title\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:4:\"cost\";d:4200;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2022-12-21\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"1\";i:53;s:1:\"1\";}s:8:\"pax_cost\";a:2:{i:51;d:2300;i:53;d:1900;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2951_4236_2022-12-21_00-00\";}}'),(93,4541,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:8:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:4:\"4200\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2951\";s:5:\"tname\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:8:\"datetime\";s:10:\"2022-12-21\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:5:\"Bruno\";s:5:\"lname\";s:5:\"Alves\";s:5:\"email\";s:15:\"bruno@gmail.com\";s:7:\"address\";s:3:\"lá\";s:4:\"city\";s:6:\"Recife\";s:7:\"country\";s:6:\"Brazil\";}}i:0;i:4541;s:17:\"additional_fields\";a:0:{}}'),(94,4541,'wp_travel_engine_booking_payment_status','pending'),(95,4541,'wp_travel_engine_booking_payment_method','booking_only'),(96,4541,'billing_info','a:6:{s:5:\"fname\";s:5:\"Bruno\";s:5:\"lname\";s:5:\"Alves\";s:5:\"email\";s:15:\"bruno@gmail.com\";s:7:\"address\";s:3:\"lá\";s:4:\"city\";s:6:\"Recife\";s:7:\"country\";s:6:\"Brazil\";}'),(97,4541,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:4200;s:5:\"total\";d:4200;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(98,4541,'payments','a:1:{i:0;i:4542;}'),(99,4541,'due_amount','4200'),(100,4541,'wp_travel_engine_booking_status','booked'),(101,4541,'wp_travel_engine_booking_payment_gateway','Booking Only'),(102,4541,'additional_fields','a:0:{}'),(103,4541,'_demo_importer_plus_sites_imported_post','1'),(104,4541,'_demo_importer_enable_for_batch','1'),(105,4543,'order_trips','a:1:{s:31:\"cart_2957_4238_2022-12-19_00-00\";a:11:{s:2:\"ID\";i:2957;s:5:\"title\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:4:\"cost\";d:13800;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2022-12-19\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"3\";i:53;s:2:\"21\";}s:8:\"pax_cost\";a:2:{i:51;d:3300;i:53;d:10500;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2957_4238_2022-12-19_00-00\";}}'),(106,4543,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:8:{s:8:\"traveler\";s:2:\"24\";s:4:\"cost\";s:5:\"13800\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2957\";s:5:\"tname\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:8:\"datetime\";s:10:\"2022-12-19\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:1:\"1\";s:5:\"lname\";s:1:\"1\";s:5:\"email\";s:11:\"1@gmail.com\";s:7:\"address\";s:1:\"1\";s:4:\"city\";s:1:\"1\";s:7:\"country\";s:10:\"Martinique\";}}i:0;i:4543;s:17:\"additional_fields\";a:0:{}}'),(107,4543,'wp_travel_engine_booking_payment_status','pending'),(108,4543,'wp_travel_engine_booking_payment_method','booking_only'),(109,4543,'billing_info','a:6:{s:5:\"fname\";s:1:\"1\";s:5:\"lname\";s:1:\"1\";s:5:\"email\";s:11:\"1@gmail.com\";s:7:\"address\";s:1:\"1\";s:4:\"city\";s:1:\"1\";s:7:\"country\";s:10:\"Martinique\";}'),(110,4543,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:13800;s:5:\"total\";d:13800;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(111,4543,'payments','a:1:{i:0;i:4545;}'),(112,4543,'due_amount','13800'),(113,4543,'wp_travel_engine_booking_status','booked'),(114,4543,'wp_travel_engine_booking_payment_gateway','Booking Only'),(115,4543,'additional_fields','a:0:{}'),(116,4543,'_demo_importer_plus_sites_imported_post','1'),(117,4543,'_demo_importer_enable_for_batch','1'),(118,4546,'order_trips','a:1:{s:31:\"cart_2957_4238_2022-12-19_00-00\";a:11:{s:2:\"ID\";i:2957;s:5:\"title\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:4:\"cost\";d:1600;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2022-12-19\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"1\";i:53;s:1:\"1\";}s:8:\"pax_cost\";a:2:{i:51;d:1100;i:53;d:500;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2957_4238_2022-12-19_00-00\";}}'),(119,4546,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:8:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:4:\"1600\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2957\";s:5:\"tname\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:8:\"datetime\";s:10:\"2022-12-19\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:1:\"1\";s:5:\"lname\";s:1:\"1\";s:5:\"email\";s:11:\"1@gmail.com\";s:7:\"address\";s:1:\"1\";s:4:\"city\";s:1:\"1\";s:7:\"country\";s:10:\"Martinique\";}}i:0;i:4546;s:17:\"additional_fields\";a:0:{}}'),(120,4546,'wp_travel_engine_booking_payment_status','pending'),(121,4546,'wp_travel_engine_booking_payment_method','booking_only'),(122,4546,'billing_info','a:6:{s:5:\"fname\";s:1:\"1\";s:5:\"lname\";s:1:\"1\";s:5:\"email\";s:11:\"1@gmail.com\";s:7:\"address\";s:1:\"1\";s:4:\"city\";s:1:\"1\";s:7:\"country\";s:10:\"Martinique\";}'),(123,4546,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:1600;s:5:\"total\";d:1600;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(124,4546,'payments','a:1:{i:0;i:4547;}'),(125,4546,'due_amount','1600'),(126,4546,'wp_travel_engine_booking_status','booked'),(127,4546,'wp_travel_engine_booking_payment_gateway','Booking Only'),(128,4546,'additional_fields','a:0:{}'),(129,4546,'_demo_importer_plus_sites_imported_post','1'),(130,4546,'_demo_importer_enable_for_batch','1'),(131,4549,'order_trips','a:1:{s:31:\"cart_2948_4247_2022-12-28_00-00\";a:11:{s:2:\"ID\";i:2948;s:5:\"title\";s:24:\"Ghorepani Poon Hill Trek\";s:4:\"cost\";d:700;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2022-12-28\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"2\";}s:8:\"pax_cost\";a:1:{i:51;d:700;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2948_4247_2022-12-28_00-00\";}}'),(132,4549,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:8:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:3:\"700\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2948\";s:5:\"tname\";s:24:\"Ghorepani Poon Hill Trek\";s:8:\"datetime\";s:10:\"2022-12-28\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:2:\"Om\";s:5:\"lname\";s:5:\"Chand\";s:5:\"email\";s:22:\"omc.rauniyar@gmail.com\";s:7:\"address\";s:15:\"bhimsensthan-20\";s:4:\"city\";s:9:\"kathmandu\";s:7:\"country\";s:5:\"Nepal\";}}i:0;i:4549;s:17:\"additional_fields\";a:0:{}}'),(133,4549,'wp_travel_engine_booking_payment_status','pending'),(134,4549,'wp_travel_engine_booking_payment_method','booking_only'),(135,4549,'billing_info','a:6:{s:5:\"fname\";s:2:\"Om\";s:5:\"lname\";s:5:\"Chand\";s:5:\"email\";s:22:\"omc.rauniyar@gmail.com\";s:7:\"address\";s:15:\"bhimsensthan-20\";s:4:\"city\";s:9:\"kathmandu\";s:7:\"country\";s:5:\"Nepal\";}'),(136,4549,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:700;s:5:\"total\";d:700;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(137,4549,'payments','a:1:{i:0;i:4551;}'),(138,4549,'due_amount','700'),(139,4549,'wp_travel_engine_booking_status','booked'),(140,4549,'wp_travel_engine_booking_payment_gateway','Booking Only'),(141,4549,'additional_fields','a:0:{}'),(142,4549,'_demo_importer_plus_sites_imported_post','1'),(143,4549,'_demo_importer_enable_for_batch','1'),(144,4552,'order_trips','a:1:{s:31:\"cart_2948_4247_2022-12-28_00-00\";a:11:{s:2:\"ID\";i:2948;s:5:\"title\";s:24:\"Ghorepani Poon Hill Trek\";s:4:\"cost\";d:700;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2022-12-28\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"2\";}s:8:\"pax_cost\";a:1:{i:51;d:700;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2948_4247_2022-12-28_00-00\";}}'),(145,4552,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:8:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:3:\"700\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2948\";s:5:\"tname\";s:24:\"Ghorepani Poon Hill Trek\";s:8:\"datetime\";s:10:\"2022-12-28\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:2:\"Om\";s:5:\"lname\";s:5:\"Chand\";s:5:\"email\";s:22:\"omc.rauniyar@gmail.com\";s:7:\"address\";s:15:\"bhimsensthan-20\";s:4:\"city\";s:9:\"kathmandu\";s:7:\"country\";s:5:\"Nepal\";}}i:0;i:4552;s:17:\"additional_fields\";a:0:{}}'),(146,4552,'wp_travel_engine_booking_payment_status','voucher-waiting'),(147,4552,'wp_travel_engine_booking_payment_method','direct_bank_transfer'),(148,4552,'billing_info','a:6:{s:5:\"fname\";s:2:\"Om\";s:5:\"lname\";s:5:\"Chand\";s:5:\"email\";s:22:\"omc.rauniyar@gmail.com\";s:7:\"address\";s:15:\"bhimsensthan-20\";s:4:\"city\";s:9:\"kathmandu\";s:7:\"country\";s:5:\"Nepal\";}'),(149,4552,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:700;s:5:\"total\";d:700;s:12:\"cart_partial\";d:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(150,4552,'payments','a:1:{i:0;i:4553;}'),(151,4552,'due_amount','700'),(152,4552,'wp_travel_engine_booking_status','pending'),(153,4552,'wp_travel_engine_booking_payment_gateway','Direct Bank Transfer'),(154,4552,'additional_fields','a:0:{}'),(155,4552,'_demo_importer_plus_sites_imported_post','1'),(156,4552,'_demo_importer_enable_for_batch','1'),(157,4554,'order_trips','a:1:{s:31:\"cart_2949_4237_2023-01-27_14-00\";a:11:{s:2:\"ID\";i:2949;s:5:\"title\";s:34:\"Paris Effiel Tower Tour 1 Day Tour\";s:4:\"cost\";d:100;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:16:\"2023-01-27T14:00\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"2\";i:53;s:1:\"2\";}s:8:\"pax_cost\";a:2:{i:51;d:60;i:53;d:40;}s:8:\"has_time\";b:1;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2949_4237_2023-01-27_14-00\";}}'),(158,4554,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:8:{s:8:\"traveler\";s:1:\"4\";s:4:\"cost\";s:3:\"100\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2949\";s:5:\"tname\";s:34:\"Paris Effiel Tower Tour 1 Day Tour\";s:8:\"datetime\";s:10:\"2023-01-27\";s:12:\"datewithtime\";s:16:\"2023-01-27T14:00\";s:7:\"booking\";a:6:{s:5:\"fname\";s:8:\"Shehryar\";s:5:\"lname\";s:5:\"Tariq\";s:5:\"email\";s:17:\"sfsfs@gmajyhg.cjv\";s:7:\"address\";s:14:\"h#109 wjfv lag\";s:4:\"city\";s:6:\"lahore\";s:7:\"country\";s:8:\"Pakistan\";}}i:0;i:4554;s:17:\"additional_fields\";a:0:{}}'),(159,4554,'wp_travel_engine_booking_payment_status','pending'),(160,4554,'wp_travel_engine_booking_payment_method','booking_only'),(161,4554,'billing_info','a:6:{s:5:\"fname\";s:8:\"Shehryar\";s:5:\"lname\";s:5:\"Tariq\";s:5:\"email\";s:17:\"sfsfs@gmajyhg.cjv\";s:7:\"address\";s:14:\"h#109 wjfv lag\";s:4:\"city\";s:6:\"lahore\";s:7:\"country\";s:8:\"Pakistan\";}'),(162,4554,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:100;s:5:\"total\";d:100;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(163,4554,'payments','a:1:{i:0;i:4556;}'),(164,4554,'due_amount','100'),(165,4554,'wp_travel_engine_booking_status','booked'),(166,4554,'wp_travel_engine_booking_payment_gateway','Booking Only'),(167,4554,'additional_fields','a:0:{}'),(168,4554,'_demo_importer_plus_sites_imported_post','1'),(169,4554,'_demo_importer_enable_for_batch','1'),(170,4557,'order_trips','a:1:{s:31:\"cart_2956_4239_2022-12-30_00-00\";a:11:{s:2:\"ID\";i:2956;s:5:\"title\";s:31:\"Fantastic Maldives Tour Package\";s:4:\"cost\";d:1150;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2022-12-30\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"1\";i:53;s:1:\"1\";}s:8:\"pax_cost\";a:2:{i:51;d:700;i:53;d:450;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2956_4239_2022-12-30_00-00\";}}'),(171,4557,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:8:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:4:\"1150\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2956\";s:5:\"tname\";s:31:\"Fantastic Maldives Tour Package\";s:8:\"datetime\";s:10:\"2022-12-30\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:1:\"x\";s:5:\"lname\";s:3:\"x x\";s:5:\"email\";s:15:\"gcdfg@gysgd.com\";s:7:\"address\";s:9:\"sghdgshgd\";s:4:\"city\";s:5:\"xcxxc\";s:7:\"country\";s:7:\"Bahamas\";}}i:0;i:4557;s:17:\"additional_fields\";a:0:{}}'),(172,4557,'wp_travel_engine_booking_payment_status','pending'),(173,4557,'wp_travel_engine_booking_payment_method','check_payments'),(174,4557,'billing_info','a:6:{s:5:\"fname\";s:1:\"x\";s:5:\"lname\";s:3:\"x x\";s:5:\"email\";s:15:\"gcdfg@gysgd.com\";s:7:\"address\";s:9:\"sghdgshgd\";s:4:\"city\";s:5:\"xcxxc\";s:7:\"country\";s:7:\"Bahamas\";}'),(175,4557,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:1150;s:5:\"total\";d:1150;s:12:\"cart_partial\";d:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(176,4557,'payments','a:1:{i:0;i:4559;}'),(177,4557,'due_amount','1150'),(178,4557,'wp_travel_engine_booking_status','pending'),(179,4557,'wp_travel_engine_booking_payment_gateway','check_payments'),(180,4557,'additional_fields','a:0:{}'),(181,4557,'_demo_importer_plus_sites_imported_post','1'),(182,4557,'_demo_importer_enable_for_batch','1'),(183,4560,'order_trips','a:1:{s:31:\"cart_2762_4248_2022-12-25_00-00\";a:11:{s:2:\"ID\";i:2762;s:5:\"title\";s:40:\"Annapurna Circuit Trek with Tilicho Lake\";s:4:\"cost\";d:1200;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2022-12-25\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"2\";}s:8:\"pax_cost\";a:1:{i:51;d:1200;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2762_4248_2022-12-25_00-00\";}}'),(184,4560,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:8:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:4:\"1200\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2762\";s:5:\"tname\";s:40:\"Annapurna Circuit Trek with Tilicho Lake\";s:8:\"datetime\";s:10:\"2022-12-25\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:7:\"Stephen\";s:5:\"lname\";s:5:\"Kamau\";s:5:\"email\";s:25:\"stephen.kamau14@gmail.com\";s:7:\"address\";s:7:\"Nairobi\";s:4:\"city\";s:7:\"Nairobi\";s:7:\"country\";s:5:\"Kenya\";}}i:0;i:4560;s:17:\"additional_fields\";a:0:{}}'),(185,4560,'wp_travel_engine_booking_payment_status','pending'),(186,4560,'wp_travel_engine_booking_payment_method','paypal_payment'),(187,4560,'billing_info','a:6:{s:5:\"fname\";s:7:\"Stephen\";s:5:\"lname\";s:5:\"Kamau\";s:5:\"email\";s:25:\"stephen.kamau14@gmail.com\";s:7:\"address\";s:7:\"Nairobi\";s:4:\"city\";s:7:\"Nairobi\";s:7:\"country\";s:5:\"Kenya\";}'),(188,4560,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:1200;s:5:\"total\";d:1200;s:12:\"cart_partial\";d:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(189,4560,'payments','a:1:{i:0;i:4562;}'),(190,4560,'due_amount','1200'),(191,4560,'wp_travel_engine_booking_status','pending'),(192,4560,'wp_travel_engine_booking_payment_gateway','paypal_payment'),(193,4560,'additional_fields','a:0:{}'),(194,4560,'_demo_importer_plus_sites_imported_post','1'),(195,4560,'_demo_importer_enable_for_batch','1'),(196,4563,'order_trips','a:1:{s:31:\"cart_2762_4248_2022-12-25_00-00\";a:11:{s:2:\"ID\";i:2762;s:5:\"title\";s:40:\"Annapurna Circuit Trek with Tilicho Lake\";s:4:\"cost\";d:1200;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2022-12-25\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"2\";}s:8:\"pax_cost\";a:1:{i:51;d:1200;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2762_4248_2022-12-25_00-00\";}}'),(197,4563,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:8:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:4:\"1200\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2762\";s:5:\"tname\";s:40:\"Annapurna Circuit Trek with Tilicho Lake\";s:8:\"datetime\";s:10:\"2022-12-25\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:7:\"Stephen\";s:5:\"lname\";s:5:\"Kamau\";s:5:\"email\";s:25:\"stephen.kamau14@gmail.com\";s:7:\"address\";s:7:\"Nairobi\";s:4:\"city\";s:7:\"Nairobi\";s:7:\"country\";s:5:\"Kenya\";}}i:0;i:4563;s:17:\"additional_fields\";a:0:{}}'),(198,4563,'wp_travel_engine_booking_payment_status','pending'),(199,4563,'wp_travel_engine_booking_payment_method','booking_only'),(200,4563,'billing_info','a:6:{s:5:\"fname\";s:7:\"Stephen\";s:5:\"lname\";s:5:\"Kamau\";s:5:\"email\";s:25:\"stephen.kamau14@gmail.com\";s:7:\"address\";s:7:\"Nairobi\";s:4:\"city\";s:7:\"Nairobi\";s:7:\"country\";s:5:\"Kenya\";}'),(201,4563,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:1200;s:5:\"total\";d:1200;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(202,4563,'payments','a:1:{i:0;i:4564;}'),(203,4563,'due_amount','1200'),(204,4563,'wp_travel_engine_booking_status','booked'),(205,4563,'wp_travel_engine_booking_payment_gateway','Booking Only'),(206,4563,'additional_fields','a:0:{}'),(207,4563,'_demo_importer_plus_sites_imported_post','1'),(208,4563,'_demo_importer_enable_for_batch','1'),(209,4565,'order_trips','a:1:{s:31:\"cart_2956_4239_2022-12-27_00-00\";a:11:{s:2:\"ID\";i:2956;s:5:\"title\";s:31:\"Fantastic Maldives Tour Package\";s:4:\"cost\";d:1850;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2022-12-27\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"2\";i:53;s:1:\"1\";}s:8:\"pax_cost\";a:2:{i:51;d:1400;i:53;d:450;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2956_4239_2022-12-27_00-00\";}}'),(210,4565,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:8:{s:8:\"traveler\";s:1:\"3\";s:4:\"cost\";s:4:\"1850\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2956\";s:5:\"tname\";s:31:\"Fantastic Maldives Tour Package\";s:8:\"datetime\";s:10:\"2022-12-27\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:7:\"Stephen\";s:5:\"lname\";s:9:\"Gathirimu\";s:5:\"email\";s:25:\"stephen.kamau14@gmail.com\";s:7:\"address\";s:7:\"NAIROBI\";s:4:\"city\";s:7:\"Nairobi\";s:7:\"country\";s:5:\"Kenya\";}}i:0;i:4565;s:17:\"additional_fields\";a:0:{}}'),(211,4565,'wp_travel_engine_booking_payment_status','pending'),(212,4565,'wp_travel_engine_booking_payment_method','booking_only'),(213,4565,'billing_info','a:6:{s:5:\"fname\";s:7:\"Stephen\";s:5:\"lname\";s:9:\"Gathirimu\";s:5:\"email\";s:25:\"stephen.kamau14@gmail.com\";s:7:\"address\";s:7:\"NAIROBI\";s:4:\"city\";s:7:\"Nairobi\";s:7:\"country\";s:5:\"Kenya\";}'),(214,4565,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:1850;s:5:\"total\";d:1850;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(215,4565,'payments','a:1:{i:0;i:4566;}'),(216,4565,'due_amount','1850'),(217,4565,'wp_travel_engine_booking_status','booked'),(218,4565,'wp_travel_engine_booking_payment_gateway','Booking Only'),(219,4565,'additional_fields','a:0:{}'),(220,4565,'_demo_importer_plus_sites_imported_post','1'),(221,4565,'_demo_importer_enable_for_batch','1'),(222,4567,'order_trips','a:1:{s:31:\"cart_2957_4238_2022-12-28_00-00\";a:11:{s:2:\"ID\";i:2957;s:5:\"title\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:4:\"cost\";d:4800;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2022-12-28\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"3\";i:53;s:1:\"3\";}s:8:\"pax_cost\";a:2:{i:51;d:3300;i:53;d:1500;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2957_4238_2022-12-28_00-00\";}}'),(223,4567,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:8:{s:8:\"traveler\";s:1:\"6\";s:4:\"cost\";s:4:\"4800\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2957\";s:5:\"tname\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:8:\"datetime\";s:10:\"2022-12-28\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:7:\"Stephen\";s:5:\"lname\";s:9:\"Gathirimu\";s:5:\"email\";s:25:\"stephen.kamau14@gmail.com\";s:7:\"address\";s:7:\"Nairobi\";s:4:\"city\";s:7:\"Nairobi\";s:7:\"country\";s:5:\"Kenya\";}}i:0;i:4567;s:17:\"additional_fields\";a:0:{}}'),(224,4567,'wp_travel_engine_booking_payment_status','pending'),(225,4567,'wp_travel_engine_booking_payment_method','booking_only'),(226,4567,'billing_info','a:6:{s:5:\"fname\";s:7:\"Stephen\";s:5:\"lname\";s:9:\"Gathirimu\";s:5:\"email\";s:25:\"stephen.kamau14@gmail.com\";s:7:\"address\";s:7:\"Nairobi\";s:4:\"city\";s:7:\"Nairobi\";s:7:\"country\";s:5:\"Kenya\";}'),(227,4567,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:4800;s:5:\"total\";d:4800;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(228,4567,'payments','a:1:{i:0;i:4568;}'),(229,4567,'due_amount','4800'),(230,4567,'wp_travel_engine_booking_status','booked'),(231,4567,'wp_travel_engine_booking_payment_gateway','Booking Only'),(232,4567,'additional_fields','a:0:{}'),(233,4567,'_demo_importer_plus_sites_imported_post','1'),(234,4567,'_demo_importer_enable_for_batch','1'),(235,4569,'order_trips','a:1:{s:31:\"cart_2957_4238_2022-12-27_00-00\";a:11:{s:2:\"ID\";i:2957;s:5:\"title\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:4:\"cost\";d:2200;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2022-12-27\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"2\";}s:8:\"pax_cost\";a:1:{i:51;d:2200;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2957_4238_2022-12-27_00-00\";}}'),(236,4569,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:8:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:4:\"2200\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2957\";s:5:\"tname\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:8:\"datetime\";s:10:\"2022-12-27\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:6:\"Shivam\";s:5:\"lname\";s:8:\"Khidbide\";s:5:\"email\";s:24:\"shivamkhidbide@gmail.com\";s:7:\"address\";s:58:\"53, thankor dhwar palanpur jatak naka surat., Ground floor\";s:4:\"city\";s:5:\"Surat\";s:7:\"country\";s:5:\"India\";}}i:0;i:4569;s:17:\"additional_fields\";a:0:{}}'),(237,4569,'wp_travel_engine_booking_payment_status','pending'),(238,4569,'wp_travel_engine_booking_payment_method','paypal_payment'),(239,4569,'billing_info','a:6:{s:5:\"fname\";s:6:\"Shivam\";s:5:\"lname\";s:8:\"Khidbide\";s:5:\"email\";s:24:\"shivamkhidbide@gmail.com\";s:7:\"address\";s:58:\"53, thankor dhwar palanpur jatak naka surat., Ground floor\";s:4:\"city\";s:5:\"Surat\";s:7:\"country\";s:5:\"India\";}'),(240,4569,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:2200;s:5:\"total\";d:2200;s:12:\"cart_partial\";d:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(241,4569,'payments','a:1:{i:0;i:4571;}'),(242,4569,'due_amount','2200'),(243,4569,'wp_travel_engine_booking_status','pending'),(244,4569,'wp_travel_engine_booking_payment_gateway','paypal_payment'),(245,4569,'additional_fields','a:0:{}'),(246,4569,'_demo_importer_plus_sites_imported_post','1'),(247,4569,'_demo_importer_enable_for_batch','1'),(248,4572,'order_trips','a:1:{s:31:\"cart_2957_4238_2022-12-27_00-00\";a:11:{s:2:\"ID\";i:2957;s:5:\"title\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:4:\"cost\";d:2200;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2022-12-27\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"2\";}s:8:\"pax_cost\";a:1:{i:51;d:2200;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2957_4238_2022-12-27_00-00\";}}'),(249,4572,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:8:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:4:\"2200\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2957\";s:5:\"tname\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:8:\"datetime\";s:10:\"2022-12-27\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:6:\"Shivam\";s:5:\"lname\";s:8:\"Khidbide\";s:5:\"email\";s:24:\"shivamkhidbide@gmail.com\";s:7:\"address\";s:58:\"53, thankor dhwar palanpur jatak naka surat., Ground floor\";s:4:\"city\";s:5:\"Surat\";s:7:\"country\";s:5:\"India\";}}i:0;i:4572;s:17:\"additional_fields\";a:0:{}}'),(250,4572,'wp_travel_engine_booking_payment_status','voucher-waiting'),(251,4572,'wp_travel_engine_booking_payment_method','direct_bank_transfer'),(252,4572,'billing_info','a:6:{s:5:\"fname\";s:6:\"Shivam\";s:5:\"lname\";s:8:\"Khidbide\";s:5:\"email\";s:24:\"shivamkhidbide@gmail.com\";s:7:\"address\";s:58:\"53, thankor dhwar palanpur jatak naka surat., Ground floor\";s:4:\"city\";s:5:\"Surat\";s:7:\"country\";s:5:\"India\";}'),(253,4572,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:2200;s:5:\"total\";d:2200;s:12:\"cart_partial\";d:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(254,4572,'payments','a:1:{i:0;i:4573;}'),(255,4572,'due_amount','2200'),(256,4572,'wp_travel_engine_booking_status','pending'),(257,4572,'wp_travel_engine_booking_payment_gateway','Direct Bank Transfer'),(258,4572,'additional_fields','a:0:{}'),(259,4572,'_demo_importer_plus_sites_imported_post','1'),(260,4572,'_demo_importer_enable_for_batch','1'),(261,4574,'order_trips','a:1:{s:31:\"cart_2957_4238_2022-12-27_00-00\";a:11:{s:2:\"ID\";i:2957;s:5:\"title\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:4:\"cost\";d:2200;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2022-12-27\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"2\";}s:8:\"pax_cost\";a:1:{i:51;d:2200;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2957_4238_2022-12-27_00-00\";}}'),(262,4574,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:8:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:4:\"2200\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2957\";s:5:\"tname\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:8:\"datetime\";s:10:\"2022-12-27\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:6:\"Shivam\";s:5:\"lname\";s:8:\"Khidbide\";s:5:\"email\";s:24:\"shivamkhidbide@gmail.com\";s:7:\"address\";s:58:\"53, thankor dhwar palanpur jatak naka surat., Ground floor\";s:4:\"city\";s:5:\"Surat\";s:7:\"country\";s:5:\"India\";}}i:0;i:4574;s:17:\"additional_fields\";a:0:{}}'),(263,4574,'wp_travel_engine_booking_payment_status','pending'),(264,4574,'wp_travel_engine_booking_payment_method','check_payments'),(265,4574,'billing_info','a:6:{s:5:\"fname\";s:6:\"Shivam\";s:5:\"lname\";s:8:\"Khidbide\";s:5:\"email\";s:24:\"shivamkhidbide@gmail.com\";s:7:\"address\";s:58:\"53, thankor dhwar palanpur jatak naka surat., Ground floor\";s:4:\"city\";s:5:\"Surat\";s:7:\"country\";s:5:\"India\";}'),(266,4574,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:2200;s:5:\"total\";d:2200;s:12:\"cart_partial\";d:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(267,4574,'payments','a:1:{i:0;i:4575;}'),(268,4574,'due_amount','2200'),(269,4574,'wp_travel_engine_booking_status','pending'),(270,4574,'wp_travel_engine_booking_payment_gateway','check_payments'),(271,4574,'additional_fields','a:0:{}'),(272,4574,'_demo_importer_plus_sites_imported_post','1'),(273,4574,'_demo_importer_enable_for_batch','1'),(274,4576,'order_trips','a:1:{s:31:\"cart_2949_4237_2022-12-30_14-00\";a:11:{s:2:\"ID\";i:2949;s:5:\"title\";s:34:\"Paris Effiel Tower Tour 1 Day Tour\";s:4:\"cost\";d:30;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:16:\"2022-12-30T14:00\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"1\";}s:8:\"pax_cost\";a:1:{i:51;d:30;}s:8:\"has_time\";b:1;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2949_4237_2022-12-30_14-00\";}}'),(275,4576,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:8:{s:8:\"traveler\";s:1:\"1\";s:4:\"cost\";s:2:\"30\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2949\";s:5:\"tname\";s:34:\"Paris Effiel Tower Tour 1 Day Tour\";s:8:\"datetime\";s:10:\"2022-12-30\";s:12:\"datewithtime\";s:16:\"2022-12-30T14:00\";s:7:\"booking\";a:6:{s:5:\"fname\";s:3:\"tes\";s:5:\"lname\";s:7:\"testing\";s:5:\"email\";s:11:\"tes@test.co\";s:7:\"address\";s:7:\"sfervsa\";s:4:\"city\";s:5:\"sebge\";s:7:\"country\";s:11:\"Afghanistan\";}}i:0;i:4576;s:17:\"additional_fields\";a:0:{}}'),(276,4576,'wp_travel_engine_booking_payment_status','pending'),(277,4576,'wp_travel_engine_booking_payment_method','booking_only'),(278,4576,'billing_info','a:6:{s:5:\"fname\";s:3:\"tes\";s:5:\"lname\";s:7:\"testing\";s:5:\"email\";s:11:\"tes@test.co\";s:7:\"address\";s:7:\"sfervsa\";s:4:\"city\";s:5:\"sebge\";s:7:\"country\";s:11:\"Afghanistan\";}'),(279,4576,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:30;s:5:\"total\";d:30;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(280,4576,'payments','a:1:{i:0;i:4578;}'),(281,4576,'due_amount','30'),(282,4576,'wp_travel_engine_booking_status','booked'),(283,4576,'wp_travel_engine_booking_payment_gateway','Booking Only'),(284,4576,'additional_fields','a:0:{}'),(285,4576,'_demo_importer_plus_sites_imported_post','1'),(286,4576,'_demo_importer_enable_for_batch','1'),(287,4579,'order_trips','a:1:{s:31:\"cart_2949_4237_2022-12-30_14-00\";a:11:{s:2:\"ID\";i:2949;s:5:\"title\";s:34:\"Paris Effiel Tower Tour 1 Day Tour\";s:4:\"cost\";d:30;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:16:\"2022-12-30T14:00\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"1\";}s:8:\"pax_cost\";a:1:{i:51;d:30;}s:8:\"has_time\";b:1;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2949_4237_2022-12-30_14-00\";}}'),(288,4579,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:8:{s:8:\"traveler\";s:1:\"1\";s:4:\"cost\";s:2:\"30\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2949\";s:5:\"tname\";s:34:\"Paris Effiel Tower Tour 1 Day Tour\";s:8:\"datetime\";s:10:\"2022-12-30\";s:12:\"datewithtime\";s:16:\"2022-12-30T14:00\";s:7:\"booking\";a:6:{s:5:\"fname\";s:3:\"tes\";s:5:\"lname\";s:7:\"testing\";s:5:\"email\";s:11:\"tes@test.co\";s:7:\"address\";s:7:\"sfervsa\";s:4:\"city\";s:5:\"sebge\";s:7:\"country\";s:11:\"Afghanistan\";}}i:0;i:4579;s:17:\"additional_fields\";a:0:{}}'),(289,4579,'wp_travel_engine_booking_payment_status','pending'),(290,4579,'wp_travel_engine_booking_payment_method','paypal_payment'),(291,4579,'billing_info','a:6:{s:5:\"fname\";s:3:\"tes\";s:5:\"lname\";s:7:\"testing\";s:5:\"email\";s:11:\"tes@test.co\";s:7:\"address\";s:7:\"sfervsa\";s:4:\"city\";s:5:\"sebge\";s:7:\"country\";s:11:\"Afghanistan\";}'),(292,4579,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:30;s:5:\"total\";d:30;s:12:\"cart_partial\";d:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(293,4579,'payments','a:1:{i:0;i:4580;}'),(294,4579,'due_amount','30'),(295,4579,'wp_travel_engine_booking_status','pending'),(296,4579,'wp_travel_engine_booking_payment_gateway','paypal_payment'),(297,4579,'additional_fields','a:0:{}'),(298,4579,'_demo_importer_plus_sites_imported_post','1'),(299,4579,'_demo_importer_enable_for_batch','1'),(300,4581,'order_trips','a:1:{s:31:\"cart_2953_4233_2023-01-06_00-00\";a:11:{s:2:\"ID\";i:2953;s:5:\"title\";s:31:\"Experience the Incredible India\";s:4:\"cost\";d:1300;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-01-06\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"1\";i:53;s:1:\"1\";}s:8:\"pax_cost\";a:2:{i:51;d:800;i:53;d:500;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2953_4233_2023-01-06_00-00\";}}'),(301,4581,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:8:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:4:\"1300\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2953\";s:5:\"tname\";s:31:\"Experience the Incredible India\";s:8:\"datetime\";s:10:\"2023-01-06\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:3:\"Dar\";s:5:\"lname\";s:5:\"Aadil\";s:5:\"email\";s:21:\"digitizeera@gmail.com\";s:7:\"address\";s:6:\"Harnag\";s:4:\"city\";s:8:\"Anantnag\";s:7:\"country\";s:5:\"India\";}}i:0;i:4581;s:17:\"additional_fields\";a:0:{}}'),(302,4581,'wp_travel_engine_booking_payment_status','pending'),(303,4581,'wp_travel_engine_booking_payment_method','booking_only'),(304,4581,'billing_info','a:6:{s:5:\"fname\";s:3:\"Dar\";s:5:\"lname\";s:5:\"Aadil\";s:5:\"email\";s:21:\"digitizeera@gmail.com\";s:7:\"address\";s:6:\"Harnag\";s:4:\"city\";s:8:\"Anantnag\";s:7:\"country\";s:5:\"India\";}'),(305,4581,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:1300;s:5:\"total\";d:1300;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(306,4581,'payments','a:1:{i:0;i:4583;}'),(307,4581,'due_amount','1300'),(308,4581,'wp_travel_engine_booking_status','booked'),(309,4581,'wp_travel_engine_booking_payment_gateway','Booking Only'),(310,4581,'additional_fields','a:0:{}'),(311,4581,'_demo_importer_plus_sites_imported_post','1'),(312,4581,'_demo_importer_enable_for_batch','1'),(313,4587,'order_trips','a:1:{s:31:\"cart_2951_4236_2023-01-25_00-00\";a:11:{s:2:\"ID\";i:2951;s:5:\"title\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:4:\"cost\";d:2300;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-01-25\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"1\";}s:8:\"pax_cost\";a:1:{i:51;d:2300;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2951_4236_2023-01-25_00-00\";}}'),(314,4587,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:8:{s:8:\"traveler\";s:1:\"1\";s:4:\"cost\";s:4:\"2300\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2951\";s:5:\"tname\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:8:\"datetime\";s:10:\"2023-01-25\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:6:\"Mounir\";s:5:\"lname\";s:8:\"aboulama\";s:5:\"email\";s:32:\"xcursionguide.official@gmail.com\";s:7:\"address\";s:14:\"Socoma 1 N1926\";s:4:\"city\";s:9:\"Marrakech\";s:7:\"country\";s:7:\"Morocco\";}}i:0;i:4587;s:17:\"additional_fields\";a:0:{}}'),(315,4587,'wp_travel_engine_booking_payment_status','pending'),(316,4587,'wp_travel_engine_booking_payment_method','booking_only'),(317,4587,'billing_info','a:6:{s:5:\"fname\";s:6:\"Mounir\";s:5:\"lname\";s:8:\"aboulama\";s:5:\"email\";s:32:\"xcursionguide.official@gmail.com\";s:7:\"address\";s:14:\"Socoma 1 N1926\";s:4:\"city\";s:9:\"Marrakech\";s:7:\"country\";s:7:\"Morocco\";}'),(318,4587,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:2300;s:5:\"total\";d:2300;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(319,4587,'payments','a:1:{i:0;i:4589;}'),(320,4587,'due_amount','2300'),(321,4587,'wp_travel_engine_booking_status','booked'),(322,4587,'wp_travel_engine_booking_payment_gateway','Booking Only'),(323,4587,'additional_fields','a:0:{}'),(324,4587,'_demo_importer_plus_sites_imported_post','1'),(325,4587,'_demo_importer_enable_for_batch','1'),(326,4590,'order_trips','a:1:{s:31:\"cart_2951_4236_2023-01-04_00-00\";a:11:{s:2:\"ID\";i:2951;s:5:\"title\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:4:\"cost\";d:2300;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-01-04\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"1\";}s:8:\"pax_cost\";a:1:{i:51;d:2300;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2951_4236_2023-01-04_00-00\";}}'),(327,4590,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:8:{s:8:\"traveler\";s:1:\"1\";s:4:\"cost\";s:4:\"2300\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2951\";s:5:\"tname\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:8:\"datetime\";s:10:\"2023-01-04\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:7:\"dfsdfsd\";s:5:\"lname\";s:9:\"fgsdgsdfg\";s:5:\"email\";s:18:\"sdgfdgfd@gmail.com\";s:7:\"address\";s:12:\"sfafasdfsdaf\";s:4:\"city\";s:8:\"fasdfsdf\";s:7:\"country\";s:8:\"Anguilla\";}}i:0;i:4590;s:17:\"additional_fields\";a:0:{}}'),(328,4590,'wp_travel_engine_booking_payment_status','pending'),(329,4590,'wp_travel_engine_booking_payment_method','booking_only'),(330,4590,'billing_info','a:6:{s:5:\"fname\";s:7:\"dfsdfsd\";s:5:\"lname\";s:9:\"fgsdgsdfg\";s:5:\"email\";s:18:\"sdgfdgfd@gmail.com\";s:7:\"address\";s:12:\"sfafasdfsdaf\";s:4:\"city\";s:8:\"fasdfsdf\";s:7:\"country\";s:8:\"Anguilla\";}'),(331,4590,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:2300;s:5:\"total\";d:2300;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(332,4590,'payments','a:1:{i:0;i:4592;}'),(333,4590,'due_amount','2300'),(334,4590,'wp_travel_engine_booking_status','booked'),(335,4590,'wp_travel_engine_booking_payment_gateway','Booking Only'),(336,4590,'additional_fields','a:0:{}'),(337,4590,'_demo_importer_plus_sites_imported_post','1'),(338,4590,'_demo_importer_enable_for_batch','1'),(339,4593,'order_trips','a:1:{s:31:\"cart_2953_4233_2023-01-12_00-00\";a:11:{s:2:\"ID\";i:2953;s:5:\"title\";s:31:\"Experience the Incredible India\";s:4:\"cost\";d:800;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-01-12\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"1\";}s:8:\"pax_cost\";a:1:{i:51;d:800;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2953_4233_2023-01-12_00-00\";}}'),(340,4593,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:8:{s:8:\"traveler\";s:1:\"1\";s:4:\"cost\";s:3:\"800\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2953\";s:5:\"tname\";s:31:\"Experience the Incredible India\";s:8:\"datetime\";s:10:\"2023-01-12\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:7:\"dfsdfsd\";s:5:\"lname\";s:9:\"fgsdgsdfg\";s:5:\"email\";s:18:\"sdgfdgfd@gmail.com\";s:7:\"address\";s:12:\"sfafasdfsdaf\";s:4:\"city\";s:8:\"fasdfsdf\";s:7:\"country\";s:14:\"American Samoa\";}}i:0;i:4593;s:17:\"additional_fields\";a:0:{}}'),(341,4593,'wp_travel_engine_booking_payment_status','pending'),(342,4593,'wp_travel_engine_booking_payment_method','paypal_payment'),(343,4593,'billing_info','a:6:{s:5:\"fname\";s:7:\"dfsdfsd\";s:5:\"lname\";s:9:\"fgsdgsdfg\";s:5:\"email\";s:18:\"sdgfdgfd@gmail.com\";s:7:\"address\";s:12:\"sfafasdfsdaf\";s:4:\"city\";s:8:\"fasdfsdf\";s:7:\"country\";s:14:\"American Samoa\";}'),(344,4593,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:800;s:5:\"total\";d:800;s:12:\"cart_partial\";d:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(345,4593,'payments','a:1:{i:0;i:4594;}'),(346,4593,'due_amount','800'),(347,4593,'wp_travel_engine_booking_status','pending'),(348,4593,'wp_travel_engine_booking_payment_gateway','paypal_payment'),(349,4593,'additional_fields','a:0:{}'),(350,4593,'_demo_importer_plus_sites_imported_post','1'),(351,4593,'_demo_importer_enable_for_batch','1'),(352,4595,'order_trips','a:1:{s:31:\"cart_2953_4233_2023-01-12_00-00\";a:11:{s:2:\"ID\";i:2953;s:5:\"title\";s:31:\"Experience the Incredible India\";s:4:\"cost\";d:800;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-01-12\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"1\";}s:8:\"pax_cost\";a:1:{i:51;d:800;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2953_4233_2023-01-12_00-00\";}}'),(353,4595,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:8:{s:8:\"traveler\";s:1:\"1\";s:4:\"cost\";s:3:\"800\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2953\";s:5:\"tname\";s:31:\"Experience the Incredible India\";s:8:\"datetime\";s:10:\"2023-01-12\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:7:\"dfsdfsd\";s:5:\"lname\";s:9:\"fgsdgsdfg\";s:5:\"email\";s:18:\"sdgfdgfd@gmail.com\";s:7:\"address\";s:12:\"sfafasdfsdaf\";s:4:\"city\";s:8:\"fasdfsdf\";s:7:\"country\";s:14:\"American Samoa\";}}i:0;i:4595;s:17:\"additional_fields\";a:0:{}}'),(354,4595,'wp_travel_engine_booking_payment_status','pending'),(355,4595,'wp_travel_engine_booking_payment_method','booking_only'),(356,4595,'billing_info','a:6:{s:5:\"fname\";s:7:\"dfsdfsd\";s:5:\"lname\";s:9:\"fgsdgsdfg\";s:5:\"email\";s:18:\"sdgfdgfd@gmail.com\";s:7:\"address\";s:12:\"sfafasdfsdaf\";s:4:\"city\";s:8:\"fasdfsdf\";s:7:\"country\";s:14:\"American Samoa\";}'),(357,4595,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:800;s:5:\"total\";d:800;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(358,4595,'payments','a:1:{i:0;i:4596;}'),(359,4595,'due_amount','800'),(360,4595,'wp_travel_engine_booking_status','booked'),(361,4595,'wp_travel_engine_booking_payment_gateway','Booking Only'),(362,4595,'additional_fields','a:0:{}'),(363,4595,'_demo_importer_plus_sites_imported_post','1'),(364,4595,'_demo_importer_enable_for_batch','1'),(365,4597,'order_trips','a:1:{s:31:\"cart_2957_4238_2023-01-07_00-00\";a:11:{s:2:\"ID\";i:2957;s:5:\"title\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:4:\"cost\";d:1600;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-01-07\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"1\";i:53;s:1:\"1\";}s:8:\"pax_cost\";a:2:{i:51;d:1100;i:53;d:500;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2957_4238_2023-01-07_00-00\";}}'),(366,4597,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:8:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:4:\"1600\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2957\";s:5:\"tname\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:8:\"datetime\";s:10:\"2023-01-07\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:6:\"Aditya\";s:5:\"lname\";s:4:\"Zemy\";s:5:\"email\";s:20:\"adityazemy@gmail.com\";s:7:\"address\";s:6:\"Lombok\";s:4:\"city\";s:7:\"Mataram\";s:7:\"country\";s:9:\"Indonesia\";}}i:0;i:4597;s:17:\"additional_fields\";a:0:{}}'),(367,4597,'wp_travel_engine_booking_payment_status','voucher-waiting'),(368,4597,'wp_travel_engine_booking_payment_method','direct_bank_transfer'),(369,4597,'billing_info','a:6:{s:5:\"fname\";s:6:\"Aditya\";s:5:\"lname\";s:4:\"Zemy\";s:5:\"email\";s:20:\"adityazemy@gmail.com\";s:7:\"address\";s:6:\"Lombok\";s:4:\"city\";s:7:\"Mataram\";s:7:\"country\";s:9:\"Indonesia\";}'),(370,4597,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:1600;s:5:\"total\";d:1600;s:12:\"cart_partial\";d:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(371,4597,'payments','a:1:{i:0;i:4599;}'),(372,4597,'due_amount','1600'),(373,4597,'wp_travel_engine_booking_status','pending'),(374,4597,'wp_travel_engine_booking_payment_gateway','Direct Bank Transfer'),(375,4597,'additional_fields','a:0:{}'),(376,4597,'_demo_importer_plus_sites_imported_post','1'),(377,4597,'_demo_importer_enable_for_batch','1'),(378,4600,'order_trips','a:1:{s:31:\"cart_2956_4239_2023-01-12_00-00\";a:11:{s:2:\"ID\";i:2956;s:5:\"title\";s:31:\"Fantastic Maldives Tour Package\";s:4:\"cost\";d:1150;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-01-12\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"1\";i:53;s:1:\"1\";}s:8:\"pax_cost\";a:2:{i:51;d:700;i:53;d:450;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2956_4239_2023-01-12_00-00\";}}'),(379,4600,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:8:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:4:\"1150\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2956\";s:5:\"tname\";s:31:\"Fantastic Maldives Tour Package\";s:8:\"datetime\";s:10:\"2023-01-12\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:1:\"s\";s:5:\"lname\";s:2:\"sd\";s:5:\"email\";s:14:\"hola@jjlas.com\";s:7:\"address\";s:6:\"caslle\";s:4:\"city\";s:8:\"san juan\";s:7:\"country\";s:14:\"Åland Islands\";}}i:0;i:4600;s:17:\"additional_fields\";a:0:{}}'),(380,4600,'wp_travel_engine_booking_payment_status','pending'),(381,4600,'wp_travel_engine_booking_payment_method','booking_only'),(382,4600,'billing_info','a:6:{s:5:\"fname\";s:1:\"s\";s:5:\"lname\";s:2:\"sd\";s:5:\"email\";s:14:\"hola@jjlas.com\";s:7:\"address\";s:6:\"caslle\";s:4:\"city\";s:8:\"san juan\";s:7:\"country\";s:14:\"Åland Islands\";}'),(383,4600,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:1150;s:5:\"total\";d:1150;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(384,4600,'payments','a:1:{i:0;i:4602;}'),(385,4600,'due_amount','1150'),(386,4600,'wp_travel_engine_booking_status','booked'),(387,4600,'wp_travel_engine_booking_payment_gateway','Booking Only'),(388,4600,'additional_fields','a:0:{}'),(389,4600,'_demo_importer_plus_sites_imported_post','1'),(390,4600,'_demo_importer_enable_for_batch','1'),(391,4605,'order_trips','a:1:{s:31:\"cart_2951_4236_2023-01-09_00-00\";a:11:{s:2:\"ID\";i:2951;s:5:\"title\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:4:\"cost\";d:2300;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-01-09\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"1\";}s:8:\"pax_cost\";a:1:{i:51;d:2300;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2951_4236_2023-01-09_00-00\";}}'),(392,4605,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:8:{s:8:\"traveler\";s:1:\"1\";s:4:\"cost\";s:4:\"2300\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2951\";s:5:\"tname\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:8:\"datetime\";s:10:\"2023-01-09\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:7:\"sohayla\";s:5:\"lname\";s:5:\"ahmed\";s:5:\"email\";s:25:\"sohayla.ahmed44@gmail.com\";s:7:\"address\";s:6:\"ff1020\";s:4:\"city\";s:5:\"cairo\";s:7:\"country\";s:6:\"Angola\";}}i:0;i:4605;s:17:\"additional_fields\";a:0:{}}'),(393,4605,'wp_travel_engine_booking_payment_status','pending'),(394,4605,'wp_travel_engine_booking_payment_method','booking_only'),(395,4605,'billing_info','a:6:{s:5:\"fname\";s:7:\"sohayla\";s:5:\"lname\";s:5:\"ahmed\";s:5:\"email\";s:25:\"sohayla.ahmed44@gmail.com\";s:7:\"address\";s:6:\"ff1020\";s:4:\"city\";s:5:\"cairo\";s:7:\"country\";s:6:\"Angola\";}'),(396,4605,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:2300;s:5:\"total\";d:2300;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(397,4605,'payments','a:1:{i:0;i:4607;}'),(398,4605,'due_amount','2300'),(399,4605,'wp_travel_engine_booking_status','booked'),(400,4605,'wp_travel_engine_booking_payment_gateway','Booking Only'),(401,4605,'additional_fields','a:0:{}'),(402,4605,'_demo_importer_plus_sites_imported_post','1'),(403,4605,'_demo_importer_enable_for_batch','1'),(404,4608,'order_trips','a:1:{s:31:\"cart_2951_4236_2023-01-31_00-00\";a:11:{s:2:\"ID\";i:2951;s:5:\"title\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:4:\"cost\";d:2300;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-01-31\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"1\";}s:8:\"pax_cost\";a:1:{i:51;d:2300;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2951_4236_2023-01-31_00-00\";}}'),(405,4608,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:8:{s:8:\"traveler\";s:1:\"1\";s:4:\"cost\";s:4:\"2300\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2951\";s:5:\"tname\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:8:\"datetime\";s:10:\"2023-01-31\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:5:\"Roman\";s:5:\"lname\";s:4:\"Wild\";s:5:\"email\";s:14:\"roman@dotas.de\";s:7:\"address\";s:17:\"Wendelsteinstr. 9\";s:4:\"city\";s:8:\"Gilching\";s:7:\"country\";s:7:\"Germany\";}}i:0;i:4608;s:17:\"additional_fields\";a:0:{}}'),(406,4608,'wp_travel_engine_booking_payment_status','pending'),(407,4608,'wp_travel_engine_booking_payment_method','paypal_payment'),(408,4608,'billing_info','a:6:{s:5:\"fname\";s:5:\"Roman\";s:5:\"lname\";s:4:\"Wild\";s:5:\"email\";s:14:\"roman@dotas.de\";s:7:\"address\";s:17:\"Wendelsteinstr. 9\";s:4:\"city\";s:8:\"Gilching\";s:7:\"country\";s:7:\"Germany\";}'),(409,4608,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:2300;s:5:\"total\";d:2300;s:12:\"cart_partial\";d:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(410,4608,'payments','a:1:{i:0;i:4610;}'),(411,4608,'due_amount','2300'),(412,4608,'wp_travel_engine_booking_status','pending'),(413,4608,'wp_travel_engine_booking_payment_gateway','paypal_payment'),(414,4608,'additional_fields','a:0:{}'),(415,4608,'_wxr_import_user_slug','roman'),(416,4608,'_demo_importer_plus_sites_imported_post','1'),(417,4608,'_demo_importer_enable_for_batch','1'),(418,4612,'order_trips','a:1:{s:31:\"cart_2951_4236_2023-01-25_00-00\";a:11:{s:2:\"ID\";i:2951;s:5:\"title\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:4:\"cost\";d:2300;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-01-25\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"1\";}s:8:\"pax_cost\";a:1:{i:51;d:2300;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2951_4236_2023-01-25_00-00\";}}'),(419,4612,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:11:{s:8:\"traveler\";s:1:\"1\";s:4:\"cost\";s:4:\"2300\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2951\";s:5:\"tname\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:8:\"datetime\";s:10:\"2023-01-25\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:3:\"tes\";s:5:\"lname\";s:3:\"tes\";s:5:\"email\";s:13:\"tes@gmail.com\";s:7:\"address\";s:3:\"tes\";s:4:\"city\";s:3:\"tes\";s:7:\"country\";s:9:\"Singapore\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4612;s:17:\"additional_fields\";a:0:{}}'),(420,4612,'wp_travel_engine_booking_payment_status','pending'),(421,4612,'wp_travel_engine_booking_payment_method','booking_only'),(422,4612,'billing_info','a:6:{s:5:\"fname\";s:3:\"tes\";s:5:\"lname\";s:3:\"tes\";s:5:\"email\";s:13:\"tes@gmail.com\";s:7:\"address\";s:3:\"tes\";s:4:\"city\";s:3:\"tes\";s:7:\"country\";s:9:\"Singapore\";}'),(423,4612,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:2300;s:5:\"total\";d:2300;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(424,4612,'payments','a:1:{i:0;i:4614;}'),(425,4612,'due_amount','2300'),(426,4612,'wp_travel_engine_booking_status','booked'),(427,4612,'wp_travel_engine_booking_payment_gateway','Booking Only'),(428,4612,'additional_fields','a:0:{}'),(429,4612,'_demo_importer_plus_sites_imported_post','1'),(430,4612,'_demo_importer_enable_for_batch','1'),(431,4615,'order_trips','a:1:{s:31:\"cart_2762_4248_2023-01-26_00-00\";a:11:{s:2:\"ID\";i:2762;s:5:\"title\";s:40:\"Annapurna Circuit Trek with Tilicho Lake\";s:4:\"cost\";d:1100;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-01-26\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"1\";i:53;s:1:\"1\";}s:8:\"pax_cost\";a:2:{i:51;d:600;i:53;d:500;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2762_4248_2023-01-26_00-00\";}}'),(432,4615,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:12:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:4:\"1100\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2762\";s:5:\"tname\";s:40:\"Annapurna Circuit Trek with Tilicho Lake\";s:8:\"datetime\";s:10:\"2023-01-26\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:6:\"Mukesh\";s:5:\"lname\";s:7:\"Kaushik\";s:5:\"email\";s:23:\"mackkaushik99@gmail.com\";s:7:\"address\";s:54:\"B-15, gate no.-2, greenfield colony, faridabad,haryana\";s:4:\"city\";s:9:\"Faridabad\";s:7:\"country\";s:5:\"India\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:5:\"Child\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4615;s:17:\"additional_fields\";a:0:{}}'),(433,4615,'wp_travel_engine_booking_payment_status','pending'),(434,4615,'wp_travel_engine_booking_payment_method','booking_only'),(435,4615,'billing_info','a:6:{s:5:\"fname\";s:6:\"Mukesh\";s:5:\"lname\";s:7:\"Kaushik\";s:5:\"email\";s:23:\"mackkaushik99@gmail.com\";s:7:\"address\";s:54:\"B-15, gate no.-2, greenfield colony, faridabad,haryana\";s:4:\"city\";s:9:\"Faridabad\";s:7:\"country\";s:5:\"India\";}'),(436,4615,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:1100;s:5:\"total\";d:1100;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(437,4615,'payments','a:1:{i:0;i:4617;}'),(438,4615,'due_amount','1100'),(439,4615,'wp_travel_engine_booking_status','booked'),(440,4615,'wp_travel_engine_booking_payment_gateway','Booking Only'),(441,4615,'additional_fields','a:0:{}'),(442,4615,'_demo_importer_plus_sites_imported_post','1'),(443,4615,'_demo_importer_enable_for_batch','1'),(444,4618,'order_trips','a:1:{s:31:\"cart_2951_4236_2023-01-26_00-00\";a:11:{s:2:\"ID\";i:2951;s:5:\"title\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:4:\"cost\";d:14900;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-01-26\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"4\";i:53;s:1:\"3\";}s:8:\"pax_cost\";a:2:{i:51;d:9200;i:53;d:5700;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2951_4236_2023-01-26_00-00\";}}'),(445,4618,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:12:{s:8:\"traveler\";s:1:\"7\";s:4:\"cost\";s:5:\"14900\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2951\";s:5:\"tname\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:8:\"datetime\";s:10:\"2023-01-26\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:5:\"fgfds\";s:5:\"lname\";s:8:\"fdsgfdsg\";s:5:\"email\";s:12:\"ertr@gsdf.bn\";s:7:\"address\";s:11:\"dfgdsthtrfh\";s:4:\"city\";s:7:\"hydrtrs\";s:7:\"country\";s:5:\"India\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"4\";s:5:\"Child\";s:1:\"3\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4618;s:17:\"additional_fields\";a:0:{}}'),(446,4618,'wp_travel_engine_booking_payment_status','pending'),(447,4618,'wp_travel_engine_booking_payment_method','booking_only'),(448,4618,'billing_info','a:6:{s:5:\"fname\";s:5:\"fgfds\";s:5:\"lname\";s:8:\"fdsgfdsg\";s:5:\"email\";s:12:\"ertr@gsdf.bn\";s:7:\"address\";s:11:\"dfgdsthtrfh\";s:4:\"city\";s:7:\"hydrtrs\";s:7:\"country\";s:5:\"India\";}'),(449,4618,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:14900;s:5:\"total\";d:14900;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(450,4618,'payments','a:1:{i:0;i:4620;}'),(451,4618,'due_amount','14900'),(452,4618,'wp_travel_engine_booking_status','booked'),(453,4618,'wp_travel_engine_booking_payment_gateway','Booking Only'),(454,4618,'additional_fields','a:0:{}'),(455,4618,'_demo_importer_plus_sites_imported_post','1'),(456,4618,'_demo_importer_enable_for_batch','1'),(457,4621,'order_trips','a:1:{s:31:\"cart_2957_4238_2023-01-24_00-00\";a:11:{s:2:\"ID\";i:2957;s:5:\"title\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:4:\"cost\";d:1600;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-01-24\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"1\";i:53;s:1:\"1\";}s:8:\"pax_cost\";a:2:{i:51;d:1100;i:53;d:500;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2957_4238_2023-01-24_00-00\";}}'),(458,4621,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:12:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:4:\"1600\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2957\";s:5:\"tname\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:8:\"datetime\";s:10:\"2023-01-24\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:4:\"fgag\";s:5:\"lname\";s:8:\"asfgasfg\";s:5:\"email\";s:20:\"asdfgag@dshhters.com\";s:7:\"address\";s:4:\"asfg\";s:4:\"city\";s:5:\"zhesh\";s:7:\"country\";s:9:\"Argentina\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:5:\"Child\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4621;s:17:\"additional_fields\";a:0:{}}'),(459,4621,'wp_travel_engine_booking_payment_status','voucher-waiting'),(460,4621,'wp_travel_engine_booking_payment_method','direct_bank_transfer'),(461,4621,'billing_info','a:6:{s:5:\"fname\";s:4:\"fgag\";s:5:\"lname\";s:8:\"asfgasfg\";s:5:\"email\";s:20:\"asdfgag@dshhters.com\";s:7:\"address\";s:4:\"asfg\";s:4:\"city\";s:5:\"zhesh\";s:7:\"country\";s:9:\"Argentina\";}'),(462,4621,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:1600;s:5:\"total\";d:1600;s:12:\"cart_partial\";d:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(463,4621,'payments','a:1:{i:0;i:4623;}'),(464,4621,'due_amount','1600'),(465,4621,'wp_travel_engine_booking_status','pending'),(466,4621,'wp_travel_engine_booking_payment_gateway','Direct Bank Transfer'),(467,4621,'additional_fields','a:0:{}'),(468,4621,'_demo_importer_plus_sites_imported_post','1'),(469,4621,'_demo_importer_enable_for_batch','1'),(470,4624,'order_trips','a:1:{s:31:\"cart_2951_4236_2023-01-27_00-00\";a:11:{s:2:\"ID\";i:2951;s:5:\"title\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:4:\"cost\";d:4600;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-01-27\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"2\";}s:8:\"pax_cost\";a:1:{i:51;d:4600;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2951_4236_2023-01-27_00-00\";}}'),(471,4624,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:11:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:4:\"4600\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2951\";s:5:\"tname\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:8:\"datetime\";s:10:\"2023-01-27\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:3:\"jcj\";s:5:\"lname\";s:3:\"xkx\";s:5:\"email\";s:13:\"nai@gmail.com\";s:7:\"address\";s:2:\"nj\";s:4:\"city\";s:6:\"ihiubj\";s:7:\"country\";s:7:\"Bahrain\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"2\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4624;s:17:\"additional_fields\";a:0:{}}'),(472,4624,'wp_travel_engine_booking_payment_status','pending'),(473,4624,'wp_travel_engine_booking_payment_method','booking_only'),(474,4624,'billing_info','a:6:{s:5:\"fname\";s:3:\"jcj\";s:5:\"lname\";s:3:\"xkx\";s:5:\"email\";s:13:\"nai@gmail.com\";s:7:\"address\";s:2:\"nj\";s:4:\"city\";s:6:\"ihiubj\";s:7:\"country\";s:7:\"Bahrain\";}'),(475,4624,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:4600;s:5:\"total\";d:4600;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(476,4624,'payments','a:1:{i:0;i:4626;}'),(477,4624,'due_amount','4600'),(478,4624,'wp_travel_engine_booking_status','booked'),(479,4624,'wp_travel_engine_booking_payment_gateway','Booking Only'),(480,4624,'additional_fields','a:0:{}'),(481,4624,'_demo_importer_plus_sites_imported_post','1'),(482,4624,'_demo_importer_enable_for_batch','1'),(483,4627,'order_trips','a:1:{s:31:\"cart_2953_4233_2023-03-01_00-00\";a:11:{s:2:\"ID\";i:2953;s:5:\"title\";s:31:\"Experience the Incredible India\";s:4:\"cost\";d:800;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-03-01\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"1\";}s:8:\"pax_cost\";a:1:{i:51;d:800;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2953_4233_2023-03-01_00-00\";}}'),(484,4627,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:11:{s:8:\"traveler\";s:1:\"1\";s:4:\"cost\";s:3:\"800\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2953\";s:5:\"tname\";s:31:\"Experience the Incredible India\";s:8:\"datetime\";s:10:\"2023-03-01\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:3:\"aaa\";s:5:\"lname\";s:3:\"aaa\";s:5:\"email\";s:9:\"aaa@a.com\";s:7:\"address\";s:3:\"aaa\";s:4:\"city\";s:4:\"aaaa\";s:7:\"country\";s:7:\"Iceland\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4627;s:17:\"additional_fields\";a:0:{}}'),(485,4627,'wp_travel_engine_booking_payment_status','voucher-waiting'),(486,4627,'wp_travel_engine_booking_payment_method','direct_bank_transfer'),(487,4627,'billing_info','a:6:{s:5:\"fname\";s:3:\"aaa\";s:5:\"lname\";s:3:\"aaa\";s:5:\"email\";s:9:\"aaa@a.com\";s:7:\"address\";s:3:\"aaa\";s:4:\"city\";s:4:\"aaaa\";s:7:\"country\";s:7:\"Iceland\";}'),(488,4627,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:800;s:5:\"total\";d:800;s:12:\"cart_partial\";d:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(489,4627,'payments','a:1:{i:0;i:4629;}'),(490,4627,'due_amount','800'),(491,4627,'wp_travel_engine_booking_status','pending'),(492,4627,'wp_travel_engine_booking_payment_gateway','Direct Bank Transfer'),(493,4627,'additional_fields','a:0:{}'),(494,4627,'_demo_importer_plus_sites_imported_post','1'),(495,4627,'_demo_importer_enable_for_batch','1'),(496,4630,'order_trips','a:1:{s:31:\"cart_2951_4242_2023-02-08_00-00\";a:11:{s:2:\"ID\";i:2951;s:5:\"title\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:4:\"cost\";d:4400;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-02-08\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"1\";i:53;s:1:\"1\";}s:8:\"pax_cost\";a:2:{i:51;d:2500;i:53;d:1900;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2951_4242_2023-02-08_00-00\";}}'),(497,4630,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:12:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:4:\"4400\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2951\";s:5:\"tname\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:8:\"datetime\";s:10:\"2023-02-08\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:6:\"Jubraj\";s:5:\"lname\";s:5:\"Daria\";s:5:\"email\";s:23:\"jubrajdaria49@gmail.com\";s:7:\"address\";s:63:\"Painadi natun moholla, Chittagong road, Siddirganj, Narayanganj\";s:4:\"city\";s:10:\"Siddirganj\";s:7:\"country\";s:10:\"Bangladesh\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:5:\"Child\";s:1:\"1\";s:12:\"trip_package\";s:6:\"Luxury\";}i:0;i:4630;s:17:\"additional_fields\";a:0:{}}'),(498,4630,'wp_travel_engine_booking_payment_status','pending'),(499,4630,'wp_travel_engine_booking_payment_method','check_payments'),(500,4630,'billing_info','a:6:{s:5:\"fname\";s:6:\"Jubraj\";s:5:\"lname\";s:5:\"Daria\";s:5:\"email\";s:23:\"jubrajdaria49@gmail.com\";s:7:\"address\";s:63:\"Painadi natun moholla, Chittagong road, Siddirganj, Narayanganj\";s:4:\"city\";s:10:\"Siddirganj\";s:7:\"country\";s:10:\"Bangladesh\";}'),(501,4630,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:4400;s:5:\"total\";d:4400;s:12:\"cart_partial\";d:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(502,4630,'payments','a:1:{i:0;i:4632;}'),(503,4630,'due_amount','4400'),(504,4630,'wp_travel_engine_booking_status','pending'),(505,4630,'wp_travel_engine_booking_payment_gateway','check_payments'),(506,4630,'additional_fields','a:0:{}'),(507,4630,'_demo_importer_plus_sites_imported_post','1'),(508,4630,'_demo_importer_enable_for_batch','1'),(509,4633,'order_trips','a:1:{s:31:\"cart_2948_4247_2023-02-01_00-00\";a:11:{s:2:\"ID\";i:2948;s:5:\"title\";s:24:\"Ghorepani Poon Hill Trek\";s:4:\"cost\";d:700;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-02-01\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"2\";}s:8:\"pax_cost\";a:1:{i:51;d:700;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2948_4247_2023-02-01_00-00\";}}'),(510,4633,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:11:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:3:\"700\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2948\";s:5:\"tname\";s:24:\"Ghorepani Poon Hill Trek\";s:8:\"datetime\";s:10:\"2023-02-01\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:6:\"fgbfgb\";s:5:\"lname\";s:3:\"fgf\";s:5:\"email\";s:12:\"dfsg@er.yufg\";s:7:\"address\";s:5:\"fghfh\";s:4:\"city\";s:4:\"fdgh\";s:7:\"country\";s:7:\"Austria\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"2\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4633;s:17:\"additional_fields\";a:0:{}}'),(511,4633,'wp_travel_engine_booking_payment_status','pending'),(512,4633,'wp_travel_engine_booking_payment_method','paypal_payment'),(513,4633,'billing_info','a:6:{s:5:\"fname\";s:6:\"fgbfgb\";s:5:\"lname\";s:3:\"fgf\";s:5:\"email\";s:12:\"dfsg@er.yufg\";s:7:\"address\";s:5:\"fghfh\";s:4:\"city\";s:4:\"fdgh\";s:7:\"country\";s:7:\"Austria\";}'),(514,4633,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:700;s:5:\"total\";d:700;s:12:\"cart_partial\";d:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(515,4633,'payments','a:1:{i:0;i:4635;}'),(516,4633,'due_amount','700'),(517,4633,'wp_travel_engine_booking_status','pending'),(518,4633,'wp_travel_engine_booking_payment_gateway','paypal_payment'),(519,4633,'additional_fields','a:0:{}'),(520,4633,'_demo_importer_plus_sites_imported_post','1'),(521,4633,'_demo_importer_enable_for_batch','1'),(522,4636,'order_trips','a:1:{s:31:\"cart_2948_4247_2023-02-01_00-00\";a:11:{s:2:\"ID\";i:2948;s:5:\"title\";s:24:\"Ghorepani Poon Hill Trek\";s:4:\"cost\";d:700;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-02-01\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"2\";}s:8:\"pax_cost\";a:1:{i:51;d:700;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2948_4247_2023-02-01_00-00\";}}'),(523,4636,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:11:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:3:\"700\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2948\";s:5:\"tname\";s:24:\"Ghorepani Poon Hill Trek\";s:8:\"datetime\";s:10:\"2023-02-01\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:6:\"fgbfgb\";s:5:\"lname\";s:3:\"fgf\";s:5:\"email\";s:12:\"dfsg@er.yufg\";s:7:\"address\";s:5:\"fghfh\";s:4:\"city\";s:4:\"fdgh\";s:7:\"country\";s:7:\"Austria\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"2\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4636;s:17:\"additional_fields\";a:0:{}}'),(524,4636,'wp_travel_engine_booking_payment_status','pending'),(525,4636,'wp_travel_engine_booking_payment_method','booking_only'),(526,4636,'billing_info','a:6:{s:5:\"fname\";s:6:\"fgbfgb\";s:5:\"lname\";s:3:\"fgf\";s:5:\"email\";s:12:\"dfsg@er.yufg\";s:7:\"address\";s:5:\"fghfh\";s:4:\"city\";s:4:\"fdgh\";s:7:\"country\";s:7:\"Austria\";}'),(527,4636,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:700;s:5:\"total\";d:700;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(528,4636,'payments','a:1:{i:0;i:4637;}'),(529,4636,'due_amount','700'),(530,4636,'wp_travel_engine_booking_status','booked'),(531,4636,'wp_travel_engine_booking_payment_gateway','Booking Only'),(532,4636,'additional_fields','a:0:{}'),(533,4636,'_demo_importer_plus_sites_imported_post','1'),(534,4636,'_demo_importer_enable_for_batch','1'),(535,4638,'order_trips','a:1:{s:31:\"cart_2948_4247_2023-02-01_00-00\";a:11:{s:2:\"ID\";i:2948;s:5:\"title\";s:24:\"Ghorepani Poon Hill Trek\";s:4:\"cost\";d:700;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-02-01\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"2\";}s:8:\"pax_cost\";a:1:{i:51;d:700;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2948_4247_2023-02-01_00-00\";}}'),(536,4638,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:11:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:3:\"700\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2948\";s:5:\"tname\";s:24:\"Ghorepani Poon Hill Trek\";s:8:\"datetime\";s:10:\"2023-02-01\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:6:\"fgbfgb\";s:5:\"lname\";s:3:\"fgf\";s:5:\"email\";s:12:\"dfsg@er.yufg\";s:7:\"address\";s:5:\"fghfh\";s:4:\"city\";s:4:\"fdgh\";s:7:\"country\";s:7:\"Austria\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"2\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4638;s:17:\"additional_fields\";a:0:{}}'),(537,4638,'wp_travel_engine_booking_payment_status','pending'),(538,4638,'wp_travel_engine_booking_payment_method','check_payments'),(539,4638,'billing_info','a:6:{s:5:\"fname\";s:6:\"fgbfgb\";s:5:\"lname\";s:3:\"fgf\";s:5:\"email\";s:12:\"dfsg@er.yufg\";s:7:\"address\";s:5:\"fghfh\";s:4:\"city\";s:4:\"fdgh\";s:7:\"country\";s:7:\"Austria\";}'),(540,4638,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:700;s:5:\"total\";d:700;s:12:\"cart_partial\";d:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(541,4638,'payments','a:1:{i:0;i:4639;}'),(542,4638,'due_amount','700'),(543,4638,'wp_travel_engine_booking_status','pending'),(544,4638,'wp_travel_engine_booking_payment_gateway','check_payments'),(545,4638,'additional_fields','a:0:{}'),(546,4638,'_demo_importer_plus_sites_imported_post','1'),(547,4638,'_demo_importer_enable_for_batch','1'),(548,4640,'order_trips','a:1:{s:31:\"cart_2951_4236_2023-02-10_00-00\";a:11:{s:2:\"ID\";i:2951;s:5:\"title\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:4:\"cost\";d:4200;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-02-10\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"1\";i:53;s:1:\"1\";}s:8:\"pax_cost\";a:2:{i:51;d:2300;i:53;d:1900;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2951_4236_2023-02-10_00-00\";}}'),(549,4640,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:12:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:4:\"4200\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2951\";s:5:\"tname\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:8:\"datetime\";s:10:\"2023-02-10\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:5:\"saqib\";s:5:\"lname\";s:3:\"ali\";s:5:\"email\";s:15:\"saqib@gmail.com\";s:7:\"address\";s:7:\"karachi\";s:4:\"city\";s:7:\"karachi\";s:7:\"country\";s:8:\"Pakistan\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:5:\"Child\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4640;s:17:\"additional_fields\";a:0:{}}'),(550,4640,'wp_travel_engine_booking_payment_status','pending'),(551,4640,'wp_travel_engine_booking_payment_method','booking_only'),(552,4640,'billing_info','a:6:{s:5:\"fname\";s:5:\"saqib\";s:5:\"lname\";s:3:\"ali\";s:5:\"email\";s:15:\"saqib@gmail.com\";s:7:\"address\";s:7:\"karachi\";s:4:\"city\";s:7:\"karachi\";s:7:\"country\";s:8:\"Pakistan\";}'),(553,4640,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:4200;s:5:\"total\";d:4200;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(554,4640,'payments','a:1:{i:0;i:4642;}'),(555,4640,'due_amount','4200'),(556,4640,'wp_travel_engine_booking_status','booked'),(557,4640,'wp_travel_engine_booking_payment_gateway','Booking Only'),(558,4640,'additional_fields','a:0:{}'),(559,4640,'_demo_importer_plus_sites_imported_post','1'),(560,4640,'_demo_importer_enable_for_batch','1'),(561,4643,'order_trips','a:1:{s:31:\"cart_2949_4237_2023-02-09_14-00\";a:11:{s:2:\"ID\";i:2949;s:5:\"title\";s:34:\"Paris Effiel Tower Tour 1 Day Tour\";s:4:\"cost\";d:140;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:16:\"2023-02-09T14:00\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"4\";i:53;s:1:\"1\";}s:8:\"pax_cost\";a:2:{i:51;d:120;i:53;d:20;}s:8:\"has_time\";b:1;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2949_4237_2023-02-09_14-00\";}}'),(562,4643,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:12:{s:8:\"traveler\";s:1:\"5\";s:4:\"cost\";s:3:\"140\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2949\";s:5:\"tname\";s:34:\"Paris Effiel Tower Tour 1 Day Tour\";s:8:\"datetime\";s:10:\"2023-02-09\";s:12:\"datewithtime\";s:16:\"2023-02-09T14:00\";s:7:\"booking\";a:6:{s:5:\"fname\";s:6:\"andond\";s:5:\"lname\";s:6:\"andong\";s:5:\"email\";s:26:\"andongmagsaysay0@gmail.com\";s:7:\"address\";s:10:\"sda;lfkfa\'\";s:4:\"city\";s:8:\"sdmafs;d\";s:7:\"country\";s:7:\"Andorra\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"4\";s:5:\"Child\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4643;s:17:\"additional_fields\";a:0:{}}'),(563,4643,'wp_travel_engine_booking_payment_status','pending'),(564,4643,'wp_travel_engine_booking_payment_method','booking_only'),(565,4643,'billing_info','a:6:{s:5:\"fname\";s:6:\"andond\";s:5:\"lname\";s:6:\"andong\";s:5:\"email\";s:26:\"andongmagsaysay0@gmail.com\";s:7:\"address\";s:10:\"sda;lfkfa\'\";s:4:\"city\";s:8:\"sdmafs;d\";s:7:\"country\";s:7:\"Andorra\";}'),(566,4643,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:140;s:5:\"total\";d:140;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(567,4643,'payments','a:1:{i:0;i:4645;}'),(568,4643,'due_amount','140'),(569,4643,'wp_travel_engine_booking_status','booked'),(570,4643,'wp_travel_engine_booking_payment_gateway','Booking Only'),(571,4643,'additional_fields','a:0:{}'),(572,4643,'_demo_importer_plus_sites_imported_post','1'),(573,4643,'_demo_importer_enable_for_batch','1'),(574,4646,'order_trips','a:1:{s:31:\"cart_2957_4238_2023-02-06_00-00\";a:11:{s:2:\"ID\";i:2957;s:5:\"title\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:4:\"cost\";d:2200;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-02-06\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"2\";}s:8:\"pax_cost\";a:1:{i:51;d:2200;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2957_4238_2023-02-06_00-00\";}}'),(575,4646,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:11:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:4:\"2200\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2957\";s:5:\"tname\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:8:\"datetime\";s:10:\"2023-02-06\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:5:\"Kadir\";s:5:\"lname\";s:6:\"Carlos\";s:5:\"email\";s:23:\"kadirbulamugy@gmail.com\";s:7:\"address\";s:38:\"Polana caniço A , Maputo, Moçambique\";s:4:\"city\";s:6:\"Maputo\";s:7:\"country\";s:10:\"Mozambique\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"2\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4646;s:17:\"additional_fields\";a:0:{}}'),(576,4646,'wp_travel_engine_booking_payment_status','voucher-waiting'),(577,4646,'wp_travel_engine_booking_payment_method','direct_bank_transfer'),(578,4646,'billing_info','a:6:{s:5:\"fname\";s:5:\"Kadir\";s:5:\"lname\";s:6:\"Carlos\";s:5:\"email\";s:23:\"kadirbulamugy@gmail.com\";s:7:\"address\";s:38:\"Polana caniço A , Maputo, Moçambique\";s:4:\"city\";s:6:\"Maputo\";s:7:\"country\";s:10:\"Mozambique\";}'),(579,4646,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:2200;s:5:\"total\";d:2200;s:12:\"cart_partial\";d:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(580,4646,'payments','a:1:{i:0;i:4648;}'),(581,4646,'due_amount','2200'),(582,4646,'wp_travel_engine_booking_status','pending'),(583,4646,'wp_travel_engine_booking_payment_gateway','Direct Bank Transfer'),(584,4646,'additional_fields','a:0:{}'),(585,4646,'_demo_importer_plus_sites_imported_post','1'),(586,4646,'_demo_importer_enable_for_batch','1'),(587,4649,'order_trips','a:1:{s:31:\"cart_2951_4236_2023-02-09_00-00\";a:11:{s:2:\"ID\";i:2951;s:5:\"title\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:4:\"cost\";d:18400;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-02-09\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"8\";}s:8:\"pax_cost\";a:1:{i:51;d:18400;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2951_4236_2023-02-09_00-00\";}}'),(588,4649,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:11:{s:8:\"traveler\";s:1:\"8\";s:4:\"cost\";s:5:\"18400\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2951\";s:5:\"tname\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:8:\"datetime\";s:10:\"2023-02-09\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:3:\"AAA\";s:5:\"lname\";s:3:\"BBB\";s:5:\"email\";s:13:\"aaa@gmail.com\";s:7:\"address\";s:6:\"12 aaa\";s:4:\"city\";s:3:\"Ton\";s:7:\"country\";s:7:\"Bahamas\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"8\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4649;s:17:\"additional_fields\";a:0:{}}'),(589,4649,'wp_travel_engine_booking_payment_status','voucher-waiting'),(590,4649,'wp_travel_engine_booking_payment_method','direct_bank_transfer'),(591,4649,'billing_info','a:6:{s:5:\"fname\";s:3:\"AAA\";s:5:\"lname\";s:3:\"BBB\";s:5:\"email\";s:13:\"aaa@gmail.com\";s:7:\"address\";s:6:\"12 aaa\";s:4:\"city\";s:3:\"Ton\";s:7:\"country\";s:7:\"Bahamas\";}'),(592,4649,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:18400;s:5:\"total\";d:18400;s:12:\"cart_partial\";d:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(593,4649,'payments','a:1:{i:0;i:4651;}'),(594,4649,'due_amount','18400'),(595,4649,'wp_travel_engine_booking_status','pending'),(596,4649,'wp_travel_engine_booking_payment_gateway','Direct Bank Transfer'),(597,4649,'additional_fields','a:0:{}'),(598,4649,'_demo_importer_plus_sites_imported_post','1'),(599,4649,'_demo_importer_enable_for_batch','1'),(600,4652,'order_trips','a:1:{s:31:\"cart_2957_4238_2023-02-14_00-00\";a:11:{s:2:\"ID\";i:2957;s:5:\"title\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:4:\"cost\";d:1600;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-02-14\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"1\";i:53;s:1:\"1\";}s:8:\"pax_cost\";a:2:{i:51;d:1100;i:53;d:500;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2957_4238_2023-02-14_00-00\";}}'),(601,4652,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:12:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:4:\"1600\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2957\";s:5:\"tname\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:8:\"datetime\";s:10:\"2023-02-14\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:3:\"gfh\";s:5:\"lname\";s:2:\"gh\";s:5:\"email\";s:12:\"dfsg@er.yufg\";s:7:\"address\";s:4:\"gfhf\";s:4:\"city\";s:4:\"ghff\";s:7:\"country\";s:7:\"Austria\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:5:\"Child\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4652;s:17:\"additional_fields\";a:0:{}}'),(602,4652,'wp_travel_engine_booking_payment_status','pending'),(603,4652,'wp_travel_engine_booking_payment_method','booking_only'),(604,4652,'billing_info','a:6:{s:5:\"fname\";s:3:\"gfh\";s:5:\"lname\";s:2:\"gh\";s:5:\"email\";s:12:\"dfsg@er.yufg\";s:7:\"address\";s:4:\"gfhf\";s:4:\"city\";s:4:\"ghff\";s:7:\"country\";s:7:\"Austria\";}'),(605,4652,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:1600;s:5:\"total\";d:1600;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(606,4652,'payments','a:1:{i:0;i:4653;}'),(607,4652,'due_amount','1600'),(608,4652,'wp_travel_engine_booking_status','booked'),(609,4652,'wp_travel_engine_booking_payment_gateway','Booking Only'),(610,4652,'additional_fields','a:0:{}'),(611,4652,'_demo_importer_plus_sites_imported_post','1'),(612,4652,'_demo_importer_enable_for_batch','1'),(613,4654,'order_trips','a:1:{s:31:\"cart_2957_4238_2023-02-14_00-00\";a:11:{s:2:\"ID\";i:2957;s:5:\"title\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:4:\"cost\";d:1600;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-02-14\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"1\";i:53;s:1:\"1\";}s:8:\"pax_cost\";a:2:{i:51;d:1100;i:53;d:500;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2957_4238_2023-02-14_00-00\";}}'),(614,4654,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:12:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:4:\"1600\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2957\";s:5:\"tname\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:8:\"datetime\";s:10:\"2023-02-14\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:3:\"gfh\";s:5:\"lname\";s:2:\"gh\";s:5:\"email\";s:12:\"dfsg@er.yufg\";s:7:\"address\";s:4:\"gfhf\";s:4:\"city\";s:4:\"ghff\";s:7:\"country\";s:7:\"Austria\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:5:\"Child\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4654;s:17:\"additional_fields\";a:0:{}}'),(615,4654,'wp_travel_engine_booking_payment_status','pending'),(616,4654,'wp_travel_engine_booking_payment_method','paypal_payment'),(617,4654,'billing_info','a:6:{s:5:\"fname\";s:3:\"gfh\";s:5:\"lname\";s:2:\"gh\";s:5:\"email\";s:12:\"dfsg@er.yufg\";s:7:\"address\";s:4:\"gfhf\";s:4:\"city\";s:4:\"ghff\";s:7:\"country\";s:7:\"Austria\";}'),(618,4654,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:1600;s:5:\"total\";d:1600;s:12:\"cart_partial\";d:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(619,4654,'payments','a:1:{i:0;i:4655;}'),(620,4654,'due_amount','1600'),(621,4654,'wp_travel_engine_booking_status','pending'),(622,4654,'wp_travel_engine_booking_payment_gateway','paypal_payment'),(623,4654,'additional_fields','a:0:{}'),(624,4654,'_demo_importer_plus_sites_imported_post','1'),(625,4654,'_demo_importer_enable_for_batch','1'),(626,4656,'order_trips','a:1:{s:31:\"cart_2957_4238_2023-02-14_00-00\";a:11:{s:2:\"ID\";i:2957;s:5:\"title\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:4:\"cost\";d:1600;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-02-14\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"1\";i:53;s:1:\"1\";}s:8:\"pax_cost\";a:2:{i:51;d:1100;i:53;d:500;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2957_4238_2023-02-14_00-00\";}}'),(627,4656,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:12:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:4:\"1600\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2957\";s:5:\"tname\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:8:\"datetime\";s:10:\"2023-02-14\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:3:\"gfh\";s:5:\"lname\";s:2:\"gh\";s:5:\"email\";s:12:\"dfsg@er.yufg\";s:7:\"address\";s:4:\"gfhf\";s:4:\"city\";s:4:\"ghff\";s:7:\"country\";s:7:\"Austria\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:5:\"Child\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4656;s:17:\"additional_fields\";a:0:{}}'),(628,4656,'wp_travel_engine_booking_payment_status','voucher-waiting'),(629,4656,'wp_travel_engine_booking_payment_method','direct_bank_transfer'),(630,4656,'billing_info','a:6:{s:5:\"fname\";s:3:\"gfh\";s:5:\"lname\";s:2:\"gh\";s:5:\"email\";s:12:\"dfsg@er.yufg\";s:7:\"address\";s:4:\"gfhf\";s:4:\"city\";s:4:\"ghff\";s:7:\"country\";s:7:\"Austria\";}'),(631,4656,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:1600;s:5:\"total\";d:1600;s:12:\"cart_partial\";d:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(632,4656,'payments','a:1:{i:0;i:4657;}'),(633,4656,'due_amount','1600'),(634,4656,'wp_travel_engine_booking_status','pending'),(635,4656,'wp_travel_engine_booking_payment_gateway','Direct Bank Transfer'),(636,4656,'additional_fields','a:0:{}'),(637,4656,'_demo_importer_plus_sites_imported_post','1'),(638,4656,'_demo_importer_enable_for_batch','1'),(639,4658,'order_trips','a:1:{s:31:\"cart_2957_4238_2023-02-14_00-00\";a:11:{s:2:\"ID\";i:2957;s:5:\"title\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:4:\"cost\";d:1600;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-02-14\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"1\";i:53;s:1:\"1\";}s:8:\"pax_cost\";a:2:{i:51;d:1100;i:53;d:500;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2957_4238_2023-02-14_00-00\";}}'),(640,4658,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:12:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:4:\"1600\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2957\";s:5:\"tname\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:8:\"datetime\";s:10:\"2023-02-14\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:3:\"gfh\";s:5:\"lname\";s:2:\"gh\";s:5:\"email\";s:12:\"dfsg@er.yufg\";s:7:\"address\";s:4:\"gfhf\";s:4:\"city\";s:4:\"ghff\";s:7:\"country\";s:7:\"Austria\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:5:\"Child\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4658;s:17:\"additional_fields\";a:0:{}}'),(641,4658,'wp_travel_engine_booking_payment_status','pending'),(642,4658,'wp_travel_engine_booking_payment_method','check_payments'),(643,4658,'billing_info','a:6:{s:5:\"fname\";s:3:\"gfh\";s:5:\"lname\";s:2:\"gh\";s:5:\"email\";s:12:\"dfsg@er.yufg\";s:7:\"address\";s:4:\"gfhf\";s:4:\"city\";s:4:\"ghff\";s:7:\"country\";s:7:\"Austria\";}'),(644,4658,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:1600;s:5:\"total\";d:1600;s:12:\"cart_partial\";d:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(645,4658,'payments','a:1:{i:0;i:4659;}'),(646,4658,'due_amount','1600'),(647,4658,'wp_travel_engine_booking_status','pending'),(648,4658,'wp_travel_engine_booking_payment_gateway','check_payments'),(649,4658,'additional_fields','a:0:{}'),(650,4658,'_demo_importer_plus_sites_imported_post','1'),(651,4658,'_demo_importer_enable_for_batch','1'),(652,4660,'order_trips','a:1:{s:31:\"cart_2953_4233_2023-02-14_00-00\";a:11:{s:2:\"ID\";i:2953;s:5:\"title\";s:31:\"Experience the Incredible India\";s:4:\"cost\";d:1300;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-02-14\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"1\";i:53;s:1:\"1\";}s:8:\"pax_cost\";a:2:{i:51;d:800;i:53;d:500;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2953_4233_2023-02-14_00-00\";}}'),(653,4660,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:12:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:4:\"1300\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2953\";s:5:\"tname\";s:31:\"Experience the Incredible India\";s:8:\"datetime\";s:10:\"2023-02-14\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:1:\"I\";s:5:\"lname\";s:7:\"Widyana\";s:5:\"email\";s:16:\"parnata@gmail.co\";s:7:\"address\";s:41:\"Jl. Dewisri, GG. Anggur VD no.2 Batubulan\";s:4:\"city\";s:7:\"Gianyar\";s:7:\"country\";s:9:\"Indonesia\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:5:\"Child\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4660;s:17:\"additional_fields\";a:0:{}}'),(654,4660,'wp_travel_engine_booking_payment_status','voucher-waiting'),(655,4660,'wp_travel_engine_booking_payment_method','direct_bank_transfer'),(656,4660,'billing_info','a:6:{s:5:\"fname\";s:1:\"I\";s:5:\"lname\";s:7:\"Widyana\";s:5:\"email\";s:16:\"parnata@gmail.co\";s:7:\"address\";s:41:\"Jl. Dewisri, GG. Anggur VD no.2 Batubulan\";s:4:\"city\";s:7:\"Gianyar\";s:7:\"country\";s:9:\"Indonesia\";}'),(657,4660,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:1300;s:5:\"total\";d:1300;s:12:\"cart_partial\";d:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(658,4660,'payments','a:1:{i:0;i:4662;}'),(659,4660,'due_amount','1300'),(660,4660,'wp_travel_engine_booking_status','pending'),(661,4660,'wp_travel_engine_booking_payment_gateway','Direct Bank Transfer'),(662,4660,'additional_fields','a:0:{}'),(663,4660,'_demo_importer_plus_sites_imported_post','1'),(664,4660,'_demo_importer_enable_for_batch','1'),(665,4663,'order_trips','a:1:{s:31:\"cart_2956_4239_2023-02-21_00-00\";a:11:{s:2:\"ID\";i:2956;s:5:\"title\";s:31:\"Fantastic Maldives Tour Package\";s:4:\"cost\";d:1150;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-02-21\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"1\";i:53;s:1:\"1\";}s:8:\"pax_cost\";a:2:{i:51;d:700;i:53;d:450;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2956_4239_2023-02-21_00-00\";}}'),(666,4663,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:12:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:4:\"1150\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2956\";s:5:\"tname\";s:31:\"Fantastic Maldives Tour Package\";s:8:\"datetime\";s:10:\"2023-02-21\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:13:\"Parvathareddy\";s:5:\"lname\";s:13:\"Srinivasa Rao\";s:5:\"email\";s:23:\"shadabalam727@gmail.com\";s:7:\"address\";s:20:\"Nethaji nagar colony\";s:4:\"city\";s:9:\"Hyderabad\";s:7:\"country\";s:5:\"India\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:5:\"Child\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4663;s:17:\"additional_fields\";a:0:{}}'),(667,4663,'wp_travel_engine_booking_payment_status','pending'),(668,4663,'wp_travel_engine_booking_payment_method','booking_only'),(669,4663,'billing_info','a:6:{s:5:\"fname\";s:13:\"Parvathareddy\";s:5:\"lname\";s:13:\"Srinivasa Rao\";s:5:\"email\";s:23:\"shadabalam727@gmail.com\";s:7:\"address\";s:20:\"Nethaji nagar colony\";s:4:\"city\";s:9:\"Hyderabad\";s:7:\"country\";s:5:\"India\";}'),(670,4663,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:1150;s:5:\"total\";d:1150;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(671,4663,'payments','a:1:{i:0;i:4665;}'),(672,4663,'due_amount','1150'),(673,4663,'wp_travel_engine_booking_status','booked'),(674,4663,'wp_travel_engine_booking_payment_gateway','Booking Only'),(675,4663,'additional_fields','a:0:{}'),(676,4663,'_demo_importer_plus_sites_imported_post','1'),(677,4663,'_demo_importer_enable_for_batch','1'),(678,4666,'order_trips','a:1:{s:31:\"cart_2951_4236_2023-02-23_00-00\";a:11:{s:2:\"ID\";i:2951;s:5:\"title\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:4:\"cost\";d:2300;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-02-23\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"1\";}s:8:\"pax_cost\";a:1:{i:51;d:2300;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2951_4236_2023-02-23_00-00\";}}'),(679,4666,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:11:{s:8:\"traveler\";s:1:\"1\";s:4:\"cost\";s:4:\"2300\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2951\";s:5:\"tname\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:8:\"datetime\";s:10:\"2023-02-23\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:13:\"Parvathareddy\";s:5:\"lname\";s:13:\"Srinivasa Rao\";s:5:\"email\";s:23:\"shadabalam727@gmail.com\";s:7:\"address\";s:20:\"Nethaji nagar colony\";s:4:\"city\";s:9:\"Hyderabad\";s:7:\"country\";s:5:\"India\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4666;s:17:\"additional_fields\";a:0:{}}'),(680,4666,'wp_travel_engine_booking_payment_status','pending'),(681,4666,'wp_travel_engine_booking_payment_method','booking_only'),(682,4666,'billing_info','a:6:{s:5:\"fname\";s:13:\"Parvathareddy\";s:5:\"lname\";s:13:\"Srinivasa Rao\";s:5:\"email\";s:23:\"shadabalam727@gmail.com\";s:7:\"address\";s:20:\"Nethaji nagar colony\";s:4:\"city\";s:9:\"Hyderabad\";s:7:\"country\";s:5:\"India\";}'),(683,4666,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:2300;s:5:\"total\";d:2300;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(684,4666,'payments','a:1:{i:0;i:4667;}'),(685,4666,'due_amount','2300'),(686,4666,'wp_travel_engine_booking_status','booked'),(687,4666,'wp_travel_engine_booking_payment_gateway','Booking Only'),(688,4666,'additional_fields','a:0:{}'),(689,4666,'_demo_importer_plus_sites_imported_post','1'),(690,4666,'_demo_importer_enable_for_batch','1'),(691,4668,'order_trips','a:1:{s:31:\"cart_2951_4236_2023-02-23_00-00\";a:11:{s:2:\"ID\";i:2951;s:5:\"title\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:4:\"cost\";d:2300;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-02-23\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"1\";}s:8:\"pax_cost\";a:1:{i:51;d:2300;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2951_4236_2023-02-23_00-00\";}}'),(692,4668,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:11:{s:8:\"traveler\";s:1:\"1\";s:4:\"cost\";s:4:\"2300\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2951\";s:5:\"tname\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:8:\"datetime\";s:10:\"2023-02-23\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:13:\"Parvathareddy\";s:5:\"lname\";s:13:\"Srinivasa Rao\";s:5:\"email\";s:23:\"shadabalam727@gmail.com\";s:7:\"address\";s:20:\"Nethaji nagar colony\";s:4:\"city\";s:9:\"Hyderabad\";s:7:\"country\";s:5:\"India\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4668;s:17:\"additional_fields\";a:0:{}}'),(693,4668,'wp_travel_engine_booking_payment_status','pending'),(694,4668,'wp_travel_engine_booking_payment_method','booking_only'),(695,4668,'billing_info','a:6:{s:5:\"fname\";s:13:\"Parvathareddy\";s:5:\"lname\";s:13:\"Srinivasa Rao\";s:5:\"email\";s:23:\"shadabalam727@gmail.com\";s:7:\"address\";s:20:\"Nethaji nagar colony\";s:4:\"city\";s:9:\"Hyderabad\";s:7:\"country\";s:5:\"India\";}'),(696,4668,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:2300;s:5:\"total\";d:2300;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(697,4668,'payments','a:1:{i:0;i:4669;}'),(698,4668,'due_amount','2300'),(699,4668,'wp_travel_engine_booking_status','booked'),(700,4668,'wp_travel_engine_booking_payment_gateway','Booking Only'),(701,4668,'additional_fields','a:0:{}'),(702,4668,'_demo_importer_plus_sites_imported_post','1'),(703,4668,'_demo_importer_enable_for_batch','1'),(704,4670,'order_trips','a:1:{s:31:\"cart_2951_4236_2023-02-23_00-00\";a:11:{s:2:\"ID\";i:2951;s:5:\"title\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:4:\"cost\";d:2300;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-02-23\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"1\";}s:8:\"pax_cost\";a:1:{i:51;d:2300;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2951_4236_2023-02-23_00-00\";}}'),(705,4670,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:11:{s:8:\"traveler\";s:1:\"1\";s:4:\"cost\";s:4:\"2300\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2951\";s:5:\"tname\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:8:\"datetime\";s:10:\"2023-02-23\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:13:\"Parvathareddy\";s:5:\"lname\";s:13:\"Srinivasa Rao\";s:5:\"email\";s:23:\"shadabalam727@gmail.com\";s:7:\"address\";s:20:\"Nethaji nagar colony\";s:4:\"city\";s:9:\"Hyderabad\";s:7:\"country\";s:5:\"India\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4670;s:17:\"additional_fields\";a:0:{}}'),(706,4670,'wp_travel_engine_booking_payment_status','pending'),(707,4670,'wp_travel_engine_booking_payment_method','booking_only'),(708,4670,'billing_info','a:6:{s:5:\"fname\";s:13:\"Parvathareddy\";s:5:\"lname\";s:13:\"Srinivasa Rao\";s:5:\"email\";s:23:\"shadabalam727@gmail.com\";s:7:\"address\";s:20:\"Nethaji nagar colony\";s:4:\"city\";s:9:\"Hyderabad\";s:7:\"country\";s:5:\"India\";}'),(709,4670,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:2300;s:5:\"total\";d:2300;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(710,4670,'payments','a:1:{i:0;i:4671;}'),(711,4670,'due_amount','2300'),(712,4670,'wp_travel_engine_booking_status','booked'),(713,4670,'wp_travel_engine_booking_payment_gateway','Booking Only'),(714,4670,'additional_fields','a:0:{}'),(715,4670,'_demo_importer_plus_sites_imported_post','1'),(716,4670,'_demo_importer_enable_for_batch','1'),(717,4672,'order_trips','a:1:{s:31:\"cart_2951_4236_2023-02-13_00-00\";a:11:{s:2:\"ID\";i:2951;s:5:\"title\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:4:\"cost\";d:2300;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-02-13\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"1\";}s:8:\"pax_cost\";a:1:{i:51;d:2300;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2951_4236_2023-02-13_00-00\";}}'),(718,4672,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:11:{s:8:\"traveler\";s:1:\"1\";s:4:\"cost\";s:4:\"2300\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2951\";s:5:\"tname\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:8:\"datetime\";s:10:\"2023-02-13\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:6:\"Zohaib\";s:5:\"lname\";s:5:\"Jawed\";s:5:\"email\";s:24:\"zohaibjawed940@gmail.com\";s:7:\"address\";s:9:\"Poonawala\";s:4:\"city\";s:7:\"Karachi\";s:7:\"country\";s:8:\"Pakistan\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4672;s:17:\"additional_fields\";a:0:{}}'),(719,4672,'wp_travel_engine_booking_payment_status','pending'),(720,4672,'wp_travel_engine_booking_payment_method','booking_only'),(721,4672,'billing_info','a:6:{s:5:\"fname\";s:6:\"Zohaib\";s:5:\"lname\";s:5:\"Jawed\";s:5:\"email\";s:24:\"zohaibjawed940@gmail.com\";s:7:\"address\";s:9:\"Poonawala\";s:4:\"city\";s:7:\"Karachi\";s:7:\"country\";s:8:\"Pakistan\";}'),(722,4672,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:2300;s:5:\"total\";d:2300;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(723,4672,'payments','a:1:{i:0;i:4674;}'),(724,4672,'due_amount','2300'),(725,4672,'wp_travel_engine_booking_status','booked'),(726,4672,'wp_travel_engine_booking_payment_gateway','Booking Only'),(727,4672,'additional_fields','a:0:{}'),(728,4672,'_demo_importer_plus_sites_imported_post','1'),(729,4672,'_demo_importer_enable_for_batch','1'),(730,4675,'order_trips','a:1:{s:31:\"cart_2956_4239_2023-02-23_00-00\";a:11:{s:2:\"ID\";i:2956;s:5:\"title\";s:31:\"Fantastic Maldives Tour Package\";s:4:\"cost\";d:1400;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-02-23\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"2\";}s:8:\"pax_cost\";a:1:{i:51;d:1400;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2956_4239_2023-02-23_00-00\";}}'),(731,4675,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:11:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:4:\"1400\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2956\";s:5:\"tname\";s:31:\"Fantastic Maldives Tour Package\";s:8:\"datetime\";s:10:\"2023-02-23\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:7:\"mustafa\";s:5:\"lname\";s:5:\"ahmed\";s:5:\"email\";s:27:\"mustafahmedsheikh@gmail.com\";s:7:\"address\";s:8:\"shahbzaz\";s:4:\"city\";s:3:\"khi\";s:7:\"country\";s:8:\"Pakistan\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"2\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4675;s:17:\"additional_fields\";a:0:{}}'),(732,4675,'wp_travel_engine_booking_payment_status','pending'),(733,4675,'wp_travel_engine_booking_payment_method','paypal_payment'),(734,4675,'billing_info','a:6:{s:5:\"fname\";s:7:\"mustafa\";s:5:\"lname\";s:5:\"ahmed\";s:5:\"email\";s:27:\"mustafahmedsheikh@gmail.com\";s:7:\"address\";s:8:\"shahbzaz\";s:4:\"city\";s:3:\"khi\";s:7:\"country\";s:8:\"Pakistan\";}'),(735,4675,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:1400;s:5:\"total\";d:1400;s:12:\"cart_partial\";d:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(736,4675,'payments','a:1:{i:0;i:4677;}'),(737,4675,'due_amount','1400'),(738,4675,'wp_travel_engine_booking_status','pending'),(739,4675,'wp_travel_engine_booking_payment_gateway','paypal_payment'),(740,4675,'additional_fields','a:0:{}'),(741,4675,'_demo_importer_plus_sites_imported_post','1'),(742,4675,'_demo_importer_enable_for_batch','1'),(743,4678,'order_trips','a:1:{s:31:\"cart_2951_4236_2023-06-09_00-00\";a:11:{s:2:\"ID\";i:2951;s:5:\"title\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:4:\"cost\";d:2300;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-06-09\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"1\";}s:8:\"pax_cost\";a:1:{i:51;d:2300;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2951_4236_2023-06-09_00-00\";}}'),(744,4678,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:11:{s:8:\"traveler\";s:1:\"1\";s:4:\"cost\";s:4:\"2300\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2951\";s:5:\"tname\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:8:\"datetime\";s:10:\"2023-06-09\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:7:\"MD SALA\";s:5:\"lname\";s:5:\"UDDIN\";s:5:\"email\";s:21:\"talhatayeeb@gmail.com\";s:7:\"address\";s:73:\"548/C Rasulpur Chand Masjid Road (Tenari Pukur Par) Kamrangir Char, Dhaka\";s:4:\"city\";s:5:\"Dhaka\";s:7:\"country\";s:10:\"Bangladesh\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4678;s:17:\"additional_fields\";a:0:{}}'),(745,4678,'wp_travel_engine_booking_payment_status','voucher-waiting'),(746,4678,'wp_travel_engine_booking_payment_method','direct_bank_transfer'),(747,4678,'billing_info','a:6:{s:5:\"fname\";s:7:\"MD SALA\";s:5:\"lname\";s:5:\"UDDIN\";s:5:\"email\";s:21:\"talhatayeeb@gmail.com\";s:7:\"address\";s:73:\"548/C Rasulpur Chand Masjid Road (Tenari Pukur Par) Kamrangir Char, Dhaka\";s:4:\"city\";s:5:\"Dhaka\";s:7:\"country\";s:10:\"Bangladesh\";}'),(748,4678,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:2300;s:5:\"total\";d:2300;s:12:\"cart_partial\";d:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(749,4678,'payments','a:1:{i:0;i:4680;}'),(750,4678,'due_amount','2300'),(751,4678,'wp_travel_engine_booking_status','pending'),(752,4678,'wp_travel_engine_booking_payment_gateway','Direct Bank Transfer'),(753,4678,'additional_fields','a:0:{}'),(754,4678,'_demo_importer_plus_sites_imported_post','1'),(755,4678,'_demo_importer_enable_for_batch','1'),(756,4681,'order_trips','a:1:{s:31:\"cart_2956_4239_2023-02-23_00-00\";a:11:{s:2:\"ID\";i:2956;s:5:\"title\";s:31:\"Fantastic Maldives Tour Package\";s:4:\"cost\";d:1150;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-02-23\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"1\";i:53;s:1:\"1\";}s:8:\"pax_cost\";a:2:{i:51;d:700;i:53;d:450;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2956_4239_2023-02-23_00-00\";}}'),(757,4681,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:12:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:4:\"1150\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2956\";s:5:\"tname\";s:31:\"Fantastic Maldives Tour Package\";s:8:\"datetime\";s:10:\"2023-02-23\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:5:\"teste\";s:5:\"lname\";s:5:\"teste\";s:5:\"email\";s:14:\"test@gmail.com\";s:7:\"address\";s:8:\"fdfds ,4\";s:4:\"city\";s:8:\"dsdsadas\";s:7:\"country\";s:9:\"Australia\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:5:\"Child\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4681;s:17:\"additional_fields\";a:0:{}}'),(758,4681,'wp_travel_engine_booking_payment_status','pending'),(759,4681,'wp_travel_engine_booking_payment_method','booking_only'),(760,4681,'billing_info','a:6:{s:5:\"fname\";s:5:\"teste\";s:5:\"lname\";s:5:\"teste\";s:5:\"email\";s:14:\"test@gmail.com\";s:7:\"address\";s:8:\"fdfds ,4\";s:4:\"city\";s:8:\"dsdsadas\";s:7:\"country\";s:9:\"Australia\";}'),(761,4681,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:1150;s:5:\"total\";d:1150;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(762,4681,'payments','a:1:{i:0;i:4682;}'),(763,4681,'due_amount','1150'),(764,4681,'wp_travel_engine_booking_status','booked'),(765,4681,'wp_travel_engine_booking_payment_gateway','Booking Only'),(766,4681,'additional_fields','a:0:{}'),(767,4681,'_demo_importer_plus_sites_imported_post','1'),(768,4681,'_demo_importer_enable_for_batch','1'),(769,4683,'order_trips','a:1:{s:31:\"cart_2957_4238_2023-02-23_00-00\";a:11:{s:2:\"ID\";i:2957;s:5:\"title\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:4:\"cost\";d:2200;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-02-23\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"2\";}s:8:\"pax_cost\";a:1:{i:51;d:2200;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2957_4238_2023-02-23_00-00\";}}'),(770,4683,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:11:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:4:\"2200\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2957\";s:5:\"tname\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:8:\"datetime\";s:10:\"2023-02-23\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:7:\"youssef\";s:5:\"lname\";s:9:\"kherdioui\";s:5:\"email\";s:14:\"test@gmail.com\";s:7:\"address\";s:34:\"nr 159 hay guich oudayas dakhla 07\";s:4:\"city\";s:5:\"rabat\";s:7:\"country\";s:7:\"Morocco\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"2\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4683;s:17:\"additional_fields\";a:0:{}}'),(771,4683,'wp_travel_engine_booking_payment_status','pending'),(772,4683,'wp_travel_engine_booking_payment_method','booking_only'),(773,4683,'billing_info','a:6:{s:5:\"fname\";s:7:\"youssef\";s:5:\"lname\";s:9:\"kherdioui\";s:5:\"email\";s:14:\"test@gmail.com\";s:7:\"address\";s:34:\"nr 159 hay guich oudayas dakhla 07\";s:4:\"city\";s:5:\"rabat\";s:7:\"country\";s:7:\"Morocco\";}'),(774,4683,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:2200;s:5:\"total\";d:2200;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(775,4683,'payments','a:1:{i:0;i:4684;}'),(776,4683,'due_amount','2200'),(777,4683,'wp_travel_engine_booking_status','booked'),(778,4683,'wp_travel_engine_booking_payment_gateway','Booking Only'),(779,4683,'additional_fields','a:0:{}'),(780,4683,'_demo_importer_plus_sites_imported_post','1'),(781,4683,'_demo_importer_enable_for_batch','1'),(782,4685,'order_trips','a:1:{s:31:\"cart_2951_4242_2023-03-14_00-00\";a:11:{s:2:\"ID\";i:2951;s:5:\"title\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:4:\"cost\";d:6900;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-03-14\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"2\";i:53;s:1:\"1\";}s:8:\"pax_cost\";a:2:{i:51;d:5000;i:53;d:1900;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2951_4242_2023-03-14_00-00\";}}'),(783,4685,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:12:{s:8:\"traveler\";s:1:\"3\";s:4:\"cost\";s:4:\"6900\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2951\";s:5:\"tname\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:8:\"datetime\";s:10:\"2023-03-14\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:7:\"Mostafa\";s:5:\"lname\";s:5:\"Tayea\";s:5:\"email\";s:23:\"mostafa.tayea@yahoo.com\";s:7:\"address\";s:9:\"asdasdsad\";s:4:\"city\";s:5:\"cairo\";s:7:\"country\";s:5:\"Egypt\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"2\";s:5:\"Child\";s:1:\"1\";s:12:\"trip_package\";s:6:\"Luxury\";}i:0;i:4685;s:17:\"additional_fields\";a:0:{}}'),(784,4685,'wp_travel_engine_booking_payment_status','pending'),(785,4685,'wp_travel_engine_booking_payment_method','booking_only'),(786,4685,'billing_info','a:6:{s:5:\"fname\";s:7:\"Mostafa\";s:5:\"lname\";s:5:\"Tayea\";s:5:\"email\";s:23:\"mostafa.tayea@yahoo.com\";s:7:\"address\";s:9:\"asdasdsad\";s:4:\"city\";s:5:\"cairo\";s:7:\"country\";s:5:\"Egypt\";}'),(787,4685,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:6900;s:5:\"total\";d:6900;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(788,4685,'payments','a:1:{i:0;i:4687;}'),(789,4685,'due_amount','6900'),(790,4685,'wp_travel_engine_booking_status','booked'),(791,4685,'wp_travel_engine_booking_payment_gateway','Booking Only'),(792,4685,'additional_fields','a:0:{}'),(793,4685,'_demo_importer_plus_sites_imported_post','1'),(794,4685,'_demo_importer_enable_for_batch','1'),(795,4688,'order_trips','a:1:{s:31:\"cart_2948_4247_2023-02-21_00-00\";a:11:{s:2:\"ID\";i:2948;s:5:\"title\";s:24:\"Ghorepani Poon Hill Trek\";s:4:\"cost\";d:950;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-02-21\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"2\";i:53;s:1:\"1\";}s:8:\"pax_cost\";a:2:{i:51;d:700;i:53;d:250;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2948_4247_2023-02-21_00-00\";}}'),(796,4688,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:12:{s:8:\"traveler\";s:1:\"3\";s:4:\"cost\";s:3:\"950\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2948\";s:5:\"tname\";s:24:\"Ghorepani Poon Hill Trek\";s:8:\"datetime\";s:10:\"2023-02-21\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:7:\"Mostafa\";s:5:\"lname\";s:5:\"Tayea\";s:5:\"email\";s:23:\"mostafa.tayea@yahoo.com\";s:7:\"address\";s:9:\"asdasdsad\";s:4:\"city\";s:5:\"cairo\";s:7:\"country\";s:5:\"Egypt\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"2\";s:5:\"Child\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4688;s:17:\"additional_fields\";a:0:{}}'),(797,4688,'wp_travel_engine_booking_payment_status','pending'),(798,4688,'wp_travel_engine_booking_payment_method','booking_only'),(799,4688,'billing_info','a:6:{s:5:\"fname\";s:7:\"Mostafa\";s:5:\"lname\";s:5:\"Tayea\";s:5:\"email\";s:23:\"mostafa.tayea@yahoo.com\";s:7:\"address\";s:9:\"asdasdsad\";s:4:\"city\";s:5:\"cairo\";s:7:\"country\";s:5:\"Egypt\";}'),(800,4688,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:950;s:5:\"total\";d:950;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(801,4688,'payments','a:1:{i:0;i:4689;}'),(802,4688,'due_amount','950'),(803,4688,'wp_travel_engine_booking_status','booked'),(804,4688,'wp_travel_engine_booking_payment_gateway','Booking Only'),(805,4688,'additional_fields','a:0:{}'),(806,4688,'_wxr_import_user_slug','mostafa.tayea@yahoo.com'),(807,4688,'_demo_importer_plus_sites_imported_post','1'),(808,4688,'_demo_importer_enable_for_batch','1'),(809,4690,'order_trips','a:1:{s:31:\"cart_2953_4233_2023-04-13_00-00\";a:11:{s:2:\"ID\";i:2953;s:5:\"title\";s:31:\"Experience the Incredible India\";s:4:\"cost\";d:2100;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-04-13\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"2\";i:53;s:1:\"1\";}s:8:\"pax_cost\";a:2:{i:51;d:1600;i:53;d:500;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2953_4233_2023-04-13_00-00\";}}'),(810,4690,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:12:{s:8:\"traveler\";s:1:\"3\";s:4:\"cost\";s:4:\"2100\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2953\";s:5:\"tname\";s:31:\"Experience the Incredible India\";s:8:\"datetime\";s:10:\"2023-04-13\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:6:\"Andrey\";s:5:\"lname\";s:7:\"Konchev\";s:5:\"email\";s:24:\"andrey.konchev@gmail.com\";s:7:\"address\";s:43:\"41 Main Street, Streamside Unit 6, Newlands\";s:4:\"city\";s:9:\"Cape Town\";s:7:\"country\";s:12:\"South Africa\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"2\";s:5:\"Child\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4690;s:17:\"additional_fields\";a:0:{}}'),(811,4690,'wp_travel_engine_booking_payment_status','pending'),(812,4690,'wp_travel_engine_booking_payment_method','booking_only'),(813,4690,'billing_info','a:6:{s:5:\"fname\";s:6:\"Andrey\";s:5:\"lname\";s:7:\"Konchev\";s:5:\"email\";s:24:\"andrey.konchev@gmail.com\";s:7:\"address\";s:43:\"41 Main Street, Streamside Unit 6, Newlands\";s:4:\"city\";s:9:\"Cape Town\";s:7:\"country\";s:12:\"South Africa\";}'),(814,4690,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:2100;s:5:\"total\";d:2100;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(815,4690,'payments','a:1:{i:0;i:4692;}'),(816,4690,'due_amount','2100'),(817,4690,'wp_travel_engine_booking_status','booked'),(818,4690,'wp_travel_engine_booking_payment_gateway','Booking Only'),(819,4690,'additional_fields','a:0:{}'),(820,4690,'_demo_importer_plus_sites_imported_post','1'),(821,4690,'_demo_importer_enable_for_batch','1'),(822,4693,'order_trips','a:1:{s:31:\"cart_2956_4239_2023-02-24_00-00\";a:11:{s:2:\"ID\";i:2956;s:5:\"title\";s:31:\"Fantastic Maldives Tour Package\";s:4:\"cost\";d:700;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-02-24\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"1\";}s:8:\"pax_cost\";a:1:{i:51;d:700;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2956_4239_2023-02-24_00-00\";}}'),(823,4693,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:11:{s:8:\"traveler\";s:1:\"1\";s:4:\"cost\";s:3:\"700\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2956\";s:5:\"tname\";s:31:\"Fantastic Maldives Tour Package\";s:8:\"datetime\";s:10:\"2023-02-24\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:5:\"halil\";s:5:\"lname\";s:7:\"tokgöz\";s:5:\"email\";s:20:\"bleu-way@hotmail.com\";s:7:\"address\";s:64:\"Güllerpınarı mahallesi ahmet tokuş bulvarı akay apt no 25/b\";s:4:\"city\";s:7:\"antalya\";s:7:\"country\";s:6:\"Turkey\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4693;s:17:\"additional_fields\";a:0:{}}'),(824,4693,'wp_travel_engine_booking_payment_status','pending'),(825,4693,'wp_travel_engine_booking_payment_method','booking_only'),(826,4693,'billing_info','a:6:{s:5:\"fname\";s:5:\"halil\";s:5:\"lname\";s:7:\"tokgöz\";s:5:\"email\";s:20:\"bleu-way@hotmail.com\";s:7:\"address\";s:64:\"Güllerpınarı mahallesi ahmet tokuş bulvarı akay apt no 25/b\";s:4:\"city\";s:7:\"antalya\";s:7:\"country\";s:6:\"Turkey\";}'),(827,4693,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:700;s:5:\"total\";d:700;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(828,4693,'payments','a:1:{i:0;i:4695;}'),(829,4693,'due_amount','700'),(830,4693,'wp_travel_engine_booking_status','booked'),(831,4693,'wp_travel_engine_booking_payment_gateway','Booking Only'),(832,4693,'additional_fields','a:0:{}'),(833,4693,'_demo_importer_plus_sites_imported_post','1'),(834,4693,'_demo_importer_enable_for_batch','1'),(835,4696,'order_trips','a:1:{s:31:\"cart_2956_4239_2023-02-24_00-00\";a:11:{s:2:\"ID\";i:2956;s:5:\"title\";s:31:\"Fantastic Maldives Tour Package\";s:4:\"cost\";d:700;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-02-24\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"1\";}s:8:\"pax_cost\";a:1:{i:51;d:700;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2956_4239_2023-02-24_00-00\";}}'),(836,4696,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:11:{s:8:\"traveler\";s:1:\"1\";s:4:\"cost\";s:3:\"700\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2956\";s:5:\"tname\";s:31:\"Fantastic Maldives Tour Package\";s:8:\"datetime\";s:10:\"2023-02-24\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:5:\"halil\";s:5:\"lname\";s:7:\"tokgöz\";s:5:\"email\";s:20:\"bleu-way@hotmail.com\";s:7:\"address\";s:64:\"Güllerpınarı mahallesi ahmet tokuş bulvarı akay apt no 25/b\";s:4:\"city\";s:7:\"antalya\";s:7:\"country\";s:6:\"Turkey\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4696;s:17:\"additional_fields\";a:0:{}}'),(837,4696,'wp_travel_engine_booking_payment_status','voucher-waiting'),(838,4696,'wp_travel_engine_booking_payment_method','direct_bank_transfer'),(839,4696,'billing_info','a:6:{s:5:\"fname\";s:5:\"halil\";s:5:\"lname\";s:7:\"tokgöz\";s:5:\"email\";s:20:\"bleu-way@hotmail.com\";s:7:\"address\";s:64:\"Güllerpınarı mahallesi ahmet tokuş bulvarı akay apt no 25/b\";s:4:\"city\";s:7:\"antalya\";s:7:\"country\";s:6:\"Turkey\";}'),(840,4696,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:700;s:5:\"total\";d:700;s:12:\"cart_partial\";d:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(841,4696,'payments','a:1:{i:0;i:4697;}'),(842,4696,'due_amount','700'),(843,4696,'wp_travel_engine_booking_status','pending'),(844,4696,'wp_travel_engine_booking_payment_gateway','Direct Bank Transfer'),(845,4696,'additional_fields','a:0:{}'),(846,4696,'_demo_importer_plus_sites_imported_post','1'),(847,4696,'_demo_importer_enable_for_batch','1'),(848,4698,'order_trips','a:1:{s:31:\"cart_2954_4235_2023-02-24_00-00\";a:11:{s:2:\"ID\";i:2954;s:5:\"title\";s:51:\"Bhutan Cultural Tour: Explore the Himalayan Kingdom\";s:4:\"cost\";d:4600;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-02-24\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"2\";i:53;s:1:\"1\";}s:8:\"pax_cost\";a:2:{i:51;d:3400;i:53;d:1200;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2954_4235_2023-02-24_00-00\";}}'),(849,4698,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:12:{s:8:\"traveler\";s:1:\"3\";s:4:\"cost\";s:4:\"4600\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2954\";s:5:\"tname\";s:51:\"Bhutan Cultural Tour: Explore the Himalayan Kingdom\";s:8:\"datetime\";s:10:\"2023-02-24\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:4:\"svdv\";s:5:\"lname\";s:7:\"sdvddvs\";s:5:\"email\";s:12:\"dsvds@dd.com\";s:7:\"address\";s:8:\"asfas 17\";s:4:\"city\";s:5:\"paris\";s:7:\"country\";s:7:\"Austria\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"2\";s:5:\"Child\";s:1:\"1\";s:12:\"trip_package\";s:6:\"Luxury\";}i:0;i:4698;s:17:\"additional_fields\";a:0:{}}'),(850,4698,'wp_travel_engine_booking_payment_status','pending'),(851,4698,'wp_travel_engine_booking_payment_method','paypal_payment'),(852,4698,'billing_info','a:6:{s:5:\"fname\";s:4:\"svdv\";s:5:\"lname\";s:7:\"sdvddvs\";s:5:\"email\";s:12:\"dsvds@dd.com\";s:7:\"address\";s:8:\"asfas 17\";s:4:\"city\";s:5:\"paris\";s:7:\"country\";s:7:\"Austria\";}'),(853,4698,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:4600;s:5:\"total\";d:4600;s:12:\"cart_partial\";d:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(854,4698,'payments','a:1:{i:0;i:4700;}'),(855,4698,'due_amount','4600'),(856,4698,'wp_travel_engine_booking_status','pending'),(857,4698,'wp_travel_engine_booking_payment_gateway','paypal_payment'),(858,4698,'additional_fields','a:0:{}'),(859,4698,'_demo_importer_plus_sites_imported_post','1'),(860,4698,'_demo_importer_enable_for_batch','1'),(861,4701,'order_trips','a:1:{s:31:\"cart_2954_4235_2023-02-24_00-00\";a:11:{s:2:\"ID\";i:2954;s:5:\"title\";s:51:\"Bhutan Cultural Tour: Explore the Himalayan Kingdom\";s:4:\"cost\";d:4600;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-02-24\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"2\";i:53;s:1:\"1\";}s:8:\"pax_cost\";a:2:{i:51;d:3400;i:53;d:1200;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2954_4235_2023-02-24_00-00\";}}'),(862,4701,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:12:{s:8:\"traveler\";s:1:\"3\";s:4:\"cost\";s:4:\"4600\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2954\";s:5:\"tname\";s:51:\"Bhutan Cultural Tour: Explore the Himalayan Kingdom\";s:8:\"datetime\";s:10:\"2023-02-24\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:4:\"svdv\";s:5:\"lname\";s:7:\"sdvddvs\";s:5:\"email\";s:12:\"dsvds@dd.com\";s:7:\"address\";s:8:\"asfas 17\";s:4:\"city\";s:5:\"paris\";s:7:\"country\";s:7:\"Austria\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"2\";s:5:\"Child\";s:1:\"1\";s:12:\"trip_package\";s:6:\"Luxury\";}i:0;i:4701;s:17:\"additional_fields\";a:0:{}}'),(863,4701,'wp_travel_engine_booking_payment_status','pending'),(864,4701,'wp_travel_engine_booking_payment_method','booking_only'),(865,4701,'billing_info','a:6:{s:5:\"fname\";s:4:\"svdv\";s:5:\"lname\";s:7:\"sdvddvs\";s:5:\"email\";s:12:\"dsvds@dd.com\";s:7:\"address\";s:8:\"asfas 17\";s:4:\"city\";s:5:\"paris\";s:7:\"country\";s:7:\"Austria\";}'),(866,4701,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:4600;s:5:\"total\";d:4600;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(867,4701,'payments','a:1:{i:0;i:4702;}'),(868,4701,'due_amount','4600'),(869,4701,'wp_travel_engine_booking_status','booked'),(870,4701,'wp_travel_engine_booking_payment_gateway','Booking Only'),(871,4701,'additional_fields','a:0:{}'),(872,4701,'_demo_importer_plus_sites_imported_post','1'),(873,4701,'_demo_importer_enable_for_batch','1'),(874,4703,'order_trips','a:1:{s:31:\"cart_2954_4235_2023-02-23_00-00\";a:11:{s:2:\"ID\";i:2954;s:5:\"title\";s:51:\"Bhutan Cultural Tour: Explore the Himalayan Kingdom\";s:4:\"cost\";d:4600;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-02-23\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"2\";i:53;s:1:\"1\";}s:8:\"pax_cost\";a:2:{i:51;d:3400;i:53;d:1200;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2954_4235_2023-02-23_00-00\";}}'),(875,4703,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:12:{s:8:\"traveler\";s:1:\"3\";s:4:\"cost\";s:4:\"4600\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2954\";s:5:\"tname\";s:51:\"Bhutan Cultural Tour: Explore the Himalayan Kingdom\";s:8:\"datetime\";s:10:\"2023-02-23\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:7:\"dfdffdg\";s:5:\"lname\";s:8:\"dfbdfbdf\";s:5:\"email\";s:15:\"fdbfd@gmail.com\";s:7:\"address\";s:8:\"sdgsg 19\";s:4:\"city\";s:5:\"paris\";s:7:\"country\";s:7:\"Austria\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"2\";s:5:\"Child\";s:1:\"1\";s:12:\"trip_package\";s:6:\"Luxury\";}i:0;i:4703;s:17:\"additional_fields\";a:0:{}}'),(876,4703,'wp_travel_engine_booking_payment_status','pending'),(877,4703,'wp_travel_engine_booking_payment_method','paypal_payment'),(878,4703,'billing_info','a:6:{s:5:\"fname\";s:7:\"dfdffdg\";s:5:\"lname\";s:8:\"dfbdfbdf\";s:5:\"email\";s:15:\"fdbfd@gmail.com\";s:7:\"address\";s:8:\"sdgsg 19\";s:4:\"city\";s:5:\"paris\";s:7:\"country\";s:7:\"Austria\";}'),(879,4703,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:4600;s:5:\"total\";d:4600;s:12:\"cart_partial\";d:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(880,4703,'payments','a:1:{i:0;i:4705;}'),(881,4703,'due_amount','4600'),(882,4703,'wp_travel_engine_booking_status','pending'),(883,4703,'wp_travel_engine_booking_payment_gateway','paypal_payment'),(884,4703,'additional_fields','a:0:{}'),(885,4703,'_demo_importer_plus_sites_imported_post','1'),(886,4703,'_demo_importer_enable_for_batch','1'),(887,4706,'order_trips','a:1:{s:31:\"cart_2954_4235_2023-02-23_00-00\";a:11:{s:2:\"ID\";i:2954;s:5:\"title\";s:51:\"Bhutan Cultural Tour: Explore the Himalayan Kingdom\";s:4:\"cost\";d:4600;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-02-23\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"2\";i:53;s:1:\"1\";}s:8:\"pax_cost\";a:2:{i:51;d:3400;i:53;d:1200;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2954_4235_2023-02-23_00-00\";}}'),(888,4706,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:12:{s:8:\"traveler\";s:1:\"3\";s:4:\"cost\";s:4:\"4600\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2954\";s:5:\"tname\";s:51:\"Bhutan Cultural Tour: Explore the Himalayan Kingdom\";s:8:\"datetime\";s:10:\"2023-02-23\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:7:\"zzzzzzz\";s:5:\"lname\";s:6:\"zzzzzz\";s:5:\"email\";s:16:\"zzzzzz@gmail.com\";s:7:\"address\";s:6:\"aaa 19\";s:4:\"city\";s:5:\"paris\";s:7:\"country\";s:7:\"Austria\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"2\";s:5:\"Child\";s:1:\"1\";s:12:\"trip_package\";s:6:\"Luxury\";}i:0;i:4706;s:17:\"additional_fields\";a:0:{}}'),(889,4706,'wp_travel_engine_booking_payment_status','pending'),(890,4706,'wp_travel_engine_booking_payment_method','paypal_payment'),(891,4706,'billing_info','a:6:{s:5:\"fname\";s:7:\"zzzzzzz\";s:5:\"lname\";s:6:\"zzzzzz\";s:5:\"email\";s:16:\"zzzzzz@gmail.com\";s:7:\"address\";s:6:\"aaa 19\";s:4:\"city\";s:5:\"paris\";s:7:\"country\";s:7:\"Austria\";}'),(892,4706,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:4600;s:5:\"total\";d:4600;s:12:\"cart_partial\";d:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(893,4706,'payments','a:1:{i:0;i:4708;}'),(894,4706,'due_amount','4600'),(895,4706,'wp_travel_engine_booking_status','pending'),(896,4706,'wp_travel_engine_booking_payment_gateway','paypal_payment'),(897,4706,'additional_fields','a:0:{}'),(898,4706,'_demo_importer_plus_sites_imported_post','1'),(899,4706,'_demo_importer_enable_for_batch','1'),(900,4709,'order_trips','a:1:{s:31:\"cart_2951_4236_2023-02-28_00-00\";a:11:{s:2:\"ID\";i:2951;s:5:\"title\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:4:\"cost\";d:2300;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-02-28\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"1\";}s:8:\"pax_cost\";a:1:{i:51;d:2300;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2951_4236_2023-02-28_00-00\";}}'),(901,4709,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:11:{s:8:\"traveler\";s:1:\"1\";s:4:\"cost\";s:4:\"2300\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2951\";s:5:\"tname\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:8:\"datetime\";s:10:\"2023-02-28\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:9:\"hgjfyhgyf\";s:5:\"lname\";s:6:\"fhghgf\";s:5:\"email\";s:10:\"kas@kas.tn\";s:7:\"address\";s:11:\"cfgvgcfcgfv\";s:4:\"city\";s:6:\"vbccvb\";s:7:\"country\";s:7:\"Armenia\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4709;s:17:\"additional_fields\";a:0:{}}'),(902,4709,'wp_travel_engine_booking_payment_status','pending'),(903,4709,'wp_travel_engine_booking_payment_method','booking_only'),(904,4709,'billing_info','a:6:{s:5:\"fname\";s:9:\"hgjfyhgyf\";s:5:\"lname\";s:6:\"fhghgf\";s:5:\"email\";s:10:\"kas@kas.tn\";s:7:\"address\";s:11:\"cfgvgcfcgfv\";s:4:\"city\";s:6:\"vbccvb\";s:7:\"country\";s:7:\"Armenia\";}'),(905,4709,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:2300;s:5:\"total\";d:2300;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(906,4709,'payments','a:1:{i:0;i:4711;}'),(907,4709,'due_amount','2300'),(908,4709,'wp_travel_engine_booking_status','booked'),(909,4709,'wp_travel_engine_booking_payment_gateway','Booking Only'),(910,4709,'additional_fields','a:0:{}'),(911,4709,'_wxr_import_user_slug','kais'),(912,4709,'_demo_importer_plus_sites_imported_post','1'),(913,4709,'_demo_importer_enable_for_batch','1'),(914,4712,'order_trips','a:1:{s:31:\"cart_2951_4236_2023-03-08_00-00\";a:11:{s:2:\"ID\";i:2951;s:5:\"title\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:4:\"cost\";d:2300;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-03-08\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"1\";}s:8:\"pax_cost\";a:1:{i:51;d:2300;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2951_4236_2023-03-08_00-00\";}}'),(915,4712,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:11:{s:8:\"traveler\";s:1:\"1\";s:4:\"cost\";s:4:\"2300\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2951\";s:5:\"tname\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:8:\"datetime\";s:10:\"2023-03-08\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:10:\"gaganpreet\";s:5:\"lname\";s:5:\"singh\";s:5:\"email\";s:23:\"relaxingsutra@gmail.com\";s:7:\"address\";s:15:\"nit 5 Faridabad\";s:4:\"city\";s:9:\"Faridabad\";s:7:\"country\";s:5:\"India\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4712;s:17:\"additional_fields\";a:0:{}}'),(916,4712,'wp_travel_engine_booking_payment_status','pending'),(917,4712,'wp_travel_engine_booking_payment_method','booking_only'),(918,4712,'billing_info','a:6:{s:5:\"fname\";s:10:\"gaganpreet\";s:5:\"lname\";s:5:\"singh\";s:5:\"email\";s:23:\"relaxingsutra@gmail.com\";s:7:\"address\";s:15:\"nit 5 Faridabad\";s:4:\"city\";s:9:\"Faridabad\";s:7:\"country\";s:5:\"India\";}'),(919,4712,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:2300;s:5:\"total\";d:2300;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(920,4712,'payments','a:1:{i:0;i:4714;}'),(921,4712,'due_amount','2300'),(922,4712,'wp_travel_engine_booking_status','booked'),(923,4712,'wp_travel_engine_booking_payment_gateway','Booking Only'),(924,4712,'additional_fields','a:0:{}'),(925,4712,'_demo_importer_plus_sites_imported_post','1'),(926,4712,'_demo_importer_enable_for_batch','1'),(927,4715,'order_trips','a:1:{s:31:\"cart_2953_4233_2023-03-03_00-00\";a:11:{s:2:\"ID\";i:2953;s:5:\"title\";s:31:\"Experience the Incredible India\";s:4:\"cost\";d:800;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-03-03\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"1\";}s:8:\"pax_cost\";a:1:{i:51;d:800;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2953_4233_2023-03-03_00-00\";}}'),(928,4715,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:11:{s:8:\"traveler\";s:1:\"1\";s:4:\"cost\";s:3:\"800\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2953\";s:5:\"tname\";s:31:\"Experience the Incredible India\";s:8:\"datetime\";s:10:\"2023-03-03\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:1:\"N\";s:5:\"lname\";s:1:\"M\";s:5:\"email\";s:12:\"MM@GMAIL.COM\";s:7:\"address\";s:1:\"J\";s:4:\"city\";s:2:\"HH\";s:7:\"country\";s:4:\"Iraq\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4715;s:17:\"additional_fields\";a:0:{}}'),(929,4715,'wp_travel_engine_booking_payment_status','voucher-waiting'),(930,4715,'wp_travel_engine_booking_payment_method','direct_bank_transfer'),(931,4715,'billing_info','a:6:{s:5:\"fname\";s:1:\"N\";s:5:\"lname\";s:1:\"M\";s:5:\"email\";s:12:\"MM@GMAIL.COM\";s:7:\"address\";s:1:\"J\";s:4:\"city\";s:2:\"HH\";s:7:\"country\";s:4:\"Iraq\";}'),(932,4715,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:800;s:5:\"total\";d:800;s:12:\"cart_partial\";d:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(933,4715,'payments','a:1:{i:0;i:4717;}'),(934,4715,'due_amount','800'),(935,4715,'wp_travel_engine_booking_status','pending'),(936,4715,'wp_travel_engine_booking_payment_gateway','Direct Bank Transfer'),(937,4715,'additional_fields','a:0:{}'),(938,4715,'_demo_importer_plus_sites_imported_post','1'),(939,4715,'_demo_importer_enable_for_batch','1'),(940,4718,'order_trips','a:1:{s:31:\"cart_2956_4239_2023-03-03_00-00\";a:11:{s:2:\"ID\";i:2956;s:5:\"title\";s:31:\"Fantastic Maldives Tour Package\";s:4:\"cost\";d:700;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-03-03\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"1\";}s:8:\"pax_cost\";a:1:{i:51;d:700;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2956_4239_2023-03-03_00-00\";}}'),(941,4718,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:11:{s:8:\"traveler\";s:1:\"1\";s:4:\"cost\";s:3:\"700\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2956\";s:5:\"tname\";s:31:\"Fantastic Maldives Tour Package\";s:8:\"datetime\";s:10:\"2023-03-03\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:4:\"Test\";s:5:\"lname\";s:4:\"Test\";s:5:\"email\";s:19:\"econmanas@gmail.com\";s:7:\"address\";s:6:\"5uhhrt\";s:4:\"city\";s:5:\"Gtunb\";s:7:\"country\";s:6:\"Brunei\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4718;s:17:\"additional_fields\";a:0:{}}'),(942,4718,'wp_travel_engine_booking_payment_status','pending'),(943,4718,'wp_travel_engine_booking_payment_method','booking_only'),(944,4718,'billing_info','a:6:{s:5:\"fname\";s:4:\"Test\";s:5:\"lname\";s:4:\"Test\";s:5:\"email\";s:19:\"econmanas@gmail.com\";s:7:\"address\";s:6:\"5uhhrt\";s:4:\"city\";s:5:\"Gtunb\";s:7:\"country\";s:6:\"Brunei\";}'),(945,4718,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:700;s:5:\"total\";d:700;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(946,4718,'payments','a:1:{i:0;i:4720;}'),(947,4718,'due_amount','700'),(948,4718,'wp_travel_engine_booking_status','booked'),(949,4718,'wp_travel_engine_booking_payment_gateway','Booking Only'),(950,4718,'additional_fields','a:0:{}'),(951,4718,'_demo_importer_plus_sites_imported_post','1'),(952,4718,'_demo_importer_enable_for_batch','1'),(953,4721,'order_trips','a:1:{s:31:\"cart_2953_4233_2023-03-16_00-00\";a:11:{s:2:\"ID\";i:2953;s:5:\"title\";s:31:\"Experience the Incredible India\";s:4:\"cost\";d:1300;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-03-16\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"1\";i:53;s:1:\"1\";}s:8:\"pax_cost\";a:2:{i:51;d:800;i:53;d:500;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2953_4233_2023-03-16_00-00\";}}'),(954,4721,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:12:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:4:\"1300\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2953\";s:5:\"tname\";s:31:\"Experience the Incredible India\";s:8:\"datetime\";s:10:\"2023-03-16\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:2:\"cs\";s:5:\"lname\";s:8:\"Mustapha\";s:5:\"email\";s:18:\"imzoohan@gmail.com\";s:7:\"address\";s:6:\"agadir\";s:4:\"city\";s:6:\"agadir\";s:7:\"country\";s:10:\"Bangladesh\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:5:\"Child\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4721;s:17:\"additional_fields\";a:0:{}}'),(955,4721,'wp_travel_engine_booking_payment_status','pending'),(956,4721,'wp_travel_engine_booking_payment_method','booking_only'),(957,4721,'billing_info','a:6:{s:5:\"fname\";s:2:\"cs\";s:5:\"lname\";s:8:\"Mustapha\";s:5:\"email\";s:18:\"imzoohan@gmail.com\";s:7:\"address\";s:6:\"agadir\";s:4:\"city\";s:6:\"agadir\";s:7:\"country\";s:10:\"Bangladesh\";}'),(958,4721,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:1300;s:5:\"total\";d:1300;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(959,4721,'payments','a:1:{i:0;i:4723;}'),(960,4721,'due_amount','1300'),(961,4721,'wp_travel_engine_booking_status','booked'),(962,4721,'wp_travel_engine_booking_payment_gateway','Booking Only'),(963,4721,'additional_fields','a:0:{}'),(964,4721,'_demo_importer_plus_sites_imported_post','1'),(965,4721,'_demo_importer_enable_for_batch','1'),(966,4724,'order_trips','a:1:{s:31:\"cart_2957_4238_2023-03-24_00-00\";a:11:{s:2:\"ID\";i:2957;s:5:\"title\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:4:\"cost\";d:1600;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-03-24\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"1\";i:53;s:1:\"1\";}s:8:\"pax_cost\";a:2:{i:51;d:1100;i:53;d:500;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2957_4238_2023-03-24_00-00\";}}'),(967,4724,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:12:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:4:\"1600\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2957\";s:5:\"tname\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:8:\"datetime\";s:10:\"2023-03-24\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:7:\"asafsaf\";s:5:\"lname\";s:9:\"sfsdfdsfs\";s:5:\"email\";s:18:\"sdfsdfsd@gmail.com\";s:7:\"address\";s:10:\"sadfsdfsdf\";s:4:\"city\";s:8:\"sdfsdfds\";s:7:\"country\";s:8:\"Anguilla\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:5:\"Child\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4724;s:17:\"additional_fields\";a:0:{}}'),(968,4724,'wp_travel_engine_booking_payment_status','pending'),(969,4724,'wp_travel_engine_booking_payment_method','booking_only'),(970,4724,'billing_info','a:6:{s:5:\"fname\";s:7:\"asafsaf\";s:5:\"lname\";s:9:\"sfsdfdsfs\";s:5:\"email\";s:18:\"sdfsdfsd@gmail.com\";s:7:\"address\";s:10:\"sadfsdfsdf\";s:4:\"city\";s:8:\"sdfsdfds\";s:7:\"country\";s:8:\"Anguilla\";}'),(971,4724,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:1600;s:5:\"total\";d:1600;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(972,4724,'payments','a:1:{i:0;i:4726;}'),(973,4724,'due_amount','1600'),(974,4724,'wp_travel_engine_booking_status','booked'),(975,4724,'wp_travel_engine_booking_payment_gateway','Booking Only'),(976,4724,'additional_fields','a:0:{}'),(977,4724,'_demo_importer_plus_sites_imported_post','1'),(978,4724,'_demo_importer_enable_for_batch','1'),(979,4727,'order_trips','a:1:{s:31:\"cart_2953_4233_2023-03-15_00-00\";a:11:{s:2:\"ID\";i:2953;s:5:\"title\";s:31:\"Experience the Incredible India\";s:4:\"cost\";d:1300;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-03-15\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"1\";i:53;s:1:\"1\";}s:8:\"pax_cost\";a:2:{i:51;d:800;i:53;d:500;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2953_4233_2023-03-15_00-00\";}}'),(980,4727,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:12:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:4:\"1300\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2953\";s:5:\"tname\";s:31:\"Experience the Incredible India\";s:8:\"datetime\";s:10:\"2023-03-15\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:3:\"asd\";s:5:\"lname\";s:3:\"asd\";s:5:\"email\";s:11:\"asd@asd.com\";s:7:\"address\";s:3:\"asd\";s:4:\"city\";s:3:\"asd\";s:7:\"country\";s:9:\"Australia\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:5:\"Child\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4727;s:17:\"additional_fields\";a:0:{}}'),(981,4727,'wp_travel_engine_booking_payment_status','pending'),(982,4727,'wp_travel_engine_booking_payment_method','paypal_payment'),(983,4727,'billing_info','a:6:{s:5:\"fname\";s:3:\"asd\";s:5:\"lname\";s:3:\"asd\";s:5:\"email\";s:11:\"asd@asd.com\";s:7:\"address\";s:3:\"asd\";s:4:\"city\";s:3:\"asd\";s:7:\"country\";s:9:\"Australia\";}'),(984,4727,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:1300;s:5:\"total\";d:1300;s:12:\"cart_partial\";d:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(985,4727,'payments','a:1:{i:0;i:4729;}'),(986,4727,'due_amount','1300'),(987,4727,'wp_travel_engine_booking_status','pending'),(988,4727,'wp_travel_engine_booking_payment_gateway','paypal_payment'),(989,4727,'additional_fields','a:0:{}'),(990,4727,'_wxr_import_user_slug','asd'),(991,4727,'_demo_importer_plus_sites_imported_post','1'),(992,4727,'_demo_importer_enable_for_batch','1'),(993,4730,'order_trips','a:1:{s:31:\"cart_2953_4233_2023-03-15_00-00\";a:11:{s:2:\"ID\";i:2953;s:5:\"title\";s:31:\"Experience the Incredible India\";s:4:\"cost\";d:1300;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-03-15\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"1\";i:53;s:1:\"1\";}s:8:\"pax_cost\";a:2:{i:51;d:800;i:53;d:500;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2953_4233_2023-03-15_00-00\";}}'),(994,4730,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:12:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:4:\"1300\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2953\";s:5:\"tname\";s:31:\"Experience the Incredible India\";s:8:\"datetime\";s:10:\"2023-03-15\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:3:\"asd\";s:5:\"lname\";s:3:\"asd\";s:5:\"email\";s:11:\"asd@asd.com\";s:7:\"address\";s:3:\"asd\";s:4:\"city\";s:3:\"asd\";s:7:\"country\";s:9:\"Australia\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:5:\"Child\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4730;s:17:\"additional_fields\";a:0:{}}'),(995,4730,'wp_travel_engine_booking_payment_status','voucher-waiting'),(996,4730,'wp_travel_engine_booking_payment_method','direct_bank_transfer'),(997,4730,'billing_info','a:6:{s:5:\"fname\";s:3:\"asd\";s:5:\"lname\";s:3:\"asd\";s:5:\"email\";s:11:\"asd@asd.com\";s:7:\"address\";s:3:\"asd\";s:4:\"city\";s:3:\"asd\";s:7:\"country\";s:9:\"Australia\";}'),(998,4730,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:1300;s:5:\"total\";d:1300;s:12:\"cart_partial\";d:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(999,4730,'payments','a:1:{i:0;i:4731;}'),(1000,4730,'due_amount','1300'),(1001,4730,'wp_travel_engine_booking_status','pending'),(1002,4730,'wp_travel_engine_booking_payment_gateway','Direct Bank Transfer'),(1003,4730,'additional_fields','a:0:{}'),(1004,4730,'_wxr_import_user_slug','asd'),(1005,4730,'_demo_importer_plus_sites_imported_post','1'),(1006,4730,'_demo_importer_enable_for_batch','1'),(1007,4732,'order_trips','a:1:{s:31:\"cart_2953_4233_2023-03-15_00-00\";a:11:{s:2:\"ID\";i:2953;s:5:\"title\";s:31:\"Experience the Incredible India\";s:4:\"cost\";d:1300;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-03-15\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"1\";i:53;s:1:\"1\";}s:8:\"pax_cost\";a:2:{i:51;d:800;i:53;d:500;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2953_4233_2023-03-15_00-00\";}}'),(1008,4732,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:12:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:4:\"1300\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2953\";s:5:\"tname\";s:31:\"Experience the Incredible India\";s:8:\"datetime\";s:10:\"2023-03-15\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:3:\"asd\";s:5:\"lname\";s:3:\"asd\";s:5:\"email\";s:11:\"asd@asd.com\";s:7:\"address\";s:3:\"asd\";s:4:\"city\";s:3:\"asd\";s:7:\"country\";s:9:\"Australia\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:5:\"Child\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4732;s:17:\"additional_fields\";a:0:{}}'),(1009,4732,'wp_travel_engine_booking_payment_status','pending'),(1010,4732,'wp_travel_engine_booking_payment_method','check_payments'),(1011,4732,'billing_info','a:6:{s:5:\"fname\";s:3:\"asd\";s:5:\"lname\";s:3:\"asd\";s:5:\"email\";s:11:\"asd@asd.com\";s:7:\"address\";s:3:\"asd\";s:4:\"city\";s:3:\"asd\";s:7:\"country\";s:9:\"Australia\";}'),(1012,4732,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:1300;s:5:\"total\";d:1300;s:12:\"cart_partial\";d:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(1013,4732,'payments','a:1:{i:0;i:4733;}'),(1014,4732,'due_amount','1300'),(1015,4732,'wp_travel_engine_booking_status','pending'),(1016,4732,'wp_travel_engine_booking_payment_gateway','check_payments'),(1017,4732,'additional_fields','a:0:{}'),(1018,4732,'_wxr_import_user_slug','asd'),(1019,4732,'_demo_importer_plus_sites_imported_post','1'),(1020,4732,'_demo_importer_enable_for_batch','1'),(1021,4734,'order_trips','a:1:{s:31:\"cart_2948_4247_2023-03-08_00-00\";a:11:{s:2:\"ID\";i:2948;s:5:\"title\";s:24:\"Ghorepani Poon Hill Trek\";s:4:\"cost\";d:600;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-03-08\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"1\";i:53;s:1:\"1\";}s:8:\"pax_cost\";a:2:{i:51;d:350;i:53;d:250;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2948_4247_2023-03-08_00-00\";}}'),(1022,4734,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:12:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:3:\"600\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2948\";s:5:\"tname\";s:24:\"Ghorepani Poon Hill Trek\";s:8:\"datetime\";s:10:\"2023-03-08\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:4:\"test\";s:5:\"lname\";s:6:\"tester\";s:5:\"email\";s:17:\"tester@tester.com\";s:7:\"address\";s:7:\"terstew\";s:4:\"city\";s:4:\"sasd\";s:7:\"country\";s:5:\"Nepal\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:5:\"Child\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4734;s:17:\"additional_fields\";a:0:{}}'),(1023,4734,'wp_travel_engine_booking_payment_status','pending'),(1024,4734,'wp_travel_engine_booking_payment_method','booking_only'),(1025,4734,'billing_info','a:6:{s:5:\"fname\";s:4:\"test\";s:5:\"lname\";s:6:\"tester\";s:5:\"email\";s:17:\"tester@tester.com\";s:7:\"address\";s:7:\"terstew\";s:4:\"city\";s:4:\"sasd\";s:7:\"country\";s:5:\"Nepal\";}'),(1026,4734,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:600;s:5:\"total\";d:600;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(1027,4734,'payments','a:1:{i:0;i:4736;}'),(1028,4734,'due_amount','600'),(1029,4734,'wp_travel_engine_booking_status','booked'),(1030,4734,'wp_travel_engine_booking_payment_gateway','Booking Only'),(1031,4734,'additional_fields','a:0:{}'),(1032,4734,'_demo_importer_plus_sites_imported_post','1'),(1033,4734,'_demo_importer_enable_for_batch','1'),(1034,4737,'order_trips','a:1:{s:31:\"cart_2957_4238_2023-03-18_00-00\";a:11:{s:2:\"ID\";i:2957;s:5:\"title\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:4:\"cost\";d:1600;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-03-18\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"1\";i:53;s:1:\"1\";}s:8:\"pax_cost\";a:2:{i:51;d:1100;i:53;d:500;}s:8:\"has_time\";b:0;s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2957_4238_2023-03-18_00-00\";}}'),(1035,4737,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:12:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:4:\"1600\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2957\";s:5:\"tname\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:8:\"datetime\";s:10:\"2023-03-18\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:5:\"nemah\";s:5:\"lname\";s:10:\"hasn\";s:5:\"email\";s:18:\"llxgo0o0@gmail.com\";s:7:\"address\";s:66:\"مسقط الخوير شارع المها, مسقط العديبة\";s:4:\"city\";s:8:\"مسقط\";s:7:\"country\";s:4:\"Oman\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:5:\"Child\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4737;s:17:\"additional_fields\";a:0:{}}'),(1036,4737,'wp_travel_engine_booking_payment_status','pending'),(1037,4737,'wp_travel_engine_booking_payment_method','booking_only'),(1038,4737,'billing_info','a:6:{s:5:\"fname\";s:5:\"nemah\";s:5:\"lname\";s:10:\"hasn\";s:5:\"email\";s:18:\"llxgo0o0@gmail.com\";s:7:\"address\";s:66:\"مسقط الخوير شارع المها, مسقط العديبة\";s:4:\"city\";s:8:\"مسقط\";s:7:\"country\";s:4:\"Oman\";}'),(1039,4737,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:1600;s:5:\"total\";d:1600;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(1040,4737,'payments','a:1:{i:0;i:4739;}'),(1041,4737,'due_amount','1600'),(1042,4737,'wp_travel_engine_booking_status','booked'),(1043,4737,'wp_travel_engine_booking_payment_gateway','Booking Only'),(1044,4737,'additional_fields','a:0:{}'),(1045,4737,'_demo_importer_plus_sites_imported_post','1'),(1046,4737,'_demo_importer_enable_for_batch','1'),(1047,4740,'order_trips','a:1:{s:31:\"cart_2951_4236_2023-03-24_00-00\";a:12:{s:2:\"ID\";i:2951;s:5:\"title\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:4:\"cost\";d:4600;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-03-24\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"2\";}s:8:\"pax_cost\";a:1:{i:51;d:4600;}s:8:\"has_time\";b:0;s:12:\"package_name\";s:15:\"Budget Friendly\";s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2951_4236_2023-03-24_00-00\";}}'),(1048,4740,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:11:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:4:\"4600\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2951\";s:5:\"tname\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:8:\"datetime\";s:10:\"2023-03-24\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:11:\"Christopher\";s:5:\"lname\";s:7:\"Caferra\";s:5:\"email\";s:22:\"chris@bangmedia.com.au\";s:7:\"address\";s:27:\"21 griffiths street manoora\";s:4:\"city\";s:7:\"Manoora\";s:7:\"country\";s:9:\"Australia\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"2\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4740;s:17:\"additional_fields\";a:0:{}}'),(1049,4740,'wp_travel_engine_booking_payment_status','pending'),(1050,4740,'wp_travel_engine_booking_payment_method','booking_only'),(1051,4740,'billing_info','a:6:{s:5:\"fname\";s:11:\"Christopher\";s:5:\"lname\";s:7:\"Caferra\";s:5:\"email\";s:22:\"chris@bangmedia.com.au\";s:7:\"address\";s:27:\"21 griffiths street manoora\";s:4:\"city\";s:7:\"Manoora\";s:7:\"country\";s:9:\"Australia\";}'),(1052,4740,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:4600;s:5:\"total\";d:4600;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(1053,4740,'payments','a:1:{i:0;i:4742;}'),(1054,4740,'due_amount','4600'),(1055,4740,'wp_travel_engine_booking_status','booked'),(1056,4740,'wp_travel_engine_booking_payment_gateway','Booking Only'),(1057,4740,'additional_fields','a:0:{}'),(1058,4740,'_demo_importer_plus_sites_imported_post','1'),(1059,4740,'_demo_importer_enable_for_batch','1'),(1060,4745,'order_trips','a:1:{s:31:\"cart_2956_4239_2023-03-14_00-00\";a:12:{s:2:\"ID\";i:2956;s:5:\"title\";s:31:\"Fantastic Maldives Tour Package\";s:4:\"cost\";d:700;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-03-14\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"1\";}s:8:\"pax_cost\";a:1:{i:51;d:700;}s:8:\"has_time\";b:0;s:12:\"package_name\";s:15:\"Budget Friendly\";s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2956_4239_2023-03-14_00-00\";}}'),(1061,4745,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:11:{s:8:\"traveler\";s:1:\"1\";s:4:\"cost\";s:3:\"700\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2956\";s:5:\"tname\";s:31:\"Fantastic Maldives Tour Package\";s:8:\"datetime\";s:10:\"2023-03-14\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:8:\"phuwanai\";s:5:\"lname\";s:11:\"sawangchorb\";s:5:\"email\";s:23:\"porpallaprop1@gmail.com\";s:7:\"address\";s:45:\"12/2 M.2, Ko Lantayai, Ko Lanta, Krabi, 81150\";s:4:\"city\";s:5:\"krabi\";s:7:\"country\";s:8:\"Thailand\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4745;s:17:\"additional_fields\";a:0:{}}'),(1062,4745,'wp_travel_engine_booking_payment_status','pending'),(1063,4745,'wp_travel_engine_booking_payment_method','booking_only'),(1064,4745,'billing_info','a:6:{s:5:\"fname\";s:8:\"phuwanai\";s:5:\"lname\";s:11:\"sawangchorb\";s:5:\"email\";s:23:\"porpallaprop1@gmail.com\";s:7:\"address\";s:45:\"12/2 M.2, Ko Lantayai, Ko Lanta, Krabi, 81150\";s:4:\"city\";s:5:\"krabi\";s:7:\"country\";s:8:\"Thailand\";}'),(1065,4745,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:700;s:5:\"total\";d:700;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(1066,4745,'payments','a:1:{i:0;i:4747;}'),(1067,4745,'due_amount','700'),(1068,4745,'wp_travel_engine_booking_status','booked'),(1069,4745,'wp_travel_engine_booking_payment_gateway','Booking Only'),(1070,4745,'additional_fields','a:0:{}'),(1071,4745,'_demo_importer_plus_sites_imported_post','1'),(1072,4745,'_demo_importer_enable_for_batch','1'),(1073,4748,'order_trips','a:1:{s:31:\"cart_2957_4238_2023-03-18_00-00\";a:12:{s:2:\"ID\";i:2957;s:5:\"title\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:4:\"cost\";d:2200;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-03-18\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"2\";}s:8:\"pax_cost\";a:1:{i:51;d:2200;}s:8:\"has_time\";b:0;s:12:\"package_name\";s:15:\"Budget Friendly\";s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2957_4238_2023-03-18_00-00\";}}'),(1074,4748,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:11:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:4:\"2200\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2957\";s:5:\"tname\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:8:\"datetime\";s:10:\"2023-03-18\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:6:\"benson\";s:5:\"lname\";s:7:\"cherere\";s:5:\"email\";s:20:\"info@jolytraders.xyz\";s:7:\"address\";s:13:\"+254748872924\";s:4:\"city\";s:7:\"Nairobi\";s:7:\"country\";s:5:\"Kenya\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"2\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4748;s:17:\"additional_fields\";a:0:{}}'),(1075,4748,'wp_travel_engine_booking_payment_status','voucher-waiting'),(1076,4748,'wp_travel_engine_booking_payment_method','paypal_payment'),(1077,4748,'billing_info','a:6:{s:5:\"fname\";s:6:\"benson\";s:5:\"lname\";s:7:\"cherere\";s:5:\"email\";s:20:\"info@jolytraders.xyz\";s:7:\"address\";s:13:\"+254748872924\";s:4:\"city\";s:7:\"Nairobi\";s:7:\"country\";s:5:\"Kenya\";}'),(1078,4748,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:2200;s:5:\"total\";d:2200;s:12:\"cart_partial\";d:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(1079,4748,'payments','a:4:{i:0;i:4750;i:1;i:4759;i:2;i:4760;i:3;i:4761;}'),(1080,4748,'due_amount','2200'),(1081,4748,'wp_travel_engine_booking_status','pending'),(1082,4748,'wp_travel_engine_booking_payment_gateway','Direct Bank Transfer'),(1083,4748,'additional_fields','a:0:{}'),(1084,4748,'_wxr_import_user_slug','nn'),(1085,4748,'_demo_importer_plus_sites_imported_post','1'),(1086,4748,'_demo_importer_enable_for_batch','1'),(1087,4751,'order_trips','a:1:{s:31:\"cart_2957_4238_2023-03-18_00-00\";a:12:{s:2:\"ID\";i:2957;s:5:\"title\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:4:\"cost\";d:2200;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-03-18\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"2\";}s:8:\"pax_cost\";a:1:{i:51;d:2200;}s:8:\"has_time\";b:0;s:12:\"package_name\";s:15:\"Budget Friendly\";s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2957_4238_2023-03-18_00-00\";}}'),(1088,4751,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:11:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:4:\"2200\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2957\";s:5:\"tname\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:8:\"datetime\";s:10:\"2023-03-18\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:6:\"benson\";s:5:\"lname\";s:7:\"cherere\";s:5:\"email\";s:20:\"info@jolytraders.xyz\";s:7:\"address\";s:13:\"+254748872924\";s:4:\"city\";s:7:\"Nairobi\";s:7:\"country\";s:5:\"Kenya\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"2\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4751;s:17:\"additional_fields\";a:0:{}}'),(1089,4751,'wp_travel_engine_booking_payment_status','pending'),(1090,4751,'wp_travel_engine_booking_payment_method','booking_only'),(1091,4751,'billing_info','a:6:{s:5:\"fname\";s:6:\"benson\";s:5:\"lname\";s:7:\"cherere\";s:5:\"email\";s:20:\"info@jolytraders.xyz\";s:7:\"address\";s:13:\"+254748872924\";s:4:\"city\";s:7:\"Nairobi\";s:7:\"country\";s:5:\"Kenya\";}'),(1092,4751,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:2200;s:5:\"total\";d:2200;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(1093,4751,'payments','a:1:{i:0;i:4752;}'),(1094,4751,'due_amount','2200'),(1095,4751,'wp_travel_engine_booking_status','booked'),(1096,4751,'wp_travel_engine_booking_payment_gateway','Booking Only'),(1097,4751,'additional_fields','a:0:{}'),(1098,4751,'_wxr_import_user_slug','nn'),(1099,4751,'_demo_importer_plus_sites_imported_post','1'),(1100,4751,'_demo_importer_enable_for_batch','1'),(1101,4754,'order_trips','a:1:{s:31:\"cart_2956_4239_2023-03-16_00-00\";a:12:{s:2:\"ID\";i:2956;s:5:\"title\";s:31:\"Fantastic Maldives Tour Package\";s:4:\"cost\";d:1150;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-03-16\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"1\";i:53;s:1:\"1\";}s:8:\"pax_cost\";a:2:{i:51;d:700;i:53;d:450;}s:8:\"has_time\";b:0;s:12:\"package_name\";s:15:\"Budget Friendly\";s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2956_4239_2023-03-16_00-00\";}}'),(1102,4754,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:12:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:4:\"1150\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2956\";s:5:\"tname\";s:31:\"Fantastic Maldives Tour Package\";s:8:\"datetime\";s:10:\"2023-03-16\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:6:\"benson\";s:5:\"lname\";s:7:\"cherere\";s:5:\"email\";s:26:\"emailonlinemoney@gmail.com\";s:7:\"address\";s:13:\"+254748872924\";s:4:\"city\";s:7:\"Nairobi\";s:7:\"country\";s:5:\"Kenya\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:5:\"Child\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4754;s:17:\"additional_fields\";a:0:{}}'),(1103,4754,'wp_travel_engine_booking_payment_status','pending'),(1104,4754,'wp_travel_engine_booking_payment_method','paypal_payment'),(1105,4754,'billing_info','a:6:{s:5:\"fname\";s:6:\"benson\";s:5:\"lname\";s:7:\"cherere\";s:5:\"email\";s:26:\"emailonlinemoney@gmail.com\";s:7:\"address\";s:13:\"+254748872924\";s:4:\"city\";s:7:\"Nairobi\";s:7:\"country\";s:5:\"Kenya\";}'),(1106,4754,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:1150;s:5:\"total\";d:1150;s:12:\"cart_partial\";d:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(1107,4754,'payments','a:1:{i:0;i:4756;}'),(1108,4754,'due_amount','1150'),(1109,4754,'wp_travel_engine_booking_status','pending'),(1110,4754,'wp_travel_engine_booking_payment_gateway','paypal_payment'),(1111,4754,'additional_fields','a:0:{}'),(1112,4754,'_wxr_import_user_slug','email'),(1113,4754,'_demo_importer_plus_sites_imported_post','1'),(1114,4754,'_demo_importer_enable_for_batch','1'),(1115,4757,'order_trips','a:1:{s:31:\"cart_2956_4239_2023-03-16_00-00\";a:12:{s:2:\"ID\";i:2956;s:5:\"title\";s:31:\"Fantastic Maldives Tour Package\";s:4:\"cost\";d:1150;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-03-16\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"1\";i:53;s:1:\"1\";}s:8:\"pax_cost\";a:2:{i:51;d:700;i:53;d:450;}s:8:\"has_time\";b:0;s:12:\"package_name\";s:15:\"Budget Friendly\";s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2956_4239_2023-03-16_00-00\";}}'),(1116,4757,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:12:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:4:\"1150\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2956\";s:5:\"tname\";s:31:\"Fantastic Maldives Tour Package\";s:8:\"datetime\";s:10:\"2023-03-16\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:6:\"benson\";s:5:\"lname\";s:7:\"cherere\";s:5:\"email\";s:26:\"emailonlinemoney@gmail.com\";s:7:\"address\";s:13:\"+254748872924\";s:4:\"city\";s:7:\"Nairobi\";s:7:\"country\";s:5:\"Kenya\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:5:\"Child\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4757;s:17:\"additional_fields\";a:0:{}}'),(1117,4757,'wp_travel_engine_booking_payment_status','voucher-waiting'),(1118,4757,'wp_travel_engine_booking_payment_method','direct_bank_transfer'),(1119,4757,'billing_info','a:6:{s:5:\"fname\";s:6:\"benson\";s:5:\"lname\";s:7:\"cherere\";s:5:\"email\";s:26:\"emailonlinemoney@gmail.com\";s:7:\"address\";s:13:\"+254748872924\";s:4:\"city\";s:7:\"Nairobi\";s:7:\"country\";s:5:\"Kenya\";}'),(1120,4757,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:1150;s:5:\"total\";d:1150;s:12:\"cart_partial\";d:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(1121,4757,'payments','a:1:{i:0;i:4758;}'),(1122,4757,'due_amount','1150'),(1123,4757,'wp_travel_engine_booking_status','pending'),(1124,4757,'wp_travel_engine_booking_payment_gateway','Direct Bank Transfer'),(1125,4757,'additional_fields','a:0:{}'),(1126,4757,'_wxr_import_user_slug','email'),(1127,4757,'_demo_importer_plus_sites_imported_post','1'),(1128,4757,'_demo_importer_enable_for_batch','1'),(1129,4763,'order_trips','a:1:{s:31:\"cart_2957_4238_2023-03-21_00-00\";a:12:{s:2:\"ID\";i:2957;s:5:\"title\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:4:\"cost\";d:1600;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-03-21\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"1\";i:53;s:1:\"1\";}s:8:\"pax_cost\";a:2:{i:51;d:1100;i:53;d:500;}s:8:\"has_time\";b:0;s:12:\"package_name\";s:15:\"Budget Friendly\";s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2957_4238_2023-03-21_00-00\";}}'),(1130,4763,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:12:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:4:\"1600\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2957\";s:5:\"tname\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:8:\"datetime\";s:10:\"2023-03-21\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:6:\"benson\";s:5:\"lname\";s:7:\"cherere\";s:5:\"email\";s:25:\"bensoncherere08@gmail.com\";s:7:\"address\";s:13:\"+254748872924\";s:4:\"city\";s:7:\"Nairobi\";s:7:\"country\";s:5:\"Kenya\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:5:\"Child\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4763;s:17:\"additional_fields\";a:0:{}}'),(1131,4763,'wp_travel_engine_booking_payment_status','pending'),(1132,4763,'wp_travel_engine_booking_payment_method','booking_only'),(1133,4763,'billing_info','a:6:{s:5:\"fname\";s:6:\"benson\";s:5:\"lname\";s:7:\"cherere\";s:5:\"email\";s:25:\"bensoncherere08@gmail.com\";s:7:\"address\";s:13:\"+254748872924\";s:4:\"city\";s:7:\"Nairobi\";s:7:\"country\";s:5:\"Kenya\";}'),(1134,4763,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:1600;s:5:\"total\";d:1600;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(1135,4763,'payments','a:1:{i:0;i:4765;}'),(1136,4763,'due_amount','1600'),(1137,4763,'wp_travel_engine_booking_status','booked'),(1138,4763,'wp_travel_engine_booking_payment_gateway','Booking Only'),(1139,4763,'additional_fields','a:0:{}'),(1140,4763,'_wxr_import_user_slug','nn'),(1141,4763,'_demo_importer_plus_sites_imported_post','1'),(1142,4763,'_demo_importer_enable_for_batch','1'),(1143,4767,'order_trips','a:1:{s:31:\"cart_2953_4233_2023-03-13_00-00\";a:12:{s:2:\"ID\";i:2953;s:5:\"title\";s:31:\"Experience the Incredible India\";s:4:\"cost\";d:800;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-03-13\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"1\";}s:8:\"pax_cost\";a:1:{i:51;d:800;}s:8:\"has_time\";b:0;s:12:\"package_name\";s:15:\"Budget Friendly\";s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2953_4233_2023-03-13_00-00\";}}'),(1144,4767,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:11:{s:8:\"traveler\";s:1:\"1\";s:4:\"cost\";s:3:\"800\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2953\";s:5:\"tname\";s:31:\"Experience the Incredible India\";s:8:\"datetime\";s:10:\"2023-03-13\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:6:\"George\";s:5:\"lname\";s:6:\"Ndungu\";s:5:\"email\";s:23:\"georgemndungu@gmail.com\";s:7:\"address\";s:5:\"24021\";s:4:\"city\";s:7:\"Nairobi\";s:7:\"country\";s:5:\"Kenya\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4767;s:17:\"additional_fields\";a:0:{}}'),(1145,4767,'wp_travel_engine_booking_payment_status','pending'),(1146,4767,'wp_travel_engine_booking_payment_method','booking_only'),(1147,4767,'billing_info','a:6:{s:5:\"fname\";s:6:\"George\";s:5:\"lname\";s:6:\"Ndungu\";s:5:\"email\";s:23:\"georgemndungu@gmail.com\";s:7:\"address\";s:5:\"24021\";s:4:\"city\";s:7:\"Nairobi\";s:7:\"country\";s:5:\"Kenya\";}'),(1148,4767,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:800;s:5:\"total\";d:800;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(1149,4767,'payments','a:1:{i:0;i:4769;}'),(1150,4767,'due_amount','800'),(1151,4767,'wp_travel_engine_booking_status','booked'),(1152,4767,'wp_travel_engine_booking_payment_gateway','Booking Only'),(1153,4767,'additional_fields','a:0:{}'),(1154,4767,'_demo_importer_plus_sites_imported_post','1'),(1155,4767,'_demo_importer_enable_for_batch','1'),(1156,4770,'order_trips','a:1:{s:31:\"cart_2953_4233_2023-03-25_00-00\";a:12:{s:2:\"ID\";i:2953;s:5:\"title\";s:31:\"Experience the Incredible India\";s:4:\"cost\";d:800;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-03-25\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"1\";}s:8:\"pax_cost\";a:1:{i:51;d:800;}s:8:\"has_time\";b:0;s:12:\"package_name\";s:15:\"Budget Friendly\";s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2953_4233_2023-03-25_00-00\";}}'),(1157,4770,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:11:{s:8:\"traveler\";s:1:\"1\";s:4:\"cost\";s:3:\"800\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2953\";s:5:\"tname\";s:31:\"Experience the Incredible India\";s:8:\"datetime\";s:10:\"2023-03-25\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:5:\"nemah\";s:5:\"lname\";s:10:\"hasn\";s:5:\"email\";s:18:\"llxgo0o0@gmail.com\";s:7:\"address\";s:66:\"مسقط الخوير شارع المها, مسقط العديبة\";s:4:\"city\";s:8:\"مسقط\";s:7:\"country\";s:4:\"Oman\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4770;s:17:\"additional_fields\";a:0:{}}'),(1158,4770,'wp_travel_engine_booking_payment_status','voucher-waiting'),(1159,4770,'wp_travel_engine_booking_payment_method','direct_bank_transfer'),(1160,4770,'billing_info','a:6:{s:5:\"fname\";s:5:\"nemah\";s:5:\"lname\";s:10:\"hasn\";s:5:\"email\";s:18:\"llxgo0o0@gmail.com\";s:7:\"address\";s:66:\"مسقط الخوير شارع المها, مسقط العديبة\";s:4:\"city\";s:8:\"مسقط\";s:7:\"country\";s:4:\"Oman\";}'),(1161,4770,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:800;s:5:\"total\";d:800;s:12:\"cart_partial\";d:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(1162,4770,'payments','a:1:{i:0;i:4771;}'),(1163,4770,'due_amount','800'),(1164,4770,'wp_travel_engine_booking_status','pending'),(1165,4770,'wp_travel_engine_booking_payment_gateway','Direct Bank Transfer'),(1166,4770,'additional_fields','a:0:{}'),(1167,4770,'_demo_importer_plus_sites_imported_post','1'),(1168,4770,'_demo_importer_enable_for_batch','1'),(1169,4772,'order_trips','a:1:{s:31:\"cart_2953_4233_2023-03-25_00-00\";a:12:{s:2:\"ID\";i:2953;s:5:\"title\";s:31:\"Experience the Incredible India\";s:4:\"cost\";d:800;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-03-25\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"1\";}s:8:\"pax_cost\";a:1:{i:51;d:800;}s:8:\"has_time\";b:0;s:12:\"package_name\";s:15:\"Budget Friendly\";s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2953_4233_2023-03-25_00-00\";}}'),(1170,4772,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:11:{s:8:\"traveler\";s:1:\"1\";s:4:\"cost\";s:3:\"800\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2953\";s:5:\"tname\";s:31:\"Experience the Incredible India\";s:8:\"datetime\";s:10:\"2023-03-25\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:5:\"nemah\";s:5:\"lname\";s:10:\"hasn\";s:5:\"email\";s:18:\"llxgo0o0@gmail.com\";s:7:\"address\";s:66:\"مسقط الخوير شارع المها, مسقط العديبة\";s:4:\"city\";s:8:\"مسقط\";s:7:\"country\";s:4:\"Oman\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4772;s:17:\"additional_fields\";a:0:{}}'),(1171,4772,'wp_travel_engine_booking_payment_status','voucher-waiting'),(1172,4772,'wp_travel_engine_booking_payment_method','direct_bank_transfer'),(1173,4772,'billing_info','a:6:{s:5:\"fname\";s:5:\"nemah\";s:5:\"lname\";s:10:\"hasn\";s:5:\"email\";s:18:\"llxgo0o0@gmail.com\";s:7:\"address\";s:66:\"مسقط الخوير شارع المها, مسقط العديبة\";s:4:\"city\";s:8:\"مسقط\";s:7:\"country\";s:4:\"Oman\";}'),(1174,4772,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:800;s:5:\"total\";d:800;s:12:\"cart_partial\";d:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(1175,4772,'payments','a:1:{i:0;i:4773;}'),(1176,4772,'due_amount','800'),(1177,4772,'wp_travel_engine_booking_status','pending'),(1178,4772,'wp_travel_engine_booking_payment_gateway','Direct Bank Transfer'),(1179,4772,'additional_fields','a:0:{}'),(1180,4772,'_demo_importer_plus_sites_imported_post','1'),(1181,4772,'_demo_importer_enable_for_batch','1'),(1182,4774,'order_trips','a:1:{s:31:\"cart_2953_4233_2023-03-15_00-00\";a:12:{s:2:\"ID\";i:2953;s:5:\"title\";s:31:\"Experience the Incredible India\";s:4:\"cost\";d:1300;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-03-15\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"1\";i:53;s:1:\"1\";}s:8:\"pax_cost\";a:2:{i:51;d:800;i:53;d:500;}s:8:\"has_time\";b:0;s:12:\"package_name\";s:15:\"Budget Friendly\";s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2953_4233_2023-03-15_00-00\";}}'),(1183,4774,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:12:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:4:\"1300\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2953\";s:5:\"tname\";s:31:\"Experience the Incredible India\";s:8:\"datetime\";s:10:\"2023-03-15\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:5:\"hhiuj\";s:5:\"lname\";s:4:\"lesa\";s:5:\"email\";s:16:\"lehien@gmail.com\";s:7:\"address\";s:13:\"hanoi vietnam\";s:4:\"city\";s:6:\"techup\";s:7:\"country\";s:7:\"Vietnam\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:5:\"Child\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4774;s:17:\"additional_fields\";a:0:{}}'),(1184,4774,'wp_travel_engine_booking_payment_status','pending'),(1185,4774,'wp_travel_engine_booking_payment_method','check_payments'),(1186,4774,'billing_info','a:6:{s:5:\"fname\";s:5:\"hhiuj\";s:5:\"lname\";s:4:\"lesa\";s:5:\"email\";s:16:\"lehien@gmail.com\";s:7:\"address\";s:13:\"hanoi vietnam\";s:4:\"city\";s:6:\"techup\";s:7:\"country\";s:7:\"Vietnam\";}'),(1187,4774,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:1300;s:5:\"total\";d:1300;s:12:\"cart_partial\";d:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(1188,4774,'payments','a:1:{i:0;i:4776;}'),(1189,4774,'due_amount','1300'),(1190,4774,'wp_travel_engine_booking_status','pending'),(1191,4774,'wp_travel_engine_booking_payment_gateway','check_payments'),(1192,4774,'additional_fields','a:0:{}'),(1193,4774,'_demo_importer_plus_sites_imported_post','1'),(1194,4774,'_demo_importer_enable_for_batch','1'),(1195,4777,'order_trips','a:1:{s:31:\"cart_2951_4236_2023-03-17_00-00\";a:12:{s:2:\"ID\";i:2951;s:5:\"title\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:4:\"cost\";d:4200;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-03-17\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"1\";i:53;s:1:\"1\";}s:8:\"pax_cost\";a:2:{i:51;d:2300;i:53;d:1900;}s:8:\"has_time\";b:0;s:12:\"package_name\";s:15:\"Budget Friendly\";s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2951_4236_2023-03-17_00-00\";}}'),(1196,4777,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:12:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:4:\"4200\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2951\";s:5:\"tname\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:8:\"datetime\";s:10:\"2023-03-17\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:1:\"s\";s:5:\"lname\";s:2:\"jj\";s:5:\"email\";s:19:\"osaidstar@gmail.com\";s:7:\"address\";s:2:\"kk\";s:4:\"city\";s:7:\"lucknow\";s:7:\"country\";s:5:\"India\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:5:\"Child\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4777;s:17:\"additional_fields\";a:0:{}}'),(1197,4777,'wp_travel_engine_booking_payment_status','pending'),(1198,4777,'wp_travel_engine_booking_payment_method','check_payments'),(1199,4777,'billing_info','a:6:{s:5:\"fname\";s:1:\"s\";s:5:\"lname\";s:2:\"jj\";s:5:\"email\";s:19:\"osaidstar@gmail.com\";s:7:\"address\";s:2:\"kk\";s:4:\"city\";s:7:\"lucknow\";s:7:\"country\";s:5:\"India\";}'),(1200,4777,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:4200;s:5:\"total\";d:4200;s:12:\"cart_partial\";d:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(1201,4777,'payments','a:1:{i:0;i:4779;}'),(1202,4777,'due_amount','4200'),(1203,4777,'wp_travel_engine_booking_status','pending'),(1204,4777,'wp_travel_engine_booking_payment_gateway','check_payments'),(1205,4777,'additional_fields','a:0:{}'),(1206,4777,'_wxr_import_user_slug','osaid'),(1207,4777,'_demo_importer_plus_sites_imported_post','1'),(1208,4777,'_demo_importer_enable_for_batch','1'),(1209,4780,'order_trips','a:1:{s:31:\"cart_2952_4234_2023-03-17_00-00\";a:12:{s:2:\"ID\";i:2952;s:5:\"title\";s:51:\"Maldives: The Travel and Experience of the Lifetime\";s:4:\"cost\";d:2400;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-03-17\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"1\";i:53;s:1:\"2\";}s:8:\"pax_cost\";a:2:{i:51;d:1000;i:53;d:1400;}s:8:\"has_time\";b:0;s:12:\"package_name\";s:15:\"Budget Friendly\";s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2952_4234_2023-03-17_00-00\";}}'),(1210,4780,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:12:{s:8:\"traveler\";s:1:\"3\";s:4:\"cost\";s:4:\"2400\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2952\";s:5:\"tname\";s:51:\"Maldives: The Travel and Experience of the Lifetime\";s:8:\"datetime\";s:10:\"2023-03-17\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:4:\"gdfg\";s:5:\"lname\";s:6:\"dfgdfg\";s:5:\"email\";s:17:\"dfgdfg@fsdfsd.com\";s:7:\"address\";s:9:\"sdfsdfsdf\";s:4:\"city\";s:6:\"sdfsdf\";s:7:\"country\";s:10:\"Azerbaijan\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:5:\"Child\";s:1:\"2\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4780;s:17:\"additional_fields\";a:0:{}}'),(1211,4780,'wp_travel_engine_booking_payment_status','pending'),(1212,4780,'wp_travel_engine_booking_payment_method','booking_only'),(1213,4780,'billing_info','a:6:{s:5:\"fname\";s:4:\"gdfg\";s:5:\"lname\";s:6:\"dfgdfg\";s:5:\"email\";s:17:\"dfgdfg@fsdfsd.com\";s:7:\"address\";s:9:\"sdfsdfsdf\";s:4:\"city\";s:6:\"sdfsdf\";s:7:\"country\";s:10:\"Azerbaijan\";}'),(1214,4780,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:2400;s:5:\"total\";d:2400;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(1215,4780,'payments','a:1:{i:0;i:4782;}'),(1216,4780,'due_amount','2400'),(1217,4780,'wp_travel_engine_booking_status','booked'),(1218,4780,'wp_travel_engine_booking_payment_gateway','Booking Only'),(1219,4780,'additional_fields','a:0:{}'),(1220,4780,'_demo_importer_plus_sites_imported_post','1'),(1221,4780,'_demo_importer_enable_for_batch','1'),(1222,4783,'order_trips','a:1:{s:31:\"cart_2953_4233_2023-03-30_00-00\";a:12:{s:2:\"ID\";i:2953;s:5:\"title\";s:31:\"Experience the Incredible India\";s:4:\"cost\";d:4500;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-03-30\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"5\";i:53;s:1:\"1\";}s:8:\"pax_cost\";a:2:{i:51;d:4000;i:53;d:500;}s:8:\"has_time\";b:0;s:12:\"package_name\";s:15:\"Budget Friendly\";s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2953_4233_2023-03-30_00-00\";}}'),(1223,4783,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:12:{s:8:\"traveler\";s:1:\"6\";s:4:\"cost\";s:4:\"4500\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2953\";s:5:\"tname\";s:31:\"Experience the Incredible India\";s:8:\"datetime\";s:10:\"2023-03-30\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:3:\"Can\";s:5:\"lname\";s:4:\"pham\";s:5:\"email\";s:23:\"danviettravel@gmail.com\";s:7:\"address\";s:26:\"3939 339 393 93kdkd kdkdkd\";s:4:\"city\";s:5:\"Hanoi\";s:7:\"country\";s:7:\"Vietnam\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"5\";s:5:\"Child\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4783;s:17:\"additional_fields\";a:0:{}}'),(1224,4783,'wp_travel_engine_booking_payment_status','pending'),(1225,4783,'wp_travel_engine_booking_payment_method','booking_only'),(1226,4783,'billing_info','a:6:{s:5:\"fname\";s:3:\"Can\";s:5:\"lname\";s:4:\"pham\";s:5:\"email\";s:23:\"danviettravel@gmail.com\";s:7:\"address\";s:26:\"3939 339 393 93kdkd kdkdkd\";s:4:\"city\";s:5:\"Hanoi\";s:7:\"country\";s:7:\"Vietnam\";}'),(1227,4783,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:4500;s:5:\"total\";d:4500;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(1228,4783,'payments','a:1:{i:0;i:4785;}'),(1229,4783,'due_amount','4500'),(1230,4783,'wp_travel_engine_booking_status','booked'),(1231,4783,'wp_travel_engine_booking_payment_gateway','Booking Only'),(1232,4783,'additional_fields','a:0:{}'),(1233,4783,'_demo_importer_plus_sites_imported_post','1'),(1234,4783,'_demo_importer_enable_for_batch','1'),(1235,4786,'order_trips','a:1:{s:31:\"cart_2953_4233_2023-03-25_00-00\";a:12:{s:2:\"ID\";i:2953;s:5:\"title\";s:31:\"Experience the Incredible India\";s:4:\"cost\";d:1600;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-03-25\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"2\";}s:8:\"pax_cost\";a:1:{i:51;d:1600;}s:8:\"has_time\";b:0;s:12:\"package_name\";s:15:\"Budget Friendly\";s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2953_4233_2023-03-25_00-00\";}}'),(1236,4786,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:11:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:4:\"1600\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2953\";s:5:\"tname\";s:31:\"Experience the Incredible India\";s:8:\"datetime\";s:10:\"2023-03-25\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:8:\"Shimanto\";s:5:\"lname\";s:4:\"Siam\";s:5:\"email\";s:31:\"shimantomahmudsiam135@gmail.com\";s:7:\"address\";s:9:\"Mirpur-11\";s:4:\"city\";s:5:\"Dhaka\";s:7:\"country\";s:10:\"Bangladesh\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"2\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4786;s:17:\"additional_fields\";a:0:{}}'),(1237,4786,'wp_travel_engine_booking_payment_status','pending'),(1238,4786,'wp_travel_engine_booking_payment_method','booking_only'),(1239,4786,'billing_info','a:6:{s:5:\"fname\";s:8:\"Shimanto\";s:5:\"lname\";s:4:\"Siam\";s:5:\"email\";s:31:\"shimantomahmudsiam135@gmail.com\";s:7:\"address\";s:9:\"Mirpur-11\";s:4:\"city\";s:5:\"Dhaka\";s:7:\"country\";s:10:\"Bangladesh\";}'),(1240,4786,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:1600;s:5:\"total\";d:1600;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(1241,4786,'payments','a:1:{i:0;i:4788;}'),(1242,4786,'due_amount','1600'),(1243,4786,'wp_travel_engine_booking_status','booked'),(1244,4786,'wp_travel_engine_booking_payment_gateway','Booking Only'),(1245,4786,'additional_fields','a:0:{}'),(1246,4786,'_demo_importer_plus_sites_imported_post','1'),(1247,4786,'_demo_importer_enable_for_batch','1'),(1248,4789,'order_trips','a:1:{s:31:\"cart_2953_4233_2023-03-23_00-00\";a:12:{s:2:\"ID\";i:2953;s:5:\"title\";s:31:\"Experience the Incredible India\";s:4:\"cost\";d:2600;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-03-23\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"2\";i:53;s:1:\"2\";}s:8:\"pax_cost\";a:2:{i:51;d:1600;i:53;d:1000;}s:8:\"has_time\";b:0;s:12:\"package_name\";s:15:\"Budget Friendly\";s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2953_4233_2023-03-23_00-00\";}}'),(1249,4789,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:12:{s:8:\"traveler\";s:1:\"4\";s:4:\"cost\";s:4:\"2600\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2953\";s:5:\"tname\";s:31:\"Experience the Incredible India\";s:8:\"datetime\";s:10:\"2023-03-23\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:6:\"gsdgdg\";s:5:\"lname\";s:7:\"dgsgsdg\";s:5:\"email\";s:18:\"gsgsdgwe@gmail.com\";s:7:\"address\";s:8:\"wtgergwg\";s:4:\"city\";s:6:\"wegweg\";s:7:\"country\";s:9:\"Argentina\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"2\";s:5:\"Child\";s:1:\"2\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4789;s:17:\"additional_fields\";a:0:{}}'),(1250,4789,'wp_travel_engine_booking_payment_status','pending'),(1251,4789,'wp_travel_engine_booking_payment_method','booking_only'),(1252,4789,'billing_info','a:6:{s:5:\"fname\";s:6:\"gsdgdg\";s:5:\"lname\";s:7:\"dgsgsdg\";s:5:\"email\";s:18:\"gsgsdgwe@gmail.com\";s:7:\"address\";s:8:\"wtgergwg\";s:4:\"city\";s:6:\"wegweg\";s:7:\"country\";s:9:\"Argentina\";}'),(1253,4789,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:2600;s:5:\"total\";d:2600;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(1254,4789,'payments','a:1:{i:0;i:4791;}'),(1255,4789,'due_amount','2600'),(1256,4789,'wp_travel_engine_booking_status','booked'),(1257,4789,'wp_travel_engine_booking_payment_gateway','Booking Only'),(1258,4789,'additional_fields','a:0:{}'),(1259,4789,'_demo_importer_plus_sites_imported_post','1'),(1260,4789,'_demo_importer_enable_for_batch','1'),(1261,4792,'order_trips','a:1:{s:31:\"cart_2953_4233_2023-03-23_00-00\";a:12:{s:2:\"ID\";i:2953;s:5:\"title\";s:31:\"Experience the Incredible India\";s:4:\"cost\";d:1300;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-03-23\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"1\";i:53;s:1:\"1\";}s:8:\"pax_cost\";a:2:{i:51;d:800;i:53;d:500;}s:8:\"has_time\";b:0;s:12:\"package_name\";s:15:\"Budget Friendly\";s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2953_4233_2023-03-23_00-00\";}}'),(1262,4792,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:12:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:4:\"1300\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2953\";s:5:\"tname\";s:31:\"Experience the Incredible India\";s:8:\"datetime\";s:10:\"2023-03-23\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:7:\"Aviansh\";s:5:\"lname\";s:6:\"Bharti\";s:5:\"email\";s:20:\"avitechtube@gmai.com\";s:7:\"address\";s:89:\"FLAT NO-AP-02, G/F BLOCK-A, JAI HIND APARTMENT, STREET NO-25B, SADHNAGAR-II, PALAM COLONY\";s:4:\"city\";s:9:\"NEW DELHI\";s:7:\"country\";s:5:\"India\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:5:\"Child\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4792;s:17:\"additional_fields\";a:0:{}}'),(1263,4792,'wp_travel_engine_booking_payment_status','pending'),(1264,4792,'wp_travel_engine_booking_payment_method','booking_only'),(1265,4792,'billing_info','a:6:{s:5:\"fname\";s:7:\"Aviansh\";s:5:\"lname\";s:6:\"Bharti\";s:5:\"email\";s:20:\"avitechtube@gmai.com\";s:7:\"address\";s:89:\"FLAT NO-AP-02, G/F BLOCK-A, JAI HIND APARTMENT, STREET NO-25B, SADHNAGAR-II, PALAM COLONY\";s:4:\"city\";s:9:\"NEW DELHI\";s:7:\"country\";s:5:\"India\";}'),(1266,4792,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:1300;s:5:\"total\";d:1300;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(1267,4792,'payments','a:1:{i:0;i:4794;}'),(1268,4792,'due_amount','1300'),(1269,4792,'wp_travel_engine_booking_status','booked'),(1270,4792,'wp_travel_engine_booking_payment_gateway','Booking Only'),(1271,4792,'additional_fields','a:0:{}'),(1272,4792,'_demo_importer_plus_sites_imported_post','1'),(1273,4792,'_demo_importer_enable_for_batch','1'),(1274,4795,'order_trips','a:1:{s:31:\"cart_2951_4236_2023-03-24_00-00\";a:12:{s:2:\"ID\";i:2951;s:5:\"title\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:4:\"cost\";d:2300;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-03-24\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"1\";}s:8:\"pax_cost\";a:1:{i:51;d:2300;}s:8:\"has_time\";b:0;s:12:\"package_name\";s:15:\"Budget Friendly\";s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2951_4236_2023-03-24_00-00\";}}'),(1275,4795,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:11:{s:8:\"traveler\";s:1:\"1\";s:4:\"cost\";s:4:\"2300\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2951\";s:5:\"tname\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:8:\"datetime\";s:10:\"2023-03-24\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:4:\"test\";s:5:\"lname\";s:4:\"user\";s:5:\"email\";s:16:\"test@spambog.com\";s:7:\"address\";s:4:\"test\";s:4:\"city\";s:4:\"test\";s:7:\"country\";s:7:\"Germany\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4795;s:17:\"additional_fields\";a:0:{}}'),(1276,4795,'wp_travel_engine_booking_payment_status','pending'),(1277,4795,'wp_travel_engine_booking_payment_method','booking_only'),(1278,4795,'billing_info','a:6:{s:5:\"fname\";s:4:\"test\";s:5:\"lname\";s:4:\"user\";s:5:\"email\";s:16:\"test@spambog.com\";s:7:\"address\";s:4:\"test\";s:4:\"city\";s:4:\"test\";s:7:\"country\";s:7:\"Germany\";}'),(1279,4795,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:2300;s:5:\"total\";d:2300;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(1280,4795,'payments','a:1:{i:0;i:4797;}'),(1281,4795,'due_amount','2300'),(1282,4795,'wp_travel_engine_booking_status','booked'),(1283,4795,'wp_travel_engine_booking_payment_gateway','Booking Only'),(1284,4795,'additional_fields','a:0:{}'),(1285,4795,'_demo_importer_plus_sites_imported_post','1'),(1286,4795,'_demo_importer_enable_for_batch','1'),(1287,4798,'order_trips','a:1:{s:31:\"cart_2957_4238_2023-04-21_00-00\";a:12:{s:2:\"ID\";i:2957;s:5:\"title\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:4:\"cost\";d:2200;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-04-21\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"2\";}s:8:\"pax_cost\";a:1:{i:51;d:2200;}s:8:\"has_time\";b:0;s:12:\"package_name\";s:15:\"Budget Friendly\";s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2957_4238_2023-04-21_00-00\";}}'),(1288,4798,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:11:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:4:\"2200\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2957\";s:5:\"tname\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:8:\"datetime\";s:10:\"2023-04-21\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:4:\"Long\";s:5:\"lname\";s:7:\"Dao Phi\";s:5:\"email\";s:23:\"philongdao121@gmail.com\";s:7:\"address\";s:17:\"168/38 Ngọc Hà\";s:4:\"city\";s:5:\"Hanoi\";s:7:\"country\";s:7:\"Vietnam\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"2\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4798;s:17:\"additional_fields\";a:0:{}}'),(1289,4798,'wp_travel_engine_booking_payment_status','pending'),(1290,4798,'wp_travel_engine_booking_payment_method','paypal_payment'),(1291,4798,'billing_info','a:6:{s:5:\"fname\";s:4:\"Long\";s:5:\"lname\";s:7:\"Dao Phi\";s:5:\"email\";s:23:\"philongdao121@gmail.com\";s:7:\"address\";s:17:\"168/38 Ngọc Hà\";s:4:\"city\";s:5:\"Hanoi\";s:7:\"country\";s:7:\"Vietnam\";}'),(1292,4798,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:2200;s:5:\"total\";d:2200;s:12:\"cart_partial\";d:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(1293,4798,'payments','a:1:{i:0;i:4800;}'),(1294,4798,'due_amount','2200'),(1295,4798,'wp_travel_engine_booking_status','pending'),(1296,4798,'wp_travel_engine_booking_payment_gateway','paypal_payment'),(1297,4798,'additional_fields','a:0:{}'),(1298,4798,'_demo_importer_plus_sites_imported_post','1'),(1299,4798,'_demo_importer_enable_for_batch','1'),(1300,4801,'order_trips','a:1:{s:31:\"cart_2957_4238_2023-04-21_00-00\";a:12:{s:2:\"ID\";i:2957;s:5:\"title\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:4:\"cost\";d:2200;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-04-21\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"2\";}s:8:\"pax_cost\";a:1:{i:51;d:2200;}s:8:\"has_time\";b:0;s:12:\"package_name\";s:15:\"Budget Friendly\";s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2957_4238_2023-04-21_00-00\";}}'),(1301,4801,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:11:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:4:\"2200\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2957\";s:5:\"tname\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:8:\"datetime\";s:10:\"2023-04-21\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:4:\"Long\";s:5:\"lname\";s:7:\"Dao Phi\";s:5:\"email\";s:23:\"philongdao121@gmail.com\";s:7:\"address\";s:17:\"168/38 Ngọc Hà\";s:4:\"city\";s:5:\"Hanoi\";s:7:\"country\";s:7:\"Vietnam\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"2\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4801;s:17:\"additional_fields\";a:0:{}}'),(1302,4801,'wp_travel_engine_booking_payment_status','pending'),(1303,4801,'wp_travel_engine_booking_payment_method','booking_only'),(1304,4801,'billing_info','a:6:{s:5:\"fname\";s:4:\"Long\";s:5:\"lname\";s:7:\"Dao Phi\";s:5:\"email\";s:23:\"philongdao121@gmail.com\";s:7:\"address\";s:17:\"168/38 Ngọc Hà\";s:4:\"city\";s:5:\"Hanoi\";s:7:\"country\";s:7:\"Vietnam\";}'),(1305,4801,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:2200;s:5:\"total\";d:2200;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(1306,4801,'payments','a:1:{i:0;i:4802;}'),(1307,4801,'due_amount','2200'),(1308,4801,'wp_travel_engine_booking_status','booked'),(1309,4801,'wp_travel_engine_booking_payment_gateway','Booking Only'),(1310,4801,'additional_fields','a:0:{}'),(1311,4801,'_demo_importer_plus_sites_imported_post','1'),(1312,4801,'_demo_importer_enable_for_batch','1'),(1313,4805,'order_trips','a:1:{s:31:\"cart_2949_4237_2023-03-31_12-00\";a:13:{s:2:\"ID\";i:2949;s:5:\"title\";s:34:\"Paris Effiel Tower Tour 1 Day Tour\";s:4:\"cost\";d:80;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:16:\"2023-03-31T12:00\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"2\";i:53;s:1:\"1\";}s:8:\"pax_cost\";a:2:{i:51;d:60;i:53;d:20;}s:8:\"has_time\";b:1;s:12:\"package_name\";s:15:\"Budget Friendly\";s:11:\"trip_extras\";a:0:{}s:12:\"end_datetime\";s:16:\"2023-03-31T17:00\";s:14:\"_prev_cart_key\";s:31:\"cart_2949_4237_2023-03-31_12-00\";}}'),(1314,4805,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:12:{s:8:\"traveler\";s:1:\"3\";s:4:\"cost\";s:2:\"80\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2949\";s:5:\"tname\";s:34:\"Paris Effiel Tower Tour 1 Day Tour\";s:8:\"datetime\";s:10:\"2023-03-31\";s:12:\"datewithtime\";s:16:\"2023-03-31T12:00\";s:7:\"booking\";a:6:{s:5:\"fname\";s:5:\"rfghf\";s:5:\"lname\";s:5:\"fhgsh\";s:5:\"email\";s:16:\"rfsggs@gmail.com\";s:7:\"address\";s:9:\"sgfdh56th\";s:4:\"city\";s:6:\"bhopal\";s:7:\"country\";s:5:\"India\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"2\";s:5:\"Child\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4805;s:17:\"additional_fields\";a:0:{}}'),(1315,4805,'wp_travel_engine_booking_payment_status','pending'),(1316,4805,'wp_travel_engine_booking_payment_method','booking_only'),(1317,4805,'billing_info','a:6:{s:5:\"fname\";s:5:\"rfghf\";s:5:\"lname\";s:5:\"fhgsh\";s:5:\"email\";s:16:\"rfsggs@gmail.com\";s:7:\"address\";s:9:\"sgfdh56th\";s:4:\"city\";s:6:\"bhopal\";s:7:\"country\";s:5:\"India\";}'),(1318,4805,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:80;s:5:\"total\";d:80;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(1319,4805,'payments','a:1:{i:0;i:4807;}'),(1320,4805,'due_amount','80'),(1321,4805,'wp_travel_engine_booking_status','booked'),(1322,4805,'wp_travel_engine_booking_payment_gateway','Booking Only'),(1323,4805,'additional_fields','a:0:{}'),(1324,4805,'_demo_importer_plus_sites_imported_post','1'),(1325,4805,'_demo_importer_enable_for_batch','1'),(1326,2983,'_update_title','true'),(1327,2983,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2957\";s:5:\"tname\";s:26:\"5 Days tour to Philippines\";s:8:\"datetime\";s:10:\"2022-04-23\";s:4:\"cost\";s:4:\"7200\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"3\";s:7:\"booking\";a:6:{s:5:\"fname\";s:6:\"fdgdfg\";s:5:\"lname\";s:6:\"dfgdfg\";s:5:\"email\";s:10:\"sad@sad.co\";s:7:\"address\";s:6:\"dsfsdf\";s:4:\"city\";s:6:\"sdfsdf\";s:7:\"country\";s:6:\"Angola\";}}}'),(1328,2983,'wp_travel_engine_bookings','a:1:{i:0;i:2982;}'),(1329,2983,'wp_travel_engine_booked_trip_setting','a:6:{s:8:\"traveler\";a:1:{i:1;s:1:\"3\";}s:4:\"cost\";a:1:{i:1;s:4:\"7820\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2957\";}s:5:\"tname\";a:1:{i:1;s:26:\"5 Days tour to Philippines\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2022-04-23\";}}'),(1330,2983,'_demo_importer_plus_sites_imported_post','1'),(1331,2983,'_demo_importer_enable_for_batch','1'),(1332,3019,'_wxr_import_user_slug','wptravelengine'),(1333,3019,'_demo_importer_plus_sites_imported_post','1'),(1334,3019,'_demo_importer_enable_for_batch','1'),(1335,4808,'order_trips','a:1:{s:31:\"cart_2953_4233_2023-04-10_00-00\";a:12:{s:2:\"ID\";i:2953;s:5:\"title\";s:31:\"Experience the Incredible India\";s:4:\"cost\";d:800;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-04-10\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"1\";}s:8:\"pax_cost\";a:1:{i:51;d:800;}s:8:\"has_time\";b:0;s:12:\"package_name\";s:15:\"Budget Friendly\";s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2953_4233_2023-04-10_00-00\";}}'),(1336,4808,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:11:{s:8:\"traveler\";s:1:\"1\";s:4:\"cost\";s:3:\"800\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2953\";s:5:\"tname\";s:31:\"Experience the Incredible India\";s:8:\"datetime\";s:10:\"2023-04-10\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:5:\"Fahad\";s:5:\"lname\";s:3:\"Ali\";s:5:\"email\";s:24:\"fahad.a2468910@gmail.com\";s:7:\"address\";s:16:\"Kot Radha Kishan\";s:4:\"city\";s:16:\"Kot Radha Kishan\";s:7:\"country\";s:8:\"Pakistan\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4808;s:17:\"additional_fields\";a:0:{}}'),(1337,4808,'wp_travel_engine_booking_payment_status','pending'),(1338,4808,'wp_travel_engine_booking_payment_method','booking_only'),(1339,4808,'billing_info','a:6:{s:5:\"fname\";s:5:\"Fahad\";s:5:\"lname\";s:3:\"Ali\";s:5:\"email\";s:24:\"fahad.a2468910@gmail.com\";s:7:\"address\";s:16:\"Kot Radha Kishan\";s:4:\"city\";s:16:\"Kot Radha Kishan\";s:7:\"country\";s:8:\"Pakistan\";}'),(1340,4808,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:800;s:5:\"total\";d:800;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(1341,4808,'payments','a:1:{i:0;i:4810;}'),(1342,4808,'due_amount','800'),(1343,4808,'wp_travel_engine_booking_status','booked'),(1344,4808,'wp_travel_engine_booking_payment_gateway','Booking Only'),(1345,4808,'additional_fields','a:0:{}'),(1346,4808,'_demo_importer_plus_sites_imported_post','1'),(1347,4808,'_demo_importer_enable_for_batch','1'),(1348,4812,'order_trips','a:1:{s:31:\"cart_2957_4238_2023-04-04_00-00\";a:12:{s:2:\"ID\";i:2957;s:5:\"title\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:4:\"cost\";d:2200;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-04-04\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"2\";}s:8:\"pax_cost\";a:1:{i:51;d:2200;}s:8:\"has_time\";b:0;s:12:\"package_name\";s:15:\"Budget Friendly\";s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2957_4238_2023-04-04_00-00\";}}'),(1349,4812,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:11:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:4:\"2200\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2957\";s:5:\"tname\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:8:\"datetime\";s:10:\"2023-04-04\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:4:\"Rand\";s:5:\"lname\";s:7:\"Chaaban\";s:5:\"email\";s:19:\"hayviar85@gmail.com\";s:7:\"address\";s:17:\"Hauptstraße 35/2\";s:4:\"city\";s:27:\"Heiligenkreus im Lafnitztal\";s:7:\"country\";s:7:\"Austria\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"2\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4812;s:17:\"additional_fields\";a:0:{}}'),(1350,4812,'wp_travel_engine_booking_payment_status','pending'),(1351,4812,'wp_travel_engine_booking_payment_method','booking_only'),(1352,4812,'billing_info','a:6:{s:5:\"fname\";s:4:\"Rand\";s:5:\"lname\";s:7:\"Chaaban\";s:5:\"email\";s:19:\"hayviar85@gmail.com\";s:7:\"address\";s:17:\"Hauptstraße 35/2\";s:4:\"city\";s:27:\"Heiligenkreus im Lafnitztal\";s:7:\"country\";s:7:\"Austria\";}'),(1353,4812,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:2200;s:5:\"total\";d:2200;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(1354,4812,'payments','a:1:{i:0;i:4814;}'),(1355,4812,'due_amount','2200'),(1356,4812,'wp_travel_engine_booking_status','booked'),(1357,4812,'wp_travel_engine_booking_payment_gateway','Booking Only'),(1358,4812,'additional_fields','a:0:{}'),(1359,4812,'_wxr_import_user_slug','aa'),(1360,4812,'_demo_importer_plus_sites_imported_post','1'),(1361,4812,'_demo_importer_enable_for_batch','1'),(1362,4815,'order_trips','a:1:{s:31:\"cart_2949_4237_2023-04-07_12-00\";a:13:{s:2:\"ID\";i:2949;s:5:\"title\";s:34:\"Paris Effiel Tower Tour 1 Day Tour\";s:4:\"cost\";d:30;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:16:\"2023-04-07T12:00\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"1\";}s:8:\"pax_cost\";a:1:{i:51;d:30;}s:8:\"has_time\";b:1;s:12:\"package_name\";s:15:\"Budget Friendly\";s:11:\"trip_extras\";a:0:{}s:12:\"end_datetime\";s:16:\"2023-04-07T17:00\";s:14:\"_prev_cart_key\";s:31:\"cart_2949_4237_2023-04-07_12-00\";}}'),(1363,4815,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:11:{s:8:\"traveler\";s:1:\"1\";s:4:\"cost\";s:2:\"30\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2949\";s:5:\"tname\";s:34:\"Paris Effiel Tower Tour 1 Day Tour\";s:8:\"datetime\";s:10:\"2023-04-07\";s:12:\"datewithtime\";s:16:\"2023-04-07T12:00\";s:7:\"booking\";a:6:{s:5:\"fname\";s:5:\"praba\";s:5:\"lname\";s:5:\"karan\";s:5:\"email\";s:20:\"prabakaran@dotcod.in\";s:7:\"address\";s:10:\"coimbatore\";s:4:\"city\";s:14:\"saravanampatty\";s:7:\"country\";s:5:\"India\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4815;s:17:\"additional_fields\";a:0:{}}'),(1364,4815,'wp_travel_engine_booking_payment_status','pending'),(1365,4815,'wp_travel_engine_booking_payment_method','booking_only'),(1366,4815,'billing_info','a:6:{s:5:\"fname\";s:5:\"praba\";s:5:\"lname\";s:5:\"karan\";s:5:\"email\";s:20:\"prabakaran@dotcod.in\";s:7:\"address\";s:10:\"coimbatore\";s:4:\"city\";s:14:\"saravanampatty\";s:7:\"country\";s:5:\"India\";}'),(1367,4815,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:30;s:5:\"total\";d:30;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(1368,4815,'payments','a:1:{i:0;i:4817;}'),(1369,4815,'due_amount','30'),(1370,4815,'wp_travel_engine_booking_status','booked'),(1371,4815,'wp_travel_engine_booking_payment_gateway','Booking Only'),(1372,4815,'additional_fields','a:0:{}'),(1373,4815,'_demo_importer_plus_sites_imported_post','1'),(1374,4815,'_demo_importer_enable_for_batch','1'),(1375,4818,'order_trips','a:1:{s:31:\"cart_2949_4237_2023-04-13_14-00\";a:13:{s:2:\"ID\";i:2949;s:5:\"title\";s:34:\"Paris Effiel Tower Tour 1 Day Tour\";s:4:\"cost\";d:50;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:16:\"2023-04-13T14:00\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"1\";i:53;s:1:\"1\";}s:8:\"pax_cost\";a:2:{i:51;d:30;i:53;d:20;}s:8:\"has_time\";b:1;s:12:\"package_name\";s:15:\"Budget Friendly\";s:11:\"trip_extras\";a:0:{}s:12:\"end_datetime\";s:16:\"2023-04-13T19:00\";s:14:\"_prev_cart_key\";s:31:\"cart_2949_4237_2023-04-13_14-00\";}}'),(1376,4818,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:12:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:2:\"50\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2949\";s:5:\"tname\";s:34:\"Paris Effiel Tower Tour 1 Day Tour\";s:8:\"datetime\";s:10:\"2023-04-13\";s:12:\"datewithtime\";s:16:\"2023-04-13T14:00\";s:7:\"booking\";a:6:{s:5:\"fname\";s:5:\"praba\";s:5:\"lname\";s:5:\"karan\";s:5:\"email\";s:20:\"prabakaran@dotcod.in\";s:7:\"address\";s:10:\"coimbatore\";s:4:\"city\";s:14:\"saravanampatty\";s:7:\"country\";s:5:\"India\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:5:\"Child\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4818;s:17:\"additional_fields\";a:0:{}}'),(1377,4818,'wp_travel_engine_booking_payment_status','pending'),(1378,4818,'wp_travel_engine_booking_payment_method','booking_only'),(1379,4818,'billing_info','a:6:{s:5:\"fname\";s:5:\"praba\";s:5:\"lname\";s:5:\"karan\";s:5:\"email\";s:20:\"prabakaran@dotcod.in\";s:7:\"address\";s:10:\"coimbatore\";s:4:\"city\";s:14:\"saravanampatty\";s:7:\"country\";s:5:\"India\";}'),(1380,4818,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:50;s:5:\"total\";d:50;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(1381,4818,'payments','a:1:{i:0;i:4819;}'),(1382,4818,'due_amount','50'),(1383,4818,'wp_travel_engine_booking_status','booked'),(1384,4818,'wp_travel_engine_booking_payment_gateway','Booking Only'),(1385,4818,'additional_fields','a:0:{}'),(1386,4818,'_demo_importer_plus_sites_imported_post','1'),(1387,4818,'_demo_importer_enable_for_batch','1'),(1388,4820,'order_trips','a:1:{s:31:\"cart_2957_4238_2023-04-28_00-00\";a:12:{s:2:\"ID\";i:2957;s:5:\"title\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:4:\"cost\";d:1600;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-04-28\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"1\";i:53;s:1:\"1\";}s:8:\"pax_cost\";a:2:{i:51;d:1100;i:53;d:500;}s:8:\"has_time\";b:0;s:12:\"package_name\";s:15:\"Budget Friendly\";s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2957_4238_2023-04-28_00-00\";}}'),(1389,4820,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:12:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:4:\"1600\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2957\";s:5:\"tname\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:8:\"datetime\";s:10:\"2023-04-28\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:6:\"nirved\";s:5:\"lname\";s:4:\"soni\";s:5:\"email\";s:15:\"nive2ggh@gg.com\";s:7:\"address\";s:68:\"mahaveer parisar behind of mejor market pipariya khamariya, pipariya\";s:4:\"city\";s:8:\"Jabalpur\";s:7:\"country\";s:5:\"India\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:5:\"Child\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4820;s:17:\"additional_fields\";a:0:{}}'),(1390,4820,'wp_travel_engine_booking_payment_status','pending'),(1391,4820,'wp_travel_engine_booking_payment_method','paypal_payment'),(1392,4820,'billing_info','a:6:{s:5:\"fname\";s:6:\"nirved\";s:5:\"lname\";s:4:\"soni\";s:5:\"email\";s:15:\"nive2ggh@gg.com\";s:7:\"address\";s:68:\"mahaveer parisar behind of mejor market pipariya khamariya, pipariya\";s:4:\"city\";s:8:\"Jabalpur\";s:7:\"country\";s:5:\"India\";}'),(1393,4820,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:1600;s:5:\"total\";d:1600;s:12:\"cart_partial\";d:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(1394,4820,'payments','a:1:{i:0;i:4822;}'),(1395,4820,'due_amount','1600'),(1396,4820,'wp_travel_engine_booking_status','pending'),(1397,4820,'wp_travel_engine_booking_payment_gateway','paypal_payment'),(1398,4820,'additional_fields','a:0:{}'),(1399,4820,'_demo_importer_plus_sites_imported_post','1'),(1400,4820,'_demo_importer_enable_for_batch','1'),(1401,4823,'order_trips','a:1:{s:31:\"cart_2957_4238_2023-04-28_00-00\";a:12:{s:2:\"ID\";i:2957;s:5:\"title\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:4:\"cost\";d:1600;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-04-28\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"1\";i:53;s:1:\"1\";}s:8:\"pax_cost\";a:2:{i:51;d:1100;i:53;d:500;}s:8:\"has_time\";b:0;s:12:\"package_name\";s:15:\"Budget Friendly\";s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2957_4238_2023-04-28_00-00\";}}'),(1402,4823,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:12:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:4:\"1600\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2957\";s:5:\"tname\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:8:\"datetime\";s:10:\"2023-04-28\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:6:\"nirved\";s:5:\"lname\";s:4:\"soni\";s:5:\"email\";s:15:\"nive2ggh@gg.com\";s:7:\"address\";s:68:\"mahaveer parisar behind of mejor market pipariya khamariya, pipariya\";s:4:\"city\";s:8:\"Jabalpur\";s:7:\"country\";s:5:\"India\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:5:\"Child\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4823;s:17:\"additional_fields\";a:0:{}}'),(1403,4823,'wp_travel_engine_booking_payment_status','pending'),(1404,4823,'wp_travel_engine_booking_payment_method','booking_only'),(1405,4823,'billing_info','a:6:{s:5:\"fname\";s:6:\"nirved\";s:5:\"lname\";s:4:\"soni\";s:5:\"email\";s:15:\"nive2ggh@gg.com\";s:7:\"address\";s:68:\"mahaveer parisar behind of mejor market pipariya khamariya, pipariya\";s:4:\"city\";s:8:\"Jabalpur\";s:7:\"country\";s:5:\"India\";}'),(1406,4823,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:1600;s:5:\"total\";d:1600;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(1407,4823,'payments','a:1:{i:0;i:4824;}'),(1408,4823,'due_amount','1600'),(1409,4823,'wp_travel_engine_booking_status','booked'),(1410,4823,'wp_travel_engine_booking_payment_gateway','Booking Only'),(1411,4823,'additional_fields','a:0:{}'),(1412,4823,'_demo_importer_plus_sites_imported_post','1'),(1413,4823,'_demo_importer_enable_for_batch','1'),(1414,4825,'order_trips','a:1:{s:31:\"cart_2953_4233_2023-04-27_00-00\";a:12:{s:2:\"ID\";i:2953;s:5:\"title\";s:31:\"Experience the Incredible India\";s:4:\"cost\";d:2600;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-04-27\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"2\";i:53;s:1:\"2\";}s:8:\"pax_cost\";a:2:{i:51;d:1600;i:53;d:1000;}s:8:\"has_time\";b:0;s:12:\"package_name\";s:15:\"Budget Friendly\";s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2953_4233_2023-04-27_00-00\";}}'),(1415,4825,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:12:{s:8:\"traveler\";s:1:\"4\";s:4:\"cost\";s:4:\"2600\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2953\";s:5:\"tname\";s:31:\"Experience the Incredible India\";s:8:\"datetime\";s:10:\"2023-04-27\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:6:\"nirved\";s:5:\"lname\";s:4:\"soni\";s:5:\"email\";s:22:\"nirvedsoni28@gmail.com\";s:7:\"address\";s:68:\"mahaveer parisar behind of mejor market pipariya khamariya, pipariya\";s:4:\"city\";s:8:\"Jabalpur\";s:7:\"country\";s:5:\"India\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"2\";s:5:\"Child\";s:1:\"2\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4825;s:17:\"additional_fields\";a:0:{}}'),(1416,4825,'wp_travel_engine_booking_payment_status','voucher-waiting'),(1417,4825,'wp_travel_engine_booking_payment_method','direct_bank_transfer'),(1418,4825,'billing_info','a:6:{s:5:\"fname\";s:6:\"nirved\";s:5:\"lname\";s:4:\"soni\";s:5:\"email\";s:22:\"nirvedsoni28@gmail.com\";s:7:\"address\";s:68:\"mahaveer parisar behind of mejor market pipariya khamariya, pipariya\";s:4:\"city\";s:8:\"Jabalpur\";s:7:\"country\";s:5:\"India\";}'),(1419,4825,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:2600;s:5:\"total\";d:2600;s:12:\"cart_partial\";d:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(1420,4825,'payments','a:2:{i:0;i:4827;i:1;i:4828;}'),(1421,4825,'due_amount','2600'),(1422,4825,'wp_travel_engine_booking_status','pending'),(1423,4825,'wp_travel_engine_booking_payment_gateway','Direct Bank Transfer'),(1424,4825,'additional_fields','a:0:{}'),(1425,4825,'_wxr_import_user_slug','nirvedsoni'),(1426,4825,'_demo_importer_plus_sites_imported_post','1'),(1427,4825,'_demo_importer_enable_for_batch','1'),(1428,4829,'order_trips','a:1:{s:31:\"cart_2762_4248_2023-04-15_00-00\";a:12:{s:2:\"ID\";i:2762;s:5:\"title\";s:40:\"Annapurna Circuit Trek with Tilicho Lake\";s:4:\"cost\";d:1200;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-04-15\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"2\";}s:8:\"pax_cost\";a:1:{i:51;d:1200;}s:8:\"has_time\";b:0;s:12:\"package_name\";s:15:\"Budget Friendly\";s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2762_4248_2023-04-15_00-00\";}}'),(1429,4829,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:11:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:4:\"1200\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2762\";s:5:\"tname\";s:40:\"Annapurna Circuit Trek with Tilicho Lake\";s:8:\"datetime\";s:10:\"2023-04-15\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:6:\"Yasser\";s:5:\"lname\";s:5:\"Essam\";s:5:\"email\";s:23:\"yasseressam@outlook.com\";s:7:\"address\";s:26:\"17-B Nadi El rydat, hadaba\";s:4:\"city\";s:15:\"SHARM EL-SHEIKH\";s:7:\"country\";s:5:\"Egypt\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"2\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4829;s:17:\"additional_fields\";a:0:{}}'),(1430,4829,'wp_travel_engine_booking_payment_status','pending'),(1431,4829,'wp_travel_engine_booking_payment_method','booking_only'),(1432,4829,'billing_info','a:6:{s:5:\"fname\";s:6:\"Yasser\";s:5:\"lname\";s:5:\"Essam\";s:5:\"email\";s:23:\"yasseressam@outlook.com\";s:7:\"address\";s:26:\"17-B Nadi El rydat, hadaba\";s:4:\"city\";s:15:\"SHARM EL-SHEIKH\";s:7:\"country\";s:5:\"Egypt\";}'),(1433,4829,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:1200;s:5:\"total\";d:1200;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(1434,4829,'payments','a:1:{i:0;i:4831;}'),(1435,4829,'due_amount','1200'),(1436,4829,'wp_travel_engine_booking_status','booked'),(1437,4829,'wp_travel_engine_booking_payment_gateway','Booking Only'),(1438,4829,'additional_fields','a:0:{}'),(1439,4829,'_demo_importer_plus_sites_imported_post','1'),(1440,4829,'_demo_importer_enable_for_batch','1'),(1441,4832,'order_trips','a:1:{s:31:\"cart_2949_4237_2023-04-11_12-00\";a:13:{s:2:\"ID\";i:2949;s:5:\"title\";s:34:\"Paris Effiel Tower Tour 1 Day Tour\";s:4:\"cost\";d:30;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:16:\"2023-04-11T12:00\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"1\";}s:8:\"pax_cost\";a:1:{i:51;d:30;}s:8:\"has_time\";b:1;s:12:\"package_name\";s:15:\"Budget Friendly\";s:11:\"trip_extras\";a:0:{}s:12:\"end_datetime\";s:16:\"2023-04-11T17:00\";s:14:\"_prev_cart_key\";s:31:\"cart_2949_4237_2023-04-11_12-00\";}}'),(1442,4832,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:11:{s:8:\"traveler\";s:1:\"1\";s:4:\"cost\";s:2:\"30\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2949\";s:5:\"tname\";s:34:\"Paris Effiel Tower Tour 1 Day Tour\";s:8:\"datetime\";s:10:\"2023-04-11\";s:12:\"datewithtime\";s:16:\"2023-04-11T12:00\";s:7:\"booking\";a:6:{s:5:\"fname\";s:6:\"Yasser\";s:5:\"lname\";s:5:\"Essam\";s:5:\"email\";s:23:\"yasseressam@outlook.com\";s:7:\"address\";s:26:\"17-B Nadi El rydat, hadaba\";s:4:\"city\";s:15:\"SHARM EL-SHEIKH\";s:7:\"country\";s:5:\"Egypt\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4832;s:17:\"additional_fields\";a:0:{}}'),(1443,4832,'wp_travel_engine_booking_payment_status','pending'),(1444,4832,'wp_travel_engine_booking_payment_method','booking_only'),(1445,4832,'billing_info','a:6:{s:5:\"fname\";s:6:\"Yasser\";s:5:\"lname\";s:5:\"Essam\";s:5:\"email\";s:23:\"yasseressam@outlook.com\";s:7:\"address\";s:26:\"17-B Nadi El rydat, hadaba\";s:4:\"city\";s:15:\"SHARM EL-SHEIKH\";s:7:\"country\";s:5:\"Egypt\";}'),(1446,4832,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:30;s:5:\"total\";d:30;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(1447,4832,'payments','a:1:{i:0;i:4833;}'),(1448,4832,'due_amount','30'),(1449,4832,'wp_travel_engine_booking_status','booked'),(1450,4832,'wp_travel_engine_booking_payment_gateway','Booking Only'),(1451,4832,'additional_fields','a:0:{}'),(1452,4832,'_wxr_import_user_slug','yasseraessam'),(1453,4832,'_demo_importer_plus_sites_imported_post','1'),(1454,4832,'_demo_importer_enable_for_batch','1'),(1455,4834,'order_trips','a:1:{s:31:\"cart_2951_4236_2023-04-18_00-00\";a:12:{s:2:\"ID\";i:2951;s:5:\"title\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:4:\"cost\";d:2300;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-04-18\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"1\";}s:8:\"pax_cost\";a:1:{i:51;d:2300;}s:8:\"has_time\";b:0;s:12:\"package_name\";s:15:\"Budget Friendly\";s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2951_4236_2023-04-18_00-00\";}}'),(1456,4834,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:11:{s:8:\"traveler\";s:1:\"1\";s:4:\"cost\";s:4:\"2300\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2951\";s:5:\"tname\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:8:\"datetime\";s:10:\"2023-04-18\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:4:\"asdf\";s:5:\"lname\";s:4:\"asdf\";s:5:\"email\";s:20:\"emreaksooy@gmail.com\";s:7:\"address\";s:36:\"Fener mah. 1937 sok. a. n. cimen sit\";s:4:\"city\";s:7:\"antalya\";s:7:\"country\";s:6:\"Turkey\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4834;s:17:\"additional_fields\";a:0:{}}'),(1457,4834,'wp_travel_engine_booking_payment_status','pending'),(1458,4834,'wp_travel_engine_booking_payment_method','booking_only'),(1459,4834,'billing_info','a:6:{s:5:\"fname\";s:4:\"asdf\";s:5:\"lname\";s:4:\"asdf\";s:5:\"email\";s:20:\"emreaksooy@gmail.com\";s:7:\"address\";s:36:\"Fener mah. 1937 sok. a. n. cimen sit\";s:4:\"city\";s:7:\"antalya\";s:7:\"country\";s:6:\"Turkey\";}'),(1460,4834,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:2300;s:5:\"total\";d:2300;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(1461,4834,'payments','a:1:{i:0;i:4836;}'),(1462,4834,'due_amount','2300'),(1463,4834,'wp_travel_engine_booking_status','booked'),(1464,4834,'wp_travel_engine_booking_payment_gateway','Booking Only'),(1465,4834,'additional_fields','a:0:{}'),(1466,4834,'_demo_importer_plus_sites_imported_post','1'),(1467,4834,'_demo_importer_enable_for_batch','1'),(1468,4838,'order_trips','a:1:{s:31:\"cart_2956_4240_2023-07-13_00-00\";a:12:{s:2:\"ID\";i:2956;s:5:\"title\";s:31:\"Fantastic Maldives Tour Package\";s:4:\"cost\";d:3900;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-07-13\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"3\";}s:8:\"pax_cost\";a:1:{i:51;d:3900;}s:8:\"has_time\";b:0;s:12:\"package_name\";s:6:\"Luxury\";s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2956_4240_2023-07-13_00-00\";}}'),(1469,4838,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:11:{s:8:\"traveler\";s:1:\"3\";s:4:\"cost\";s:4:\"3900\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2956\";s:5:\"tname\";s:31:\"Fantastic Maldives Tour Package\";s:8:\"datetime\";s:10:\"2023-07-13\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:11:\"Jaypalsingh\";s:5:\"lname\";s:5:\"Bhati\";s:5:\"email\";s:22:\"bjaypalsingh@gmail.com\";s:7:\"address\";s:21:\"Chandkheda, Ahmedabad\";s:4:\"city\";s:9:\"Ahmedabad\";s:7:\"country\";s:5:\"India\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"3\";s:12:\"trip_package\";s:6:\"Luxury\";}i:0;i:4838;s:17:\"additional_fields\";a:0:{}}'),(1470,4838,'wp_travel_engine_booking_payment_status','voucher-waiting'),(1471,4838,'wp_travel_engine_booking_payment_method','direct_bank_transfer'),(1472,4838,'billing_info','a:6:{s:5:\"fname\";s:11:\"Jaypalsingh\";s:5:\"lname\";s:5:\"Bhati\";s:5:\"email\";s:22:\"bjaypalsingh@gmail.com\";s:7:\"address\";s:21:\"Chandkheda, Ahmedabad\";s:4:\"city\";s:9:\"Ahmedabad\";s:7:\"country\";s:5:\"India\";}'),(1473,4838,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:3900;s:5:\"total\";d:3900;s:12:\"cart_partial\";d:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(1474,4838,'payments','a:1:{i:0;i:4840;}'),(1475,4838,'due_amount','3900'),(1476,4838,'wp_travel_engine_booking_status','pending'),(1477,4838,'wp_travel_engine_booking_payment_gateway','Direct Bank Transfer'),(1478,4838,'additional_fields','a:0:{}'),(1479,4838,'_demo_importer_plus_sites_imported_post','1'),(1480,4838,'_demo_importer_enable_for_batch','1'),(1481,4841,'order_trips','a:1:{s:31:\"cart_2951_4236_2023-04-28_00-00\";a:12:{s:2:\"ID\";i:2951;s:5:\"title\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:4:\"cost\";d:2300;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-04-28\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"1\";}s:8:\"pax_cost\";a:1:{i:51;d:2300;}s:8:\"has_time\";b:0;s:12:\"package_name\";s:15:\"Budget Friendly\";s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2951_4236_2023-04-28_00-00\";}}'),(1482,4841,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:11:{s:8:\"traveler\";s:1:\"1\";s:4:\"cost\";s:4:\"2300\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2951\";s:5:\"tname\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:8:\"datetime\";s:10:\"2023-04-28\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:5:\"Abdul\";s:5:\"lname\";s:7:\"Qarriem\";s:5:\"email\";s:21:\"abdimstore3@gmail.com\";s:7:\"address\";s:8:\"Jl Bakti\";s:4:\"city\";s:13:\"Jakarta Pusat\";s:7:\"country\";s:9:\"Indonesia\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4841;s:17:\"additional_fields\";a:0:{}}'),(1483,4841,'wp_travel_engine_booking_payment_status','voucher-waiting'),(1484,4841,'wp_travel_engine_booking_payment_method','direct_bank_transfer'),(1485,4841,'billing_info','a:6:{s:5:\"fname\";s:5:\"Abdul\";s:5:\"lname\";s:7:\"Qarriem\";s:5:\"email\";s:21:\"abdimstore3@gmail.com\";s:7:\"address\";s:8:\"Jl Bakti\";s:4:\"city\";s:13:\"Jakarta Pusat\";s:7:\"country\";s:9:\"Indonesia\";}'),(1486,4841,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:2300;s:5:\"total\";d:2300;s:12:\"cart_partial\";d:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(1487,4841,'payments','a:1:{i:0;i:4843;}'),(1488,4841,'due_amount','2300'),(1489,4841,'wp_travel_engine_booking_status','pending'),(1490,4841,'wp_travel_engine_booking_payment_gateway','Direct Bank Transfer'),(1491,4841,'additional_fields','a:0:{}'),(1492,4841,'_demo_importer_plus_sites_imported_post','1'),(1493,4841,'_demo_importer_enable_for_batch','1'),(1494,4844,'order_trips','a:1:{s:31:\"cart_2951_4236_2023-04-28_00-00\";a:12:{s:2:\"ID\";i:2951;s:5:\"title\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:4:\"cost\";d:2300;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-04-28\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"1\";}s:8:\"pax_cost\";a:1:{i:51;d:2300;}s:8:\"has_time\";b:0;s:12:\"package_name\";s:15:\"Budget Friendly\";s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2951_4236_2023-04-28_00-00\";}}'),(1495,4844,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:11:{s:8:\"traveler\";s:1:\"1\";s:4:\"cost\";s:4:\"2300\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2951\";s:5:\"tname\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:8:\"datetime\";s:10:\"2023-04-28\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:5:\"Abdul\";s:5:\"lname\";s:7:\"Qarriem\";s:5:\"email\";s:21:\"abdimstore3@gmail.com\";s:7:\"address\";s:8:\"Jl Bakti\";s:4:\"city\";s:13:\"Jakarta Pusat\";s:7:\"country\";s:9:\"Indonesia\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4844;s:17:\"additional_fields\";a:0:{}}'),(1496,4844,'wp_travel_engine_booking_payment_status','voucher-waiting'),(1497,4844,'wp_travel_engine_booking_payment_method','direct_bank_transfer'),(1498,4844,'billing_info','a:6:{s:5:\"fname\";s:5:\"Abdul\";s:5:\"lname\";s:7:\"Qarriem\";s:5:\"email\";s:21:\"abdimstore3@gmail.com\";s:7:\"address\";s:8:\"Jl Bakti\";s:4:\"city\";s:13:\"Jakarta Pusat\";s:7:\"country\";s:9:\"Indonesia\";}'),(1499,4844,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:2300;s:5:\"total\";d:2300;s:12:\"cart_partial\";d:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(1500,4844,'payments','a:1:{i:0;i:4845;}'),(1501,4844,'due_amount','2300'),(1502,4844,'wp_travel_engine_booking_status','pending'),(1503,4844,'wp_travel_engine_booking_payment_gateway','Direct Bank Transfer'),(1504,4844,'additional_fields','a:0:{}'),(1505,4844,'_demo_importer_plus_sites_imported_post','1'),(1506,4844,'_demo_importer_enable_for_batch','1'),(1507,4846,'order_trips','a:1:{s:31:\"cart_2953_4233_2023-04-28_00-00\";a:12:{s:2:\"ID\";i:2953;s:5:\"title\";s:31:\"Experience the Incredible India\";s:4:\"cost\";d:1300;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-04-28\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"1\";i:53;s:1:\"1\";}s:8:\"pax_cost\";a:2:{i:51;d:800;i:53;d:500;}s:8:\"has_time\";b:0;s:12:\"package_name\";s:15:\"Budget Friendly\";s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2953_4233_2023-04-28_00-00\";}}'),(1508,4846,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:12:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:4:\"1300\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2953\";s:5:\"tname\";s:31:\"Experience the Incredible India\";s:8:\"datetime\";s:10:\"2023-04-28\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:10:\"b ncghmg,c\";s:5:\"lname\";s:6:\"cmcgh,\";s:5:\"email\";s:21:\"cgngynxfn@bsdtbndt.co\";s:7:\"address\";s:13:\"gcxnygnsrgc,m\";s:4:\"city\";s:14:\"xtfhrsdtjskdtm\";s:7:\"country\";s:5:\"Aruba\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:5:\"Child\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4846;s:17:\"additional_fields\";a:0:{}}'),(1509,4846,'wp_travel_engine_booking_payment_status','voucher-waiting'),(1510,4846,'wp_travel_engine_booking_payment_method','direct_bank_transfer'),(1511,4846,'billing_info','a:6:{s:5:\"fname\";s:10:\"b ncghmg,c\";s:5:\"lname\";s:6:\"cmcgh,\";s:5:\"email\";s:21:\"cgngynxfn@bsdtbndt.co\";s:7:\"address\";s:13:\"gcxnygnsrgc,m\";s:4:\"city\";s:14:\"xtfhrsdtjskdtm\";s:7:\"country\";s:5:\"Aruba\";}'),(1512,4846,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:1300;s:5:\"total\";d:1300;s:12:\"cart_partial\";d:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(1513,4846,'payments','a:1:{i:0;i:4848;}'),(1514,4846,'due_amount','1300'),(1515,4846,'wp_travel_engine_booking_status','pending'),(1516,4846,'wp_travel_engine_booking_payment_gateway','Direct Bank Transfer'),(1517,4846,'additional_fields','a:0:{}'),(1518,4846,'_demo_importer_plus_sites_imported_post','1'),(1519,4846,'_demo_importer_enable_for_batch','1'),(1520,4849,'order_trips','a:1:{s:31:\"cart_2956_4239_2023-04-29_00-00\";a:12:{s:2:\"ID\";i:2956;s:5:\"title\";s:31:\"Fantastic Maldives Tour Package\";s:4:\"cost\";d:1850;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-04-29\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"2\";i:53;s:1:\"1\";}s:8:\"pax_cost\";a:2:{i:51;d:1400;i:53;d:450;}s:8:\"has_time\";b:0;s:12:\"package_name\";s:15:\"Budget Friendly\";s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2956_4239_2023-04-29_00-00\";}}'),(1521,4849,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:12:{s:8:\"traveler\";s:1:\"3\";s:4:\"cost\";s:4:\"1850\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2956\";s:5:\"tname\";s:31:\"Fantastic Maldives Tour Package\";s:8:\"datetime\";s:10:\"2023-04-29\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:6:\"kibria\";s:5:\"lname\";s:9:\"khandaker\";s:5:\"email\";s:27:\"kibriakhandaker66@gmail.com\";s:7:\"address\";s:48:\"Holding No: 10, Puratan court, kishoreganj Sadar\";s:4:\"city\";s:11:\"Kishoregonj\";s:7:\"country\";s:10:\"Bangladesh\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"2\";s:5:\"Child\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4849;s:17:\"additional_fields\";a:0:{}}'),(1522,4849,'wp_travel_engine_booking_payment_status','pending'),(1523,4849,'wp_travel_engine_booking_payment_method','booking_only'),(1524,4849,'billing_info','a:6:{s:5:\"fname\";s:6:\"kibria\";s:5:\"lname\";s:9:\"khandaker\";s:5:\"email\";s:27:\"kibriakhandaker66@gmail.com\";s:7:\"address\";s:48:\"Holding No: 10, Puratan court, kishoreganj Sadar\";s:4:\"city\";s:11:\"Kishoregonj\";s:7:\"country\";s:10:\"Bangladesh\";}'),(1525,4849,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:1850;s:5:\"total\";d:1850;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(1526,4849,'payments','a:1:{i:0;i:4851;}'),(1527,4849,'due_amount','1850'),(1528,4849,'wp_travel_engine_booking_status','booked'),(1529,4849,'wp_travel_engine_booking_payment_gateway','Booking Only'),(1530,4849,'additional_fields','a:0:{}'),(1531,4849,'_demo_importer_plus_sites_imported_post','1'),(1532,4849,'_demo_importer_enable_for_batch','1'),(1533,4852,'order_trips','a:1:{s:31:\"cart_2953_4233_2023-05-17_00-00\";a:12:{s:2:\"ID\";i:2953;s:5:\"title\";s:31:\"Experience the Incredible India\";s:4:\"cost\";d:2100;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-05-17\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"2\";i:53;s:1:\"1\";}s:8:\"pax_cost\";a:2:{i:51;d:1600;i:53;d:500;}s:8:\"has_time\";b:0;s:12:\"package_name\";s:15:\"Budget Friendly\";s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2953_4233_2023-05-17_00-00\";}}'),(1534,4852,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:12:{s:8:\"traveler\";s:1:\"3\";s:4:\"cost\";s:4:\"2100\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2953\";s:5:\"tname\";s:31:\"Experience the Incredible India\";s:8:\"datetime\";s:10:\"2023-05-17\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:4:\"Gjjj\";s:5:\"lname\";s:4:\"Ghuu\";s:5:\"email\";s:9:\"fh@fh.com\";s:7:\"address\";s:4:\"Fjjg\";s:4:\"city\";s:3:\"Gbk\";s:7:\"country\";s:6:\"Angola\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"2\";s:5:\"Child\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4852;s:17:\"additional_fields\";a:0:{}}'),(1535,4852,'wp_travel_engine_booking_payment_status','pending'),(1536,4852,'wp_travel_engine_booking_payment_method','booking_only'),(1537,4852,'billing_info','a:6:{s:5:\"fname\";s:4:\"Gjjj\";s:5:\"lname\";s:4:\"Ghuu\";s:5:\"email\";s:9:\"fh@fh.com\";s:7:\"address\";s:4:\"Fjjg\";s:4:\"city\";s:3:\"Gbk\";s:7:\"country\";s:6:\"Angola\";}'),(1538,4852,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:2100;s:5:\"total\";d:2100;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(1539,4852,'payments','a:1:{i:0;i:4854;}'),(1540,4852,'due_amount','2100'),(1541,4852,'wp_travel_engine_booking_status','booked'),(1542,4852,'wp_travel_engine_booking_payment_gateway','Booking Only'),(1543,4852,'additional_fields','a:0:{}'),(1544,4852,'_demo_importer_plus_sites_imported_post','1'),(1545,4852,'_demo_importer_enable_for_batch','1'),(1546,4855,'order_trips','a:1:{s:31:\"cart_2950_4246_2023-06-01_00-00\";a:12:{s:2:\"ID\";i:2950;s:5:\"title\";s:20:\"Lake Boating in Peru\";s:4:\"cost\";d:900;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-06-01\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:1:{i:51;s:1:\"2\";}s:8:\"pax_cost\";a:1:{i:51;d:900;}s:8:\"has_time\";b:0;s:12:\"package_name\";s:7:\"Default\";s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2950_4246_2023-06-01_00-00\";}}'),(1547,4855,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:11:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:3:\"900\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2950\";s:5:\"tname\";s:20:\"Lake Boating in Peru\";s:8:\"datetime\";s:10:\"2023-06-01\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:6:\"Nelson\";s:5:\"lname\";s:5:\"Ngumo\";s:5:\"email\";s:22:\"nelsonmbui88@gmail.com\";s:7:\"address\";s:8:\"157, 157\";s:4:\"city\";s:7:\"nairobi\";s:7:\"country\";s:5:\"Kenya\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"2\";s:12:\"trip_package\";s:7:\"Default\";}i:0;i:4855;s:17:\"additional_fields\";a:0:{}}'),(1548,4855,'wp_travel_engine_booking_payment_status','pending'),(1549,4855,'wp_travel_engine_booking_payment_method','paypal_payment'),(1550,4855,'billing_info','a:6:{s:5:\"fname\";s:6:\"Nelson\";s:5:\"lname\";s:5:\"Ngumo\";s:5:\"email\";s:22:\"nelsonmbui88@gmail.com\";s:7:\"address\";s:8:\"157, 157\";s:4:\"city\";s:7:\"nairobi\";s:7:\"country\";s:5:\"Kenya\";}'),(1551,4855,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:900;s:5:\"total\";d:900;s:12:\"cart_partial\";d:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(1552,4855,'payments','a:1:{i:0;i:4857;}'),(1553,4855,'due_amount','900'),(1554,4855,'wp_travel_engine_booking_status','pending'),(1555,4855,'wp_travel_engine_booking_payment_gateway','paypal_payment'),(1556,4855,'additional_fields','a:0:{}'),(1557,4855,'_demo_importer_plus_sites_imported_post','1'),(1558,4855,'_demo_importer_enable_for_batch','1'),(1559,4858,'order_trips','a:1:{s:31:\"cart_2957_4238_2023-05-18_00-00\";a:12:{s:2:\"ID\";i:2957;s:5:\"title\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:4:\"cost\";d:1600;s:12:\"partial_cost\";i:0;s:8:\"datetime\";s:10:\"2023-05-18\";s:18:\"multi_pricing_used\";b:1;s:3:\"pax\";a:2:{i:51;s:1:\"1\";i:53;s:1:\"1\";}s:8:\"pax_cost\";a:2:{i:51;d:1100;i:53;d:500;}s:8:\"has_time\";b:0;s:12:\"package_name\";s:15:\"Budget Friendly\";s:11:\"trip_extras\";a:0:{}s:14:\"_prev_cart_key\";s:31:\"cart_2957_4238_2023-05-18_00-00\";}}'),(1560,4858,'wp_travel_engine_booking_setting','a:3:{s:11:\"place_order\";a:12:{s:8:\"traveler\";s:1:\"2\";s:4:\"cost\";s:4:\"1600\";s:3:\"due\";s:1:\"0\";s:3:\"tid\";s:4:\"2957\";s:5:\"tname\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:8:\"datetime\";s:10:\"2023-05-18\";s:12:\"datewithtime\";s:0:\"\";s:7:\"booking\";a:6:{s:5:\"fname\";s:7:\"mohamed\";s:5:\"lname\";s:5:\"ayoub\";s:5:\"email\";s:15:\"ayoub@gmail.com\";s:7:\"address\";s:5:\"ahgfs\";s:4:\"city\";s:7:\"tinghir\";s:7:\"country\";s:7:\"Algeria\";}s:3:\"tax\";s:1:\"0\";s:5:\"Adult\";s:1:\"1\";s:5:\"Child\";s:1:\"1\";s:12:\"trip_package\";s:15:\"Budget Friendly\";}i:0;i:4858;s:17:\"additional_fields\";a:0:{}}'),(1561,4858,'wp_travel_engine_booking_payment_status','pending'),(1562,4858,'wp_travel_engine_booking_payment_method','booking_only'),(1563,4858,'billing_info','a:6:{s:5:\"fname\";s:7:\"mohamed\";s:5:\"lname\";s:5:\"ayoub\";s:5:\"email\";s:15:\"ayoub@gmail.com\";s:7:\"address\";s:5:\"ahgfs\";s:4:\"city\";s:7:\"tinghir\";s:7:\"country\";s:7:\"Algeria\";}'),(1564,4858,'cart_info','a:6:{s:8:\"currency\";s:3:\"USD\";s:8:\"subtotal\";d:1600;s:5:\"total\";d:1600;s:12:\"cart_partial\";i:0;s:9:\"discounts\";a:0:{}s:10:\"tax_amount\";i:0;}'),(1565,4858,'payments','a:1:{i:0;i:4860;}'),(1566,4858,'due_amount','1600'),(1567,4858,'wp_travel_engine_booking_status','booked'),(1568,4858,'wp_travel_engine_booking_payment_gateway','Booking Only'),(1569,4858,'additional_fields','a:0:{}'),(1570,4858,'_demo_importer_plus_sites_imported_post','1'),(1571,4858,'_demo_importer_enable_for_batch','1'),(1572,3893,'_update_title','true'),(1573,3893,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2953\";s:5:\"tname\";s:22:\"Prague, Czech Republic\";s:8:\"datetime\";s:10:\"2022-09-23\";s:4:\"cost\";s:4:\"7200\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"3\";s:7:\"booking\";a:6:{s:5:\"fname\";s:4:\"test\";s:5:\"lname\";s:4:\"test\";s:5:\"email\";s:14:\"test@gmail.com\";s:7:\"address\";s:4:\"test\";s:4:\"city\";s:3:\"est\";s:7:\"country\";s:11:\"Afghanistan\";}}}'),(1574,3893,'wp_travel_engine_bookings','a:3:{i:0;i:3892;i:1;i:4681;i:2;i:4683;}'),(1575,3893,'wp_travel_engine_booked_trip_setting','a:11:{s:8:\"traveler\";a:3:{i:1;s:1:\"3\";i:2;s:1:\"2\";i:3;s:1:\"2\";}s:4:\"cost\";a:3:{i:1;s:4:\"7200\";i:2;s:4:\"1150\";i:3;s:4:\"2200\";}s:3:\"due\";a:3:{i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:3:\"tid\";a:3:{i:1;s:4:\"2953\";i:2;s:4:\"2956\";i:3;s:4:\"2957\";}s:5:\"tname\";a:3:{i:1;s:22:\"Prague, Czech Republic\";i:2;s:31:\"Fantastic Maldives Tour Package\";i:3;s:48:\"7 Days tour to Explore the Beauty of Philippines\";}s:8:\"datetime\";a:3:{i:1;s:10:\"2022-09-23\";i:2;s:10:\"2023-02-23\";i:3;s:10:\"2023-02-23\";}s:12:\"datewithtime\";a:3:{i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:3:\"tax\";a:2:{i:2;s:1:\"0\";i:3;s:1:\"0\";}s:5:\"Adult\";a:2:{i:2;s:1:\"1\";i:3;s:1:\"2\";}s:5:\"Child\";a:1:{i:2;s:1:\"1\";}s:12:\"trip_package\";a:2:{i:2;s:15:\"Budget Friendly\";i:3;s:15:\"Budget Friendly\";}}'),(1576,3893,'_wxr_import_user_slug','wptravelengine'),(1577,3893,'_demo_importer_plus_sites_imported_post','1'),(1578,3893,'_demo_importer_enable_for_batch','1'),(1579,4375,'_update_title','true'),(1580,4375,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2951\";s:5:\"tname\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:8:\"datetime\";s:10:\"2022-11-16\";s:4:\"cost\";s:4:\"2300\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"1\";s:7:\"booking\";a:6:{s:5:\"fname\";s:5:\"madan\";s:5:\"lname\";s:8:\"lsadkgls\";s:5:\"email\";s:23:\"ldxfghbslkd@example.com\";s:7:\"address\";s:11:\"chandragiri\";s:4:\"city\";s:1:\"a\";s:7:\"country\";s:7:\"Austria\";}}}'),(1581,4375,'wp_travel_engine_bookings','a:1:{i:0;i:4374;}'),(1582,4375,'wp_travel_engine_booked_trip_setting','a:7:{s:8:\"traveler\";a:1:{i:1;s:1:\"1\";}s:4:\"cost\";a:1:{i:1;s:4:\"2300\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2951\";}s:5:\"tname\";a:1:{i:1;s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2022-11-16\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}}'),(1583,4375,'_demo_importer_plus_sites_imported_post','1'),(1584,4375,'_demo_importer_enable_for_batch','1'),(1585,4537,'_update_title','true'),(1586,4537,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2951\";s:5:\"tname\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:8:\"datetime\";s:10:\"2022-12-21\";s:4:\"cost\";s:4:\"4200\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"2\";s:7:\"booking\";a:6:{s:5:\"fname\";s:5:\"Bruno\";s:5:\"lname\";s:5:\"Alves\";s:5:\"email\";s:15:\"bruno@gmail.com\";s:7:\"address\";s:3:\"lá\";s:4:\"city\";s:6:\"Recife\";s:7:\"country\";s:6:\"Brazil\";}}}'),(1587,4537,'wp_travel_engine_bookings','a:3:{i:0;i:4536;i:1;i:4539;i:2;i:4541;}'),(1588,4537,'wp_travel_engine_booked_trip_setting','a:7:{s:8:\"traveler\";a:3:{i:1;s:1:\"2\";i:2;s:1:\"2\";i:3;s:1:\"2\";}s:4:\"cost\";a:3:{i:1;s:4:\"4200\";i:2;s:4:\"4200\";i:3;s:4:\"4200\";}s:3:\"due\";a:3:{i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:3:\"tid\";a:3:{i:1;s:4:\"2951\";i:2;s:4:\"2951\";i:3;s:4:\"2951\";}s:5:\"tname\";a:3:{i:1;s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";i:2;s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";i:3;s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";}s:8:\"datetime\";a:3:{i:1;s:10:\"2022-12-21\";i:2;s:10:\"2022-12-21\";i:3;s:10:\"2022-12-21\";}s:12:\"datewithtime\";a:3:{i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}}'),(1589,4537,'_demo_importer_plus_sites_imported_post','1'),(1590,4537,'_demo_importer_enable_for_batch','1'),(1591,4544,'_update_title','true'),(1592,4544,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2957\";s:5:\"tname\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:8:\"datetime\";s:10:\"2022-12-19\";s:4:\"cost\";s:5:\"13800\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:2:\"24\";s:7:\"booking\";a:6:{s:5:\"fname\";s:1:\"1\";s:5:\"lname\";s:1:\"1\";s:5:\"email\";s:11:\"1@gmail.com\";s:7:\"address\";s:1:\"1\";s:4:\"city\";s:1:\"1\";s:7:\"country\";s:10:\"Martinique\";}}}'),(1593,4544,'wp_travel_engine_bookings','a:2:{i:0;i:4543;i:1;i:4546;}'),(1594,4544,'wp_travel_engine_booked_trip_setting','a:7:{s:8:\"traveler\";a:2:{i:1;s:2:\"24\";i:2;s:1:\"2\";}s:4:\"cost\";a:2:{i:1;s:5:\"13800\";i:2;s:4:\"1600\";}s:3:\"due\";a:2:{i:1;s:1:\"0\";i:2;s:1:\"0\";}s:3:\"tid\";a:2:{i:1;s:4:\"2957\";i:2;s:4:\"2957\";}s:5:\"tname\";a:2:{i:1;s:48:\"7 Days tour to Explore the Beauty of Philippines\";i:2;s:48:\"7 Days tour to Explore the Beauty of Philippines\";}s:8:\"datetime\";a:2:{i:1;s:10:\"2022-12-19\";i:2;s:10:\"2022-12-19\";}s:12:\"datewithtime\";a:2:{i:1;s:0:\"\";i:2;s:0:\"\";}}'),(1595,4544,'_demo_importer_plus_sites_imported_post','1'),(1596,4544,'_demo_importer_enable_for_batch','1'),(1597,4550,'_update_title','true'),(1598,4550,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2948\";s:5:\"tname\";s:24:\"Ghorepani Poon Hill Trek\";s:8:\"datetime\";s:10:\"2022-12-28\";s:4:\"cost\";s:3:\"700\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"2\";s:7:\"booking\";a:6:{s:5:\"fname\";s:2:\"Om\";s:5:\"lname\";s:5:\"Chand\";s:5:\"email\";s:22:\"omc.rauniyar@gmail.com\";s:7:\"address\";s:15:\"bhimsensthan-20\";s:4:\"city\";s:9:\"kathmandu\";s:7:\"country\";s:5:\"Nepal\";}}}'),(1599,4550,'wp_travel_engine_bookings','a:2:{i:0;i:4549;i:1;i:4552;}'),(1600,4550,'wp_travel_engine_booked_trip_setting','a:7:{s:8:\"traveler\";a:2:{i:1;s:1:\"2\";i:2;s:1:\"2\";}s:4:\"cost\";a:2:{i:1;s:3:\"700\";i:2;s:3:\"700\";}s:3:\"due\";a:2:{i:1;s:1:\"0\";i:2;s:1:\"0\";}s:3:\"tid\";a:2:{i:1;s:4:\"2948\";i:2;s:4:\"2948\";}s:5:\"tname\";a:2:{i:1;s:24:\"Ghorepani Poon Hill Trek\";i:2;s:24:\"Ghorepani Poon Hill Trek\";}s:8:\"datetime\";a:2:{i:1;s:10:\"2022-12-28\";i:2;s:10:\"2022-12-28\";}s:12:\"datewithtime\";a:2:{i:1;s:0:\"\";i:2;s:0:\"\";}}'),(1601,4550,'_demo_importer_plus_sites_imported_post','1'),(1602,4550,'_demo_importer_enable_for_batch','1'),(1603,4555,'_update_title','true'),(1604,4555,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2949\";s:5:\"tname\";s:34:\"Paris Effiel Tower Tour 1 Day Tour\";s:8:\"datetime\";s:16:\"2023-01-27T14:00\";s:4:\"cost\";s:3:\"100\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"4\";s:7:\"booking\";a:6:{s:5:\"fname\";s:8:\"Shehryar\";s:5:\"lname\";s:5:\"Tariq\";s:5:\"email\";s:17:\"sfsfs@gmajyhg.cjv\";s:7:\"address\";s:14:\"h#109 wjfv lag\";s:4:\"city\";s:6:\"lahore\";s:7:\"country\";s:8:\"Pakistan\";}}}'),(1605,4555,'wp_travel_engine_bookings','a:1:{i:0;i:4554;}'),(1606,4555,'wp_travel_engine_booked_trip_setting','a:7:{s:8:\"traveler\";a:1:{i:1;s:1:\"4\";}s:4:\"cost\";a:1:{i:1;s:3:\"100\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2949\";}s:5:\"tname\";a:1:{i:1;s:34:\"Paris Effiel Tower Tour 1 Day Tour\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-01-27\";}s:12:\"datewithtime\";a:1:{i:1;s:16:\"2023-01-27T14:00\";}}'),(1607,4555,'_demo_importer_plus_sites_imported_post','1'),(1608,4555,'_demo_importer_enable_for_batch','1'),(1609,4558,'_update_title','true'),(1610,4558,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2956\";s:5:\"tname\";s:31:\"Fantastic Maldives Tour Package\";s:8:\"datetime\";s:10:\"2022-12-30\";s:4:\"cost\";s:4:\"1150\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"2\";s:7:\"booking\";a:6:{s:5:\"fname\";s:1:\"x\";s:5:\"lname\";s:3:\"x x\";s:5:\"email\";s:15:\"gcdfg@gysgd.com\";s:7:\"address\";s:9:\"sghdgshgd\";s:4:\"city\";s:5:\"xcxxc\";s:7:\"country\";s:7:\"Bahamas\";}}}'),(1611,4558,'wp_travel_engine_bookings','a:1:{i:0;i:4557;}'),(1612,4558,'wp_travel_engine_booked_trip_setting','a:7:{s:8:\"traveler\";a:1:{i:1;s:1:\"2\";}s:4:\"cost\";a:1:{i:1;s:4:\"1150\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2956\";}s:5:\"tname\";a:1:{i:1;s:31:\"Fantastic Maldives Tour Package\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2022-12-30\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}}'),(1613,4558,'_demo_importer_plus_sites_imported_post','1'),(1614,4558,'_demo_importer_enable_for_batch','1'),(1615,4561,'_update_title','true'),(1616,4561,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2762\";s:5:\"tname\";s:40:\"Annapurna Circuit Trek with Tilicho Lake\";s:8:\"datetime\";s:10:\"2022-12-25\";s:4:\"cost\";s:4:\"1200\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"2\";s:7:\"booking\";a:6:{s:5:\"fname\";s:7:\"Stephen\";s:5:\"lname\";s:5:\"Kamau\";s:5:\"email\";s:25:\"stephen.kamau14@gmail.com\";s:7:\"address\";s:7:\"Nairobi\";s:4:\"city\";s:7:\"Nairobi\";s:7:\"country\";s:5:\"Kenya\";}}}'),(1617,4561,'wp_travel_engine_bookings','a:4:{i:0;i:4560;i:1;i:4563;i:2;i:4565;i:3;i:4567;}'),(1618,4561,'wp_travel_engine_booked_trip_setting','a:7:{s:8:\"traveler\";a:4:{i:1;s:1:\"2\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"6\";}s:4:\"cost\";a:4:{i:1;s:4:\"1200\";i:2;s:4:\"1200\";i:3;s:4:\"1850\";i:4;s:4:\"4800\";}s:3:\"due\";a:4:{i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";i:4;s:1:\"0\";}s:3:\"tid\";a:4:{i:1;s:4:\"2762\";i:2;s:4:\"2762\";i:3;s:4:\"2956\";i:4;s:4:\"2957\";}s:5:\"tname\";a:4:{i:1;s:40:\"Annapurna Circuit Trek with Tilicho Lake\";i:2;s:40:\"Annapurna Circuit Trek with Tilicho Lake\";i:3;s:31:\"Fantastic Maldives Tour Package\";i:4;s:48:\"7 Days tour to Explore the Beauty of Philippines\";}s:8:\"datetime\";a:4:{i:1;s:10:\"2022-12-25\";i:2;s:10:\"2022-12-25\";i:3;s:10:\"2022-12-27\";i:4;s:10:\"2022-12-28\";}s:12:\"datewithtime\";a:4:{i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}}'),(1619,4561,'_demo_importer_plus_sites_imported_post','1'),(1620,4561,'_demo_importer_enable_for_batch','1'),(1621,4570,'_update_title','true'),(1622,4570,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2957\";s:5:\"tname\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:8:\"datetime\";s:10:\"2022-12-27\";s:4:\"cost\";s:4:\"2200\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"2\";s:7:\"booking\";a:6:{s:5:\"fname\";s:6:\"Shivam\";s:5:\"lname\";s:8:\"Khidbide\";s:5:\"email\";s:24:\"shivamkhidbide@gmail.com\";s:7:\"address\";s:58:\"53, thankor dhwar palanpur jatak naka surat., Ground floor\";s:4:\"city\";s:5:\"Surat\";s:7:\"country\";s:5:\"India\";}}}'),(1623,4570,'wp_travel_engine_bookings','a:3:{i:0;i:4569;i:1;i:4572;i:2;i:4574;}'),(1624,4570,'wp_travel_engine_booked_trip_setting','a:7:{s:8:\"traveler\";a:3:{i:1;s:1:\"2\";i:2;s:1:\"2\";i:3;s:1:\"2\";}s:4:\"cost\";a:3:{i:1;s:4:\"2200\";i:2;s:4:\"2200\";i:3;s:4:\"2200\";}s:3:\"due\";a:3:{i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:3:\"tid\";a:3:{i:1;s:4:\"2957\";i:2;s:4:\"2957\";i:3;s:4:\"2957\";}s:5:\"tname\";a:3:{i:1;s:48:\"7 Days tour to Explore the Beauty of Philippines\";i:2;s:48:\"7 Days tour to Explore the Beauty of Philippines\";i:3;s:48:\"7 Days tour to Explore the Beauty of Philippines\";}s:8:\"datetime\";a:3:{i:1;s:10:\"2022-12-27\";i:2;s:10:\"2022-12-27\";i:3;s:10:\"2022-12-27\";}s:12:\"datewithtime\";a:3:{i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}}'),(1625,4570,'_demo_importer_plus_sites_imported_post','1'),(1626,4570,'_demo_importer_enable_for_batch','1'),(1627,4577,'_update_title','true'),(1628,4577,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2949\";s:5:\"tname\";s:34:\"Paris Effiel Tower Tour 1 Day Tour\";s:8:\"datetime\";s:16:\"2022-12-30T14:00\";s:4:\"cost\";s:2:\"30\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"1\";s:7:\"booking\";a:6:{s:5:\"fname\";s:3:\"tes\";s:5:\"lname\";s:7:\"testing\";s:5:\"email\";s:11:\"tes@test.co\";s:7:\"address\";s:7:\"sfervsa\";s:4:\"city\";s:5:\"sebge\";s:7:\"country\";s:11:\"Afghanistan\";}}}'),(1629,4577,'wp_travel_engine_bookings','a:2:{i:0;i:4576;i:1;i:4579;}'),(1630,4577,'wp_travel_engine_booked_trip_setting','a:7:{s:8:\"traveler\";a:2:{i:1;s:1:\"1\";i:2;s:1:\"1\";}s:4:\"cost\";a:2:{i:1;s:2:\"30\";i:2;s:2:\"30\";}s:3:\"due\";a:2:{i:1;s:1:\"0\";i:2;s:1:\"0\";}s:3:\"tid\";a:2:{i:1;s:4:\"2949\";i:2;s:4:\"2949\";}s:5:\"tname\";a:2:{i:1;s:34:\"Paris Effiel Tower Tour 1 Day Tour\";i:2;s:34:\"Paris Effiel Tower Tour 1 Day Tour\";}s:8:\"datetime\";a:2:{i:1;s:10:\"2022-12-30\";i:2;s:10:\"2022-12-30\";}s:12:\"datewithtime\";a:2:{i:1;s:16:\"2022-12-30T14:00\";i:2;s:16:\"2022-12-30T14:00\";}}'),(1631,4577,'_demo_importer_plus_sites_imported_post','1'),(1632,4577,'_demo_importer_enable_for_batch','1'),(1633,4582,'_update_title','true'),(1634,4582,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2953\";s:5:\"tname\";s:31:\"Experience the Incredible India\";s:8:\"datetime\";s:10:\"2023-01-06\";s:4:\"cost\";s:4:\"1300\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"2\";s:7:\"booking\";a:6:{s:5:\"fname\";s:3:\"Dar\";s:5:\"lname\";s:5:\"Aadil\";s:5:\"email\";s:21:\"digitizeera@gmail.com\";s:7:\"address\";s:6:\"Harnag\";s:4:\"city\";s:8:\"Anantnag\";s:7:\"country\";s:5:\"India\";}}}'),(1635,4582,'wp_travel_engine_bookings','a:1:{i:0;i:4581;}'),(1636,4582,'wp_travel_engine_booked_trip_setting','a:7:{s:8:\"traveler\";a:1:{i:1;s:1:\"2\";}s:4:\"cost\";a:1:{i:1;s:4:\"1300\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2953\";}s:5:\"tname\";a:1:{i:1;s:31:\"Experience the Incredible India\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-01-06\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}}'),(1637,4582,'_demo_importer_plus_sites_imported_post','1'),(1638,4582,'_demo_importer_enable_for_batch','1'),(1639,4588,'_update_title','true'),(1640,4588,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2951\";s:5:\"tname\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:8:\"datetime\";s:10:\"2023-01-25\";s:4:\"cost\";s:4:\"2300\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"1\";s:7:\"booking\";a:6:{s:5:\"fname\";s:6:\"Mounir\";s:5:\"lname\";s:8:\"aboulama\";s:5:\"email\";s:32:\"xcursionguide.official@gmail.com\";s:7:\"address\";s:14:\"Socoma 1 N1926\";s:4:\"city\";s:9:\"Marrakech\";s:7:\"country\";s:7:\"Morocco\";}}}'),(1641,4588,'wp_travel_engine_bookings','a:1:{i:0;i:4587;}'),(1642,4588,'wp_travel_engine_booked_trip_setting','a:7:{s:8:\"traveler\";a:1:{i:1;s:1:\"1\";}s:4:\"cost\";a:1:{i:1;s:4:\"2300\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2951\";}s:5:\"tname\";a:1:{i:1;s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-01-25\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}}'),(1643,4588,'_demo_importer_plus_sites_imported_post','1'),(1644,4588,'_demo_importer_enable_for_batch','1'),(1645,4591,'_update_title','true'),(1646,4591,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2951\";s:5:\"tname\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:8:\"datetime\";s:10:\"2023-01-04\";s:4:\"cost\";s:4:\"2300\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"1\";s:7:\"booking\";a:6:{s:5:\"fname\";s:7:\"dfsdfsd\";s:5:\"lname\";s:9:\"fgsdgsdfg\";s:5:\"email\";s:18:\"sdgfdgfd@gmail.com\";s:7:\"address\";s:12:\"sfafasdfsdaf\";s:4:\"city\";s:8:\"fasdfsdf\";s:7:\"country\";s:8:\"Anguilla\";}}}'),(1647,4591,'wp_travel_engine_bookings','a:3:{i:0;i:4590;i:1;i:4593;i:2;i:4595;}'),(1648,4591,'wp_travel_engine_booked_trip_setting','a:7:{s:8:\"traveler\";a:3:{i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:4:\"cost\";a:3:{i:1;s:4:\"2300\";i:2;s:3:\"800\";i:3;s:3:\"800\";}s:3:\"due\";a:3:{i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:3:\"tid\";a:3:{i:1;s:4:\"2951\";i:2;s:4:\"2953\";i:3;s:4:\"2953\";}s:5:\"tname\";a:3:{i:1;s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";i:2;s:31:\"Experience the Incredible India\";i:3;s:31:\"Experience the Incredible India\";}s:8:\"datetime\";a:3:{i:1;s:10:\"2023-01-04\";i:2;s:10:\"2023-01-12\";i:3;s:10:\"2023-01-12\";}s:12:\"datewithtime\";a:3:{i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}}'),(1649,4591,'_demo_importer_plus_sites_imported_post','1'),(1650,4591,'_demo_importer_enable_for_batch','1'),(1651,4598,'_update_title','true'),(1652,4598,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2957\";s:5:\"tname\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:8:\"datetime\";s:10:\"2023-01-07\";s:4:\"cost\";s:4:\"1600\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"2\";s:7:\"booking\";a:6:{s:5:\"fname\";s:6:\"Aditya\";s:5:\"lname\";s:4:\"Zemy\";s:5:\"email\";s:20:\"adityazemy@gmail.com\";s:7:\"address\";s:6:\"Lombok\";s:4:\"city\";s:7:\"Mataram\";s:7:\"country\";s:9:\"Indonesia\";}}}'),(1653,4598,'wp_travel_engine_bookings','a:1:{i:0;i:4597;}'),(1654,4598,'wp_travel_engine_booked_trip_setting','a:7:{s:8:\"traveler\";a:1:{i:1;s:1:\"2\";}s:4:\"cost\";a:1:{i:1;s:4:\"1600\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2957\";}s:5:\"tname\";a:1:{i:1;s:48:\"7 Days tour to Explore the Beauty of Philippines\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-01-07\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}}'),(1655,4598,'_demo_importer_plus_sites_imported_post','1'),(1656,4598,'_demo_importer_enable_for_batch','1'),(1657,4601,'_update_title','true'),(1658,4601,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2956\";s:5:\"tname\";s:31:\"Fantastic Maldives Tour Package\";s:8:\"datetime\";s:10:\"2023-01-12\";s:4:\"cost\";s:4:\"1150\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"2\";s:7:\"booking\";a:6:{s:5:\"fname\";s:1:\"s\";s:5:\"lname\";s:2:\"sd\";s:5:\"email\";s:14:\"hola@jjlas.com\";s:7:\"address\";s:6:\"caslle\";s:4:\"city\";s:8:\"san juan\";s:7:\"country\";s:14:\"Åland Islands\";}}}'),(1659,4601,'wp_travel_engine_bookings','a:1:{i:0;i:4600;}'),(1660,4601,'wp_travel_engine_booked_trip_setting','a:7:{s:8:\"traveler\";a:1:{i:1;s:1:\"2\";}s:4:\"cost\";a:1:{i:1;s:4:\"1150\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2956\";}s:5:\"tname\";a:1:{i:1;s:31:\"Fantastic Maldives Tour Package\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-01-12\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}}'),(1661,4601,'_demo_importer_plus_sites_imported_post','1'),(1662,4601,'_demo_importer_enable_for_batch','1'),(1663,4606,'_update_title','true'),(1664,4606,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2951\";s:5:\"tname\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:8:\"datetime\";s:10:\"2023-01-09\";s:4:\"cost\";s:4:\"2300\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"1\";s:7:\"booking\";a:6:{s:5:\"fname\";s:7:\"sohayla\";s:5:\"lname\";s:5:\"ahmed\";s:5:\"email\";s:25:\"sohayla.ahmed44@gmail.com\";s:7:\"address\";s:6:\"ff1020\";s:4:\"city\";s:5:\"cairo\";s:7:\"country\";s:6:\"Angola\";}}}'),(1665,4606,'wp_travel_engine_bookings','a:1:{i:0;i:4605;}'),(1666,4606,'wp_travel_engine_booked_trip_setting','a:7:{s:8:\"traveler\";a:1:{i:1;s:1:\"1\";}s:4:\"cost\";a:1:{i:1;s:4:\"2300\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2951\";}s:5:\"tname\";a:1:{i:1;s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-01-09\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}}'),(1667,4606,'_demo_importer_plus_sites_imported_post','1'),(1668,4606,'_demo_importer_enable_for_batch','1'),(1669,4609,'_update_title','true'),(1670,4609,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2951\";s:5:\"tname\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:8:\"datetime\";s:10:\"2023-01-31\";s:4:\"cost\";s:4:\"2300\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"1\";s:7:\"booking\";a:6:{s:5:\"fname\";s:5:\"Roman\";s:5:\"lname\";s:4:\"Wild\";s:5:\"email\";s:14:\"roman@dotas.de\";s:7:\"address\";s:17:\"Wendelsteinstr. 9\";s:4:\"city\";s:8:\"Gilching\";s:7:\"country\";s:7:\"Germany\";}}}'),(1671,4609,'wp_travel_engine_bookings','a:1:{i:0;i:4608;}'),(1672,4609,'wp_travel_engine_booked_trip_setting','a:7:{s:8:\"traveler\";a:1:{i:1;s:1:\"1\";}s:4:\"cost\";a:1:{i:1;s:4:\"2300\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2951\";}s:5:\"tname\";a:1:{i:1;s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-01-31\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}}'),(1673,4609,'_wxr_import_user_slug','roman'),(1674,4609,'_demo_importer_plus_sites_imported_post','1'),(1675,4609,'_demo_importer_enable_for_batch','1'),(1676,4613,'_update_title','true'),(1677,4613,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2951\";s:5:\"tname\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:8:\"datetime\";s:10:\"2023-01-25\";s:4:\"cost\";s:4:\"2300\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"1\";s:7:\"booking\";a:6:{s:5:\"fname\";s:3:\"tes\";s:5:\"lname\";s:3:\"tes\";s:5:\"email\";s:13:\"tes@gmail.com\";s:7:\"address\";s:3:\"tes\";s:4:\"city\";s:3:\"tes\";s:7:\"country\";s:9:\"Singapore\";}}}'),(1678,4613,'wp_travel_engine_bookings','a:1:{i:0;i:4612;}'),(1679,4613,'wp_travel_engine_booked_trip_setting','a:10:{s:8:\"traveler\";a:1:{i:1;s:1:\"1\";}s:4:\"cost\";a:1:{i:1;s:4:\"2300\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2951\";}s:5:\"tname\";a:1:{i:1;s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-01-25\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}s:3:\"tax\";a:1:{i:1;s:1:\"0\";}s:5:\"Adult\";a:1:{i:1;s:1:\"1\";}s:12:\"trip_package\";a:1:{i:1;s:15:\"Budget Friendly\";}}'),(1680,4613,'_demo_importer_plus_sites_imported_post','1'),(1681,4613,'_demo_importer_enable_for_batch','1'),(1682,4616,'_update_title','true'),(1683,4616,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2762\";s:5:\"tname\";s:40:\"Annapurna Circuit Trek with Tilicho Lake\";s:8:\"datetime\";s:10:\"2023-01-26\";s:4:\"cost\";s:4:\"1100\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"2\";s:7:\"booking\";a:6:{s:5:\"fname\";s:6:\"Mukesh\";s:5:\"lname\";s:7:\"Kaushik\";s:5:\"email\";s:23:\"mackkaushik99@gmail.com\";s:7:\"address\";s:54:\"B-15, gate no.-2, greenfield colony, faridabad,haryana\";s:4:\"city\";s:9:\"Faridabad\";s:7:\"country\";s:5:\"India\";}}}'),(1684,4616,'wp_travel_engine_bookings','a:1:{i:0;i:4615;}'),(1685,4616,'wp_travel_engine_booked_trip_setting','a:11:{s:8:\"traveler\";a:1:{i:1;s:1:\"2\";}s:4:\"cost\";a:1:{i:1;s:4:\"1100\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2762\";}s:5:\"tname\";a:1:{i:1;s:40:\"Annapurna Circuit Trek with Tilicho Lake\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-01-26\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}s:3:\"tax\";a:1:{i:1;s:1:\"0\";}s:5:\"Adult\";a:1:{i:1;s:1:\"1\";}s:5:\"Child\";a:1:{i:1;s:1:\"1\";}s:12:\"trip_package\";a:1:{i:1;s:15:\"Budget Friendly\";}}'),(1686,4616,'_demo_importer_plus_sites_imported_post','1'),(1687,4616,'_demo_importer_enable_for_batch','1'),(1688,4619,'_update_title','true'),(1689,4619,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2951\";s:5:\"tname\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:8:\"datetime\";s:10:\"2023-01-26\";s:4:\"cost\";s:5:\"14900\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"7\";s:7:\"booking\";a:6:{s:5:\"fname\";s:5:\"fgfds\";s:5:\"lname\";s:8:\"fdsgfdsg\";s:5:\"email\";s:12:\"ertr@gsdf.bn\";s:7:\"address\";s:11:\"dfgdsthtrfh\";s:4:\"city\";s:7:\"hydrtrs\";s:7:\"country\";s:5:\"India\";}}}'),(1690,4619,'wp_travel_engine_bookings','a:1:{i:0;i:4618;}'),(1691,4619,'wp_travel_engine_booked_trip_setting','a:11:{s:8:\"traveler\";a:1:{i:1;s:1:\"7\";}s:4:\"cost\";a:1:{i:1;s:5:\"14900\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2951\";}s:5:\"tname\";a:1:{i:1;s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-01-26\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}s:3:\"tax\";a:1:{i:1;s:1:\"0\";}s:5:\"Adult\";a:1:{i:1;s:1:\"4\";}s:5:\"Child\";a:1:{i:1;s:1:\"3\";}s:12:\"trip_package\";a:1:{i:1;s:15:\"Budget Friendly\";}}'),(1692,4619,'_demo_importer_plus_sites_imported_post','1'),(1693,4619,'_demo_importer_enable_for_batch','1'),(1694,4622,'_update_title','true'),(1695,4622,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2957\";s:5:\"tname\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:8:\"datetime\";s:10:\"2023-01-24\";s:4:\"cost\";s:4:\"1600\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"2\";s:7:\"booking\";a:6:{s:5:\"fname\";s:4:\"fgag\";s:5:\"lname\";s:8:\"asfgasfg\";s:5:\"email\";s:20:\"asdfgag@dshhters.com\";s:7:\"address\";s:4:\"asfg\";s:4:\"city\";s:5:\"zhesh\";s:7:\"country\";s:9:\"Argentina\";}}}'),(1696,4622,'wp_travel_engine_bookings','a:1:{i:0;i:4621;}'),(1697,4622,'wp_travel_engine_booked_trip_setting','a:11:{s:8:\"traveler\";a:1:{i:1;s:1:\"2\";}s:4:\"cost\";a:1:{i:1;s:4:\"1600\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2957\";}s:5:\"tname\";a:1:{i:1;s:48:\"7 Days tour to Explore the Beauty of Philippines\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-01-24\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}s:3:\"tax\";a:1:{i:1;s:1:\"0\";}s:5:\"Adult\";a:1:{i:1;s:1:\"1\";}s:5:\"Child\";a:1:{i:1;s:1:\"1\";}s:12:\"trip_package\";a:1:{i:1;s:15:\"Budget Friendly\";}}'),(1698,4622,'_demo_importer_plus_sites_imported_post','1'),(1699,4622,'_demo_importer_enable_for_batch','1'),(1700,4625,'_update_title','true'),(1701,4625,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2951\";s:5:\"tname\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:8:\"datetime\";s:10:\"2023-01-27\";s:4:\"cost\";s:4:\"4600\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"2\";s:7:\"booking\";a:6:{s:5:\"fname\";s:3:\"jcj\";s:5:\"lname\";s:3:\"xkx\";s:5:\"email\";s:13:\"nai@gmail.com\";s:7:\"address\";s:2:\"nj\";s:4:\"city\";s:6:\"ihiubj\";s:7:\"country\";s:7:\"Bahrain\";}}}'),(1702,4625,'wp_travel_engine_bookings','a:1:{i:0;i:4624;}'),(1703,4625,'wp_travel_engine_booked_trip_setting','a:10:{s:8:\"traveler\";a:1:{i:1;s:1:\"2\";}s:4:\"cost\";a:1:{i:1;s:4:\"4600\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2951\";}s:5:\"tname\";a:1:{i:1;s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-01-27\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}s:3:\"tax\";a:1:{i:1;s:1:\"0\";}s:5:\"Adult\";a:1:{i:1;s:1:\"2\";}s:12:\"trip_package\";a:1:{i:1;s:15:\"Budget Friendly\";}}'),(1704,4625,'_demo_importer_plus_sites_imported_post','1'),(1705,4625,'_demo_importer_enable_for_batch','1'),(1706,4628,'_update_title','true'),(1707,4628,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2953\";s:5:\"tname\";s:31:\"Experience the Incredible India\";s:8:\"datetime\";s:10:\"2023-03-01\";s:4:\"cost\";s:3:\"800\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"1\";s:7:\"booking\";a:6:{s:5:\"fname\";s:3:\"aaa\";s:5:\"lname\";s:3:\"aaa\";s:5:\"email\";s:9:\"aaa@a.com\";s:7:\"address\";s:3:\"aaa\";s:4:\"city\";s:4:\"aaaa\";s:7:\"country\";s:7:\"Iceland\";}}}'),(1708,4628,'wp_travel_engine_bookings','a:1:{i:0;i:4627;}'),(1709,4628,'wp_travel_engine_booked_trip_setting','a:10:{s:8:\"traveler\";a:1:{i:1;s:1:\"1\";}s:4:\"cost\";a:1:{i:1;s:3:\"800\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2953\";}s:5:\"tname\";a:1:{i:1;s:31:\"Experience the Incredible India\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-03-01\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}s:3:\"tax\";a:1:{i:1;s:1:\"0\";}s:5:\"Adult\";a:1:{i:1;s:1:\"1\";}s:12:\"trip_package\";a:1:{i:1;s:15:\"Budget Friendly\";}}'),(1710,4628,'_demo_importer_plus_sites_imported_post','1'),(1711,4628,'_demo_importer_enable_for_batch','1'),(1712,4631,'_update_title','true'),(1713,4631,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2951\";s:5:\"tname\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:8:\"datetime\";s:10:\"2023-02-08\";s:4:\"cost\";s:4:\"4400\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"2\";s:7:\"booking\";a:6:{s:5:\"fname\";s:6:\"Jubraj\";s:5:\"lname\";s:5:\"Daria\";s:5:\"email\";s:23:\"jubrajdaria49@gmail.com\";s:7:\"address\";s:63:\"Painadi natun moholla, Chittagong road, Siddirganj, Narayanganj\";s:4:\"city\";s:10:\"Siddirganj\";s:7:\"country\";s:10:\"Bangladesh\";}}}'),(1714,4631,'wp_travel_engine_bookings','a:1:{i:0;i:4630;}'),(1715,4631,'wp_travel_engine_booked_trip_setting','a:11:{s:8:\"traveler\";a:1:{i:1;s:1:\"2\";}s:4:\"cost\";a:1:{i:1;s:4:\"4400\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2951\";}s:5:\"tname\";a:1:{i:1;s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-02-08\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}s:3:\"tax\";a:1:{i:1;s:1:\"0\";}s:5:\"Adult\";a:1:{i:1;s:1:\"1\";}s:5:\"Child\";a:1:{i:1;s:1:\"1\";}s:12:\"trip_package\";a:1:{i:1;s:6:\"Luxury\";}}'),(1716,4631,'_demo_importer_plus_sites_imported_post','1'),(1717,4631,'_demo_importer_enable_for_batch','1'),(1718,4634,'_update_title','true'),(1719,4634,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2948\";s:5:\"tname\";s:24:\"Ghorepani Poon Hill Trek\";s:8:\"datetime\";s:10:\"2023-02-01\";s:4:\"cost\";s:3:\"700\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"2\";s:7:\"booking\";a:6:{s:5:\"fname\";s:6:\"fgbfgb\";s:5:\"lname\";s:3:\"fgf\";s:5:\"email\";s:12:\"dfsg@er.yufg\";s:7:\"address\";s:5:\"fghfh\";s:4:\"city\";s:4:\"fdgh\";s:7:\"country\";s:7:\"Austria\";}}}'),(1720,4634,'wp_travel_engine_bookings','a:7:{i:0;i:4633;i:1;i:4636;i:2;i:4638;i:3;i:4652;i:4;i:4654;i:5;i:4656;i:6;i:4658;}'),(1721,4634,'wp_travel_engine_booked_trip_setting','a:11:{s:8:\"traveler\";a:7:{i:1;s:1:\"2\";i:2;s:1:\"2\";i:3;s:1:\"2\";i:4;s:1:\"2\";i:5;s:1:\"2\";i:6;s:1:\"2\";i:7;s:1:\"2\";}s:4:\"cost\";a:7:{i:1;s:3:\"700\";i:2;s:3:\"700\";i:3;s:3:\"700\";i:4;s:4:\"1600\";i:5;s:4:\"1600\";i:6;s:4:\"1600\";i:7;s:4:\"1600\";}s:3:\"due\";a:7:{i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";i:4;s:1:\"0\";i:5;s:1:\"0\";i:6;s:1:\"0\";i:7;s:1:\"0\";}s:3:\"tid\";a:7:{i:1;s:4:\"2948\";i:2;s:4:\"2948\";i:3;s:4:\"2948\";i:4;s:4:\"2957\";i:5;s:4:\"2957\";i:6;s:4:\"2957\";i:7;s:4:\"2957\";}s:5:\"tname\";a:7:{i:1;s:24:\"Ghorepani Poon Hill Trek\";i:2;s:24:\"Ghorepani Poon Hill Trek\";i:3;s:24:\"Ghorepani Poon Hill Trek\";i:4;s:48:\"7 Days tour to Explore the Beauty of Philippines\";i:5;s:48:\"7 Days tour to Explore the Beauty of Philippines\";i:6;s:48:\"7 Days tour to Explore the Beauty of Philippines\";i:7;s:48:\"7 Days tour to Explore the Beauty of Philippines\";}s:8:\"datetime\";a:7:{i:1;s:10:\"2023-02-01\";i:2;s:10:\"2023-02-01\";i:3;s:10:\"2023-02-01\";i:4;s:10:\"2023-02-14\";i:5;s:10:\"2023-02-14\";i:6;s:10:\"2023-02-14\";i:7;s:10:\"2023-02-14\";}s:12:\"datewithtime\";a:7:{i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";}s:3:\"tax\";a:7:{i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";i:4;s:1:\"0\";i:5;s:1:\"0\";i:6;s:1:\"0\";i:7;s:1:\"0\";}s:5:\"Adult\";a:7:{i:1;s:1:\"2\";i:2;s:1:\"2\";i:3;s:1:\"2\";i:4;s:1:\"1\";i:5;s:1:\"1\";i:6;s:1:\"1\";i:7;s:1:\"1\";}s:12:\"trip_package\";a:7:{i:1;s:15:\"Budget Friendly\";i:2;s:15:\"Budget Friendly\";i:3;s:15:\"Budget Friendly\";i:4;s:15:\"Budget Friendly\";i:5;s:15:\"Budget Friendly\";i:6;s:15:\"Budget Friendly\";i:7;s:15:\"Budget Friendly\";}s:5:\"Child\";a:4:{i:4;s:1:\"1\";i:5;s:1:\"1\";i:6;s:1:\"1\";i:7;s:1:\"1\";}}'),(1722,4634,'_demo_importer_plus_sites_imported_post','1'),(1723,4634,'_demo_importer_enable_for_batch','1'),(1724,4641,'_update_title','true'),(1725,4641,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2951\";s:5:\"tname\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:8:\"datetime\";s:10:\"2023-02-10\";s:4:\"cost\";s:4:\"4200\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"2\";s:7:\"booking\";a:6:{s:5:\"fname\";s:5:\"saqib\";s:5:\"lname\";s:3:\"ali\";s:5:\"email\";s:15:\"saqib@gmail.com\";s:7:\"address\";s:7:\"karachi\";s:4:\"city\";s:7:\"karachi\";s:7:\"country\";s:8:\"Pakistan\";}}}'),(1726,4641,'wp_travel_engine_bookings','a:1:{i:0;i:4640;}'),(1727,4641,'wp_travel_engine_booked_trip_setting','a:11:{s:8:\"traveler\";a:1:{i:1;s:1:\"2\";}s:4:\"cost\";a:1:{i:1;s:4:\"4200\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2951\";}s:5:\"tname\";a:1:{i:1;s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-02-10\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}s:3:\"tax\";a:1:{i:1;s:1:\"0\";}s:5:\"Adult\";a:1:{i:1;s:1:\"1\";}s:5:\"Child\";a:1:{i:1;s:1:\"1\";}s:12:\"trip_package\";a:1:{i:1;s:15:\"Budget Friendly\";}}'),(1728,4641,'_demo_importer_plus_sites_imported_post','1'),(1729,4641,'_demo_importer_enable_for_batch','1'),(1730,4644,'_update_title','true'),(1731,4644,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2949\";s:5:\"tname\";s:34:\"Paris Effiel Tower Tour 1 Day Tour\";s:8:\"datetime\";s:16:\"2023-02-09T14:00\";s:4:\"cost\";s:3:\"140\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"5\";s:7:\"booking\";a:6:{s:5:\"fname\";s:6:\"andond\";s:5:\"lname\";s:6:\"andong\";s:5:\"email\";s:26:\"andongmagsaysay0@gmail.com\";s:7:\"address\";s:10:\"sda;lfkfa\'\";s:4:\"city\";s:8:\"sdmafs;d\";s:7:\"country\";s:7:\"Andorra\";}}}'),(1732,4644,'wp_travel_engine_bookings','a:1:{i:0;i:4643;}'),(1733,4644,'wp_travel_engine_booked_trip_setting','a:11:{s:8:\"traveler\";a:1:{i:1;s:1:\"5\";}s:4:\"cost\";a:1:{i:1;s:3:\"140\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2949\";}s:5:\"tname\";a:1:{i:1;s:34:\"Paris Effiel Tower Tour 1 Day Tour\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-02-09\";}s:12:\"datewithtime\";a:1:{i:1;s:16:\"2023-02-09T14:00\";}s:3:\"tax\";a:1:{i:1;s:1:\"0\";}s:5:\"Adult\";a:1:{i:1;s:1:\"4\";}s:5:\"Child\";a:1:{i:1;s:1:\"1\";}s:12:\"trip_package\";a:1:{i:1;s:15:\"Budget Friendly\";}}'),(1734,4644,'_demo_importer_plus_sites_imported_post','1'),(1735,4644,'_demo_importer_enable_for_batch','1'),(1736,4647,'_update_title','true'),(1737,4647,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2957\";s:5:\"tname\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:8:\"datetime\";s:10:\"2023-02-06\";s:4:\"cost\";s:4:\"2200\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"2\";s:7:\"booking\";a:6:{s:5:\"fname\";s:5:\"Kadir\";s:5:\"lname\";s:6:\"Carlos\";s:5:\"email\";s:23:\"kadirbulamugy@gmail.com\";s:7:\"address\";s:38:\"Polana caniço A , Maputo, Moçambique\";s:4:\"city\";s:6:\"Maputo\";s:7:\"country\";s:10:\"Mozambique\";}}}'),(1738,4647,'wp_travel_engine_bookings','a:1:{i:0;i:4646;}'),(1739,4647,'wp_travel_engine_booked_trip_setting','a:10:{s:8:\"traveler\";a:1:{i:1;s:1:\"2\";}s:4:\"cost\";a:1:{i:1;s:4:\"2200\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2957\";}s:5:\"tname\";a:1:{i:1;s:48:\"7 Days tour to Explore the Beauty of Philippines\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-02-06\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}s:3:\"tax\";a:1:{i:1;s:1:\"0\";}s:5:\"Adult\";a:1:{i:1;s:1:\"2\";}s:12:\"trip_package\";a:1:{i:1;s:15:\"Budget Friendly\";}}'),(1740,4647,'_demo_importer_plus_sites_imported_post','1'),(1741,4647,'_demo_importer_enable_for_batch','1'),(1742,4650,'_update_title','true'),(1743,4650,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2951\";s:5:\"tname\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:8:\"datetime\";s:10:\"2023-02-09\";s:4:\"cost\";s:5:\"18400\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"8\";s:7:\"booking\";a:6:{s:5:\"fname\";s:3:\"AAA\";s:5:\"lname\";s:3:\"BBB\";s:5:\"email\";s:13:\"aaa@gmail.com\";s:7:\"address\";s:6:\"12 aaa\";s:4:\"city\";s:3:\"Ton\";s:7:\"country\";s:7:\"Bahamas\";}}}'),(1744,4650,'wp_travel_engine_bookings','a:1:{i:0;i:4649;}'),(1745,4650,'wp_travel_engine_booked_trip_setting','a:10:{s:8:\"traveler\";a:1:{i:1;s:1:\"8\";}s:4:\"cost\";a:1:{i:1;s:5:\"18400\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2951\";}s:5:\"tname\";a:1:{i:1;s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-02-09\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}s:3:\"tax\";a:1:{i:1;s:1:\"0\";}s:5:\"Adult\";a:1:{i:1;s:1:\"8\";}s:12:\"trip_package\";a:1:{i:1;s:15:\"Budget Friendly\";}}'),(1746,4650,'_demo_importer_plus_sites_imported_post','1'),(1747,4650,'_demo_importer_enable_for_batch','1'),(1748,4661,'_update_title','true'),(1749,4661,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2953\";s:5:\"tname\";s:31:\"Experience the Incredible India\";s:8:\"datetime\";s:10:\"2023-02-14\";s:4:\"cost\";s:4:\"1300\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"2\";s:7:\"booking\";a:6:{s:5:\"fname\";s:1:\"I\";s:5:\"lname\";s:7:\"Widyana\";s:5:\"email\";s:16:\"parnata@gmail.co\";s:7:\"address\";s:41:\"Jl. Dewisri, GG. Anggur VD no.2 Batubulan\";s:4:\"city\";s:7:\"Gianyar\";s:7:\"country\";s:9:\"Indonesia\";}}}'),(1750,4661,'wp_travel_engine_bookings','a:1:{i:0;i:4660;}'),(1751,4661,'wp_travel_engine_booked_trip_setting','a:11:{s:8:\"traveler\";a:1:{i:1;s:1:\"2\";}s:4:\"cost\";a:1:{i:1;s:4:\"1300\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2953\";}s:5:\"tname\";a:1:{i:1;s:31:\"Experience the Incredible India\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-02-14\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}s:3:\"tax\";a:1:{i:1;s:1:\"0\";}s:5:\"Adult\";a:1:{i:1;s:1:\"1\";}s:5:\"Child\";a:1:{i:1;s:1:\"1\";}s:12:\"trip_package\";a:1:{i:1;s:15:\"Budget Friendly\";}}'),(1752,4661,'_demo_importer_plus_sites_imported_post','1'),(1753,4661,'_demo_importer_enable_for_batch','1'),(1754,4664,'_update_title','true'),(1755,4664,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2956\";s:5:\"tname\";s:31:\"Fantastic Maldives Tour Package\";s:8:\"datetime\";s:10:\"2023-02-21\";s:4:\"cost\";s:4:\"1150\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"2\";s:7:\"booking\";a:6:{s:5:\"fname\";s:13:\"Parvathareddy\";s:5:\"lname\";s:13:\"Srinivasa Rao\";s:5:\"email\";s:23:\"shadabalam727@gmail.com\";s:7:\"address\";s:20:\"Nethaji nagar colony\";s:4:\"city\";s:9:\"Hyderabad\";s:7:\"country\";s:5:\"India\";}}}'),(1756,4664,'wp_travel_engine_bookings','a:4:{i:0;i:4663;i:1;i:4666;i:2;i:4668;i:3;i:4670;}'),(1757,4664,'wp_travel_engine_booked_trip_setting','a:11:{s:8:\"traveler\";a:4:{i:1;s:1:\"2\";i:2;s:1:\"1\";i:3;s:1:\"1\";i:4;s:1:\"1\";}s:4:\"cost\";a:4:{i:1;s:4:\"1150\";i:2;s:4:\"2300\";i:3;s:4:\"2300\";i:4;s:4:\"2300\";}s:3:\"due\";a:4:{i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";i:4;s:1:\"0\";}s:3:\"tid\";a:4:{i:1;s:4:\"2956\";i:2;s:4:\"2951\";i:3;s:4:\"2951\";i:4;s:4:\"2951\";}s:5:\"tname\";a:4:{i:1;s:31:\"Fantastic Maldives Tour Package\";i:2;s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";i:3;s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";i:4;s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";}s:8:\"datetime\";a:4:{i:1;s:10:\"2023-02-21\";i:2;s:10:\"2023-02-23\";i:3;s:10:\"2023-02-23\";i:4;s:10:\"2023-02-23\";}s:12:\"datewithtime\";a:4:{i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}s:3:\"tax\";a:4:{i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";i:4;s:1:\"0\";}s:5:\"Adult\";a:4:{i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";i:4;s:1:\"1\";}s:5:\"Child\";a:1:{i:1;s:1:\"1\";}s:12:\"trip_package\";a:4:{i:1;s:15:\"Budget Friendly\";i:2;s:15:\"Budget Friendly\";i:3;s:15:\"Budget Friendly\";i:4;s:15:\"Budget Friendly\";}}'),(1758,4664,'_demo_importer_plus_sites_imported_post','1'),(1759,4664,'_demo_importer_enable_for_batch','1'),(1760,4673,'_update_title','true'),(1761,4673,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2951\";s:5:\"tname\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:8:\"datetime\";s:10:\"2023-02-13\";s:4:\"cost\";s:4:\"2300\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"1\";s:7:\"booking\";a:6:{s:5:\"fname\";s:6:\"Zohaib\";s:5:\"lname\";s:5:\"Jawed\";s:5:\"email\";s:24:\"zohaibjawed940@gmail.com\";s:7:\"address\";s:9:\"Poonawala\";s:4:\"city\";s:7:\"Karachi\";s:7:\"country\";s:8:\"Pakistan\";}}}'),(1762,4673,'wp_travel_engine_bookings','a:1:{i:0;i:4672;}'),(1763,4673,'wp_travel_engine_booked_trip_setting','a:10:{s:8:\"traveler\";a:1:{i:1;s:1:\"1\";}s:4:\"cost\";a:1:{i:1;s:4:\"2300\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2951\";}s:5:\"tname\";a:1:{i:1;s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-02-13\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}s:3:\"tax\";a:1:{i:1;s:1:\"0\";}s:5:\"Adult\";a:1:{i:1;s:1:\"1\";}s:12:\"trip_package\";a:1:{i:1;s:15:\"Budget Friendly\";}}'),(1764,4673,'_demo_importer_plus_sites_imported_post','1'),(1765,4673,'_demo_importer_enable_for_batch','1'),(1766,4676,'_update_title','true'),(1767,4676,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2956\";s:5:\"tname\";s:31:\"Fantastic Maldives Tour Package\";s:8:\"datetime\";s:10:\"2023-02-23\";s:4:\"cost\";s:4:\"1400\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"2\";s:7:\"booking\";a:6:{s:5:\"fname\";s:7:\"mustafa\";s:5:\"lname\";s:5:\"ahmed\";s:5:\"email\";s:27:\"mustafahmedsheikh@gmail.com\";s:7:\"address\";s:8:\"shahbzaz\";s:4:\"city\";s:3:\"khi\";s:7:\"country\";s:8:\"Pakistan\";}}}'),(1768,4676,'wp_travel_engine_bookings','a:1:{i:0;i:4675;}'),(1769,4676,'wp_travel_engine_booked_trip_setting','a:10:{s:8:\"traveler\";a:1:{i:1;s:1:\"2\";}s:4:\"cost\";a:1:{i:1;s:4:\"1400\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2956\";}s:5:\"tname\";a:1:{i:1;s:31:\"Fantastic Maldives Tour Package\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-02-23\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}s:3:\"tax\";a:1:{i:1;s:1:\"0\";}s:5:\"Adult\";a:1:{i:1;s:1:\"2\";}s:12:\"trip_package\";a:1:{i:1;s:15:\"Budget Friendly\";}}'),(1770,4676,'_demo_importer_plus_sites_imported_post','1'),(1771,4676,'_demo_importer_enable_for_batch','1'),(1772,4679,'_update_title','true'),(1773,4679,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2951\";s:5:\"tname\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:8:\"datetime\";s:10:\"2023-06-09\";s:4:\"cost\";s:4:\"2300\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"1\";s:7:\"booking\";a:6:{s:5:\"fname\";s:7:\"MD SALA\";s:5:\"lname\";s:5:\"UDDIN\";s:5:\"email\";s:21:\"talhatayeeb@gmail.com\";s:7:\"address\";s:73:\"548/C Rasulpur Chand Masjid Road (Tenari Pukur Par) Kamrangir Char, Dhaka\";s:4:\"city\";s:5:\"Dhaka\";s:7:\"country\";s:10:\"Bangladesh\";}}}'),(1774,4679,'wp_travel_engine_bookings','a:1:{i:0;i:4678;}'),(1775,4679,'wp_travel_engine_booked_trip_setting','a:10:{s:8:\"traveler\";a:1:{i:1;s:1:\"1\";}s:4:\"cost\";a:1:{i:1;s:4:\"2300\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2951\";}s:5:\"tname\";a:1:{i:1;s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-06-09\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}s:3:\"tax\";a:1:{i:1;s:1:\"0\";}s:5:\"Adult\";a:1:{i:1;s:1:\"1\";}s:12:\"trip_package\";a:1:{i:1;s:15:\"Budget Friendly\";}}'),(1776,4679,'_demo_importer_plus_sites_imported_post','1'),(1777,4679,'_demo_importer_enable_for_batch','1'),(1778,4686,'_update_title','true'),(1779,4686,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2951\";s:5:\"tname\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:8:\"datetime\";s:10:\"2023-03-14\";s:4:\"cost\";s:4:\"6900\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"3\";s:7:\"booking\";a:6:{s:5:\"fname\";s:7:\"Mostafa\";s:5:\"lname\";s:5:\"Tayea\";s:5:\"email\";s:23:\"mostafa.tayea@yahoo.com\";s:7:\"address\";s:9:\"asdasdsad\";s:4:\"city\";s:5:\"cairo\";s:7:\"country\";s:5:\"Egypt\";}}}'),(1780,4686,'wp_travel_engine_bookings','a:2:{i:0;i:4685;i:1;i:4688;}'),(1781,4686,'wp_travel_engine_booked_trip_setting','a:11:{s:8:\"traveler\";a:2:{i:1;s:1:\"3\";i:2;s:1:\"3\";}s:4:\"cost\";a:2:{i:1;s:4:\"6900\";i:2;s:3:\"950\";}s:3:\"due\";a:2:{i:1;s:1:\"0\";i:2;s:1:\"0\";}s:3:\"tid\";a:2:{i:1;s:4:\"2951\";i:2;s:4:\"2948\";}s:5:\"tname\";a:2:{i:1;s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";i:2;s:24:\"Ghorepani Poon Hill Trek\";}s:8:\"datetime\";a:2:{i:1;s:10:\"2023-03-14\";i:2;s:10:\"2023-02-21\";}s:12:\"datewithtime\";a:2:{i:1;s:0:\"\";i:2;s:0:\"\";}s:3:\"tax\";a:2:{i:1;s:1:\"0\";i:2;s:1:\"0\";}s:5:\"Adult\";a:2:{i:1;s:1:\"2\";i:2;s:1:\"2\";}s:5:\"Child\";a:2:{i:1;s:1:\"1\";i:2;s:1:\"1\";}s:12:\"trip_package\";a:2:{i:1;s:6:\"Luxury\";i:2;s:15:\"Budget Friendly\";}}'),(1782,4686,'_demo_importer_plus_sites_imported_post','1'),(1783,4686,'_demo_importer_enable_for_batch','1'),(1784,4691,'_update_title','true'),(1785,4691,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2953\";s:5:\"tname\";s:31:\"Experience the Incredible India\";s:8:\"datetime\";s:10:\"2023-04-13\";s:4:\"cost\";s:4:\"2100\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"3\";s:7:\"booking\";a:6:{s:5:\"fname\";s:6:\"Andrey\";s:5:\"lname\";s:7:\"Konchev\";s:5:\"email\";s:24:\"andrey.konchev@gmail.com\";s:7:\"address\";s:43:\"41 Main Street, Streamside Unit 6, Newlands\";s:4:\"city\";s:9:\"Cape Town\";s:7:\"country\";s:12:\"South Africa\";}}}'),(1786,4691,'wp_travel_engine_bookings','a:1:{i:0;i:4690;}'),(1787,4691,'wp_travel_engine_booked_trip_setting','a:11:{s:8:\"traveler\";a:1:{i:1;s:1:\"3\";}s:4:\"cost\";a:1:{i:1;s:4:\"2100\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2953\";}s:5:\"tname\";a:1:{i:1;s:31:\"Experience the Incredible India\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-04-13\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}s:3:\"tax\";a:1:{i:1;s:1:\"0\";}s:5:\"Adult\";a:1:{i:1;s:1:\"2\";}s:5:\"Child\";a:1:{i:1;s:1:\"1\";}s:12:\"trip_package\";a:1:{i:1;s:15:\"Budget Friendly\";}}'),(1788,4691,'_demo_importer_plus_sites_imported_post','1'),(1789,4691,'_demo_importer_enable_for_batch','1'),(1790,4694,'_update_title','true'),(1791,4694,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2956\";s:5:\"tname\";s:31:\"Fantastic Maldives Tour Package\";s:8:\"datetime\";s:10:\"2023-02-24\";s:4:\"cost\";s:3:\"700\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"1\";s:7:\"booking\";a:6:{s:5:\"fname\";s:5:\"halil\";s:5:\"lname\";s:7:\"tokgöz\";s:5:\"email\";s:20:\"bleu-way@hotmail.com\";s:7:\"address\";s:64:\"Güllerpınarı mahallesi ahmet tokuş bulvarı akay apt no 25/b\";s:4:\"city\";s:7:\"antalya\";s:7:\"country\";s:6:\"Turkey\";}}}'),(1792,4694,'wp_travel_engine_bookings','a:2:{i:0;i:4693;i:1;i:4696;}'),(1793,4694,'wp_travel_engine_booked_trip_setting','a:10:{s:8:\"traveler\";a:2:{i:1;s:1:\"1\";i:2;s:1:\"1\";}s:4:\"cost\";a:2:{i:1;s:3:\"700\";i:2;s:3:\"700\";}s:3:\"due\";a:2:{i:1;s:1:\"0\";i:2;s:1:\"0\";}s:3:\"tid\";a:2:{i:1;s:4:\"2956\";i:2;s:4:\"2956\";}s:5:\"tname\";a:2:{i:1;s:31:\"Fantastic Maldives Tour Package\";i:2;s:31:\"Fantastic Maldives Tour Package\";}s:8:\"datetime\";a:2:{i:1;s:10:\"2023-02-24\";i:2;s:10:\"2023-02-24\";}s:12:\"datewithtime\";a:2:{i:1;s:0:\"\";i:2;s:0:\"\";}s:3:\"tax\";a:2:{i:1;s:1:\"0\";i:2;s:1:\"0\";}s:5:\"Adult\";a:2:{i:1;s:1:\"1\";i:2;s:1:\"1\";}s:12:\"trip_package\";a:2:{i:1;s:15:\"Budget Friendly\";i:2;s:15:\"Budget Friendly\";}}'),(1794,4694,'_demo_importer_plus_sites_imported_post','1'),(1795,4694,'_demo_importer_enable_for_batch','1'),(1796,4699,'_update_title','true'),(1797,4699,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2954\";s:5:\"tname\";s:51:\"Bhutan Cultural Tour: Explore the Himalayan Kingdom\";s:8:\"datetime\";s:10:\"2023-02-24\";s:4:\"cost\";s:4:\"4600\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"3\";s:7:\"booking\";a:6:{s:5:\"fname\";s:4:\"svdv\";s:5:\"lname\";s:7:\"sdvddvs\";s:5:\"email\";s:12:\"dsvds@dd.com\";s:7:\"address\";s:8:\"asfas 17\";s:4:\"city\";s:5:\"paris\";s:7:\"country\";s:7:\"Austria\";}}}'),(1798,4699,'wp_travel_engine_bookings','a:2:{i:0;i:4698;i:1;i:4701;}'),(1799,4699,'wp_travel_engine_booked_trip_setting','a:11:{s:8:\"traveler\";a:2:{i:1;s:1:\"3\";i:2;s:1:\"3\";}s:4:\"cost\";a:2:{i:1;s:4:\"4600\";i:2;s:4:\"4600\";}s:3:\"due\";a:2:{i:1;s:1:\"0\";i:2;s:1:\"0\";}s:3:\"tid\";a:2:{i:1;s:4:\"2954\";i:2;s:4:\"2954\";}s:5:\"tname\";a:2:{i:1;s:51:\"Bhutan Cultural Tour: Explore the Himalayan Kingdom\";i:2;s:51:\"Bhutan Cultural Tour: Explore the Himalayan Kingdom\";}s:8:\"datetime\";a:2:{i:1;s:10:\"2023-02-24\";i:2;s:10:\"2023-02-24\";}s:12:\"datewithtime\";a:2:{i:1;s:0:\"\";i:2;s:0:\"\";}s:3:\"tax\";a:2:{i:1;s:1:\"0\";i:2;s:1:\"0\";}s:5:\"Adult\";a:2:{i:1;s:1:\"2\";i:2;s:1:\"2\";}s:5:\"Child\";a:2:{i:1;s:1:\"1\";i:2;s:1:\"1\";}s:12:\"trip_package\";a:2:{i:1;s:6:\"Luxury\";i:2;s:6:\"Luxury\";}}'),(1800,4699,'_demo_importer_plus_sites_imported_post','1'),(1801,4699,'_demo_importer_enable_for_batch','1'),(1802,4704,'_update_title','true'),(1803,4704,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2954\";s:5:\"tname\";s:51:\"Bhutan Cultural Tour: Explore the Himalayan Kingdom\";s:8:\"datetime\";s:10:\"2023-02-23\";s:4:\"cost\";s:4:\"4600\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"3\";s:7:\"booking\";a:6:{s:5:\"fname\";s:7:\"dfdffdg\";s:5:\"lname\";s:8:\"dfbdfbdf\";s:5:\"email\";s:15:\"fdbfd@gmail.com\";s:7:\"address\";s:8:\"sdgsg 19\";s:4:\"city\";s:5:\"paris\";s:7:\"country\";s:7:\"Austria\";}}}'),(1804,4704,'wp_travel_engine_bookings','a:1:{i:0;i:4703;}'),(1805,4704,'wp_travel_engine_booked_trip_setting','a:11:{s:8:\"traveler\";a:1:{i:1;s:1:\"3\";}s:4:\"cost\";a:1:{i:1;s:4:\"4600\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2954\";}s:5:\"tname\";a:1:{i:1;s:51:\"Bhutan Cultural Tour: Explore the Himalayan Kingdom\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-02-23\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}s:3:\"tax\";a:1:{i:1;s:1:\"0\";}s:5:\"Adult\";a:1:{i:1;s:1:\"2\";}s:5:\"Child\";a:1:{i:1;s:1:\"1\";}s:12:\"trip_package\";a:1:{i:1;s:6:\"Luxury\";}}'),(1806,4704,'_demo_importer_plus_sites_imported_post','1'),(1807,4704,'_demo_importer_enable_for_batch','1'),(1808,4707,'_update_title','true'),(1809,4707,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2954\";s:5:\"tname\";s:51:\"Bhutan Cultural Tour: Explore the Himalayan Kingdom\";s:8:\"datetime\";s:10:\"2023-02-23\";s:4:\"cost\";s:4:\"4600\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"3\";s:7:\"booking\";a:6:{s:5:\"fname\";s:7:\"zzzzzzz\";s:5:\"lname\";s:6:\"zzzzzz\";s:5:\"email\";s:16:\"zzzzzz@gmail.com\";s:7:\"address\";s:6:\"aaa 19\";s:4:\"city\";s:5:\"paris\";s:7:\"country\";s:7:\"Austria\";}}}'),(1810,4707,'wp_travel_engine_bookings','a:1:{i:0;i:4706;}'),(1811,4707,'wp_travel_engine_booked_trip_setting','a:11:{s:8:\"traveler\";a:1:{i:1;s:1:\"3\";}s:4:\"cost\";a:1:{i:1;s:4:\"4600\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2954\";}s:5:\"tname\";a:1:{i:1;s:51:\"Bhutan Cultural Tour: Explore the Himalayan Kingdom\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-02-23\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}s:3:\"tax\";a:1:{i:1;s:1:\"0\";}s:5:\"Adult\";a:1:{i:1;s:1:\"2\";}s:5:\"Child\";a:1:{i:1;s:1:\"1\";}s:12:\"trip_package\";a:1:{i:1;s:6:\"Luxury\";}}'),(1812,4707,'_demo_importer_plus_sites_imported_post','1'),(1813,4707,'_demo_importer_enable_for_batch','1'),(1814,4710,'_update_title','true'),(1815,4710,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2951\";s:5:\"tname\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:8:\"datetime\";s:10:\"2023-02-28\";s:4:\"cost\";s:4:\"2300\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"1\";s:7:\"booking\";a:6:{s:5:\"fname\";s:9:\"hgjfyhgyf\";s:5:\"lname\";s:6:\"fhghgf\";s:5:\"email\";s:10:\"kas@kas.tn\";s:7:\"address\";s:11:\"cfgvgcfcgfv\";s:4:\"city\";s:6:\"vbccvb\";s:7:\"country\";s:7:\"Armenia\";}}}'),(1816,4710,'wp_travel_engine_bookings','a:1:{i:0;i:4709;}'),(1817,4710,'wp_travel_engine_booked_trip_setting','a:10:{s:8:\"traveler\";a:1:{i:1;s:1:\"1\";}s:4:\"cost\";a:1:{i:1;s:4:\"2300\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2951\";}s:5:\"tname\";a:1:{i:1;s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-02-28\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}s:3:\"tax\";a:1:{i:1;s:1:\"0\";}s:5:\"Adult\";a:1:{i:1;s:1:\"1\";}s:12:\"trip_package\";a:1:{i:1;s:15:\"Budget Friendly\";}}'),(1818,4710,'_wxr_import_user_slug','kais'),(1819,4710,'_demo_importer_plus_sites_imported_post','1'),(1820,4710,'_demo_importer_enable_for_batch','1'),(1821,4713,'_update_title','true'),(1822,4713,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2951\";s:5:\"tname\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:8:\"datetime\";s:10:\"2023-03-08\";s:4:\"cost\";s:4:\"2300\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"1\";s:7:\"booking\";a:6:{s:5:\"fname\";s:10:\"gaganpreet\";s:5:\"lname\";s:5:\"singh\";s:5:\"email\";s:23:\"relaxingsutra@gmail.com\";s:7:\"address\";s:15:\"nit 5 Faridabad\";s:4:\"city\";s:9:\"Faridabad\";s:7:\"country\";s:5:\"India\";}}}'),(1823,4713,'wp_travel_engine_bookings','a:1:{i:0;i:4712;}'),(1824,4713,'wp_travel_engine_booked_trip_setting','a:10:{s:8:\"traveler\";a:1:{i:1;s:1:\"1\";}s:4:\"cost\";a:1:{i:1;s:4:\"2300\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2951\";}s:5:\"tname\";a:1:{i:1;s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-03-08\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}s:3:\"tax\";a:1:{i:1;s:1:\"0\";}s:5:\"Adult\";a:1:{i:1;s:1:\"1\";}s:12:\"trip_package\";a:1:{i:1;s:15:\"Budget Friendly\";}}'),(1825,4713,'_demo_importer_plus_sites_imported_post','1'),(1826,4713,'_demo_importer_enable_for_batch','1'),(1827,4716,'_update_title','true'),(1828,4716,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2953\";s:5:\"tname\";s:31:\"Experience the Incredible India\";s:8:\"datetime\";s:10:\"2023-03-03\";s:4:\"cost\";s:3:\"800\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"1\";s:7:\"booking\";a:6:{s:5:\"fname\";s:1:\"N\";s:5:\"lname\";s:1:\"M\";s:5:\"email\";s:12:\"MM@GMAIL.COM\";s:7:\"address\";s:1:\"J\";s:4:\"city\";s:2:\"HH\";s:7:\"country\";s:4:\"Iraq\";}}}'),(1829,4716,'wp_travel_engine_bookings','a:1:{i:0;i:4715;}'),(1830,4716,'wp_travel_engine_booked_trip_setting','a:10:{s:8:\"traveler\";a:1:{i:1;s:1:\"1\";}s:4:\"cost\";a:1:{i:1;s:3:\"800\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2953\";}s:5:\"tname\";a:1:{i:1;s:31:\"Experience the Incredible India\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-03-03\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}s:3:\"tax\";a:1:{i:1;s:1:\"0\";}s:5:\"Adult\";a:1:{i:1;s:1:\"1\";}s:12:\"trip_package\";a:1:{i:1;s:15:\"Budget Friendly\";}}'),(1831,4716,'_demo_importer_plus_sites_imported_post','1'),(1832,4716,'_demo_importer_enable_for_batch','1'),(1833,4719,'_update_title','true'),(1834,4719,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2956\";s:5:\"tname\";s:31:\"Fantastic Maldives Tour Package\";s:8:\"datetime\";s:10:\"2023-03-03\";s:4:\"cost\";s:3:\"700\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"1\";s:7:\"booking\";a:6:{s:5:\"fname\";s:4:\"Test\";s:5:\"lname\";s:4:\"Test\";s:5:\"email\";s:19:\"econmanas@gmail.com\";s:7:\"address\";s:6:\"5uhhrt\";s:4:\"city\";s:5:\"Gtunb\";s:7:\"country\";s:6:\"Brunei\";}}}'),(1835,4719,'wp_travel_engine_bookings','a:1:{i:0;i:4718;}'),(1836,4719,'wp_travel_engine_booked_trip_setting','a:10:{s:8:\"traveler\";a:1:{i:1;s:1:\"1\";}s:4:\"cost\";a:1:{i:1;s:3:\"700\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2956\";}s:5:\"tname\";a:1:{i:1;s:31:\"Fantastic Maldives Tour Package\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-03-03\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}s:3:\"tax\";a:1:{i:1;s:1:\"0\";}s:5:\"Adult\";a:1:{i:1;s:1:\"1\";}s:12:\"trip_package\";a:1:{i:1;s:15:\"Budget Friendly\";}}'),(1837,4719,'_demo_importer_plus_sites_imported_post','1'),(1838,4719,'_demo_importer_enable_for_batch','1'),(1839,4722,'_update_title','true'),(1840,4722,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2953\";s:5:\"tname\";s:31:\"Experience the Incredible India\";s:8:\"datetime\";s:10:\"2023-03-16\";s:4:\"cost\";s:4:\"1300\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"2\";s:7:\"booking\";a:6:{s:5:\"fname\";s:2:\"cs\";s:5:\"lname\";s:8:\"Mustapha\";s:5:\"email\";s:18:\"imzoohan@gmail.com\";s:7:\"address\";s:6:\"agadir\";s:4:\"city\";s:6:\"agadir\";s:7:\"country\";s:10:\"Bangladesh\";}}}'),(1841,4722,'wp_travel_engine_bookings','a:1:{i:0;i:4721;}'),(1842,4722,'wp_travel_engine_booked_trip_setting','a:11:{s:8:\"traveler\";a:1:{i:1;s:1:\"2\";}s:4:\"cost\";a:1:{i:1;s:4:\"1300\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2953\";}s:5:\"tname\";a:1:{i:1;s:31:\"Experience the Incredible India\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-03-16\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}s:3:\"tax\";a:1:{i:1;s:1:\"0\";}s:5:\"Adult\";a:1:{i:1;s:1:\"1\";}s:5:\"Child\";a:1:{i:1;s:1:\"1\";}s:12:\"trip_package\";a:1:{i:1;s:15:\"Budget Friendly\";}}'),(1843,4722,'_demo_importer_plus_sites_imported_post','1'),(1844,4722,'_demo_importer_enable_for_batch','1'),(1845,4725,'_update_title','true'),(1846,4725,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2957\";s:5:\"tname\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:8:\"datetime\";s:10:\"2023-03-24\";s:4:\"cost\";s:4:\"1600\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"2\";s:7:\"booking\";a:6:{s:5:\"fname\";s:7:\"asafsaf\";s:5:\"lname\";s:9:\"sfsdfdsfs\";s:5:\"email\";s:18:\"sdfsdfsd@gmail.com\";s:7:\"address\";s:10:\"sadfsdfsdf\";s:4:\"city\";s:8:\"sdfsdfds\";s:7:\"country\";s:8:\"Anguilla\";}}}'),(1847,4725,'wp_travel_engine_bookings','a:1:{i:0;i:4724;}'),(1848,4725,'wp_travel_engine_booked_trip_setting','a:11:{s:8:\"traveler\";a:1:{i:1;s:1:\"2\";}s:4:\"cost\";a:1:{i:1;s:4:\"1600\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2957\";}s:5:\"tname\";a:1:{i:1;s:48:\"7 Days tour to Explore the Beauty of Philippines\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-03-24\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}s:3:\"tax\";a:1:{i:1;s:1:\"0\";}s:5:\"Adult\";a:1:{i:1;s:1:\"1\";}s:5:\"Child\";a:1:{i:1;s:1:\"1\";}s:12:\"trip_package\";a:1:{i:1;s:15:\"Budget Friendly\";}}'),(1849,4725,'_demo_importer_plus_sites_imported_post','1'),(1850,4725,'_demo_importer_enable_for_batch','1'),(1851,4728,'_update_title','true'),(1852,4728,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2953\";s:5:\"tname\";s:31:\"Experience the Incredible India\";s:8:\"datetime\";s:10:\"2023-03-15\";s:4:\"cost\";s:4:\"1300\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"2\";s:7:\"booking\";a:6:{s:5:\"fname\";s:3:\"asd\";s:5:\"lname\";s:3:\"asd\";s:5:\"email\";s:11:\"asd@asd.com\";s:7:\"address\";s:3:\"asd\";s:4:\"city\";s:3:\"asd\";s:7:\"country\";s:9:\"Australia\";}}}'),(1853,4728,'wp_travel_engine_bookings','a:3:{i:0;i:4727;i:1;i:4730;i:2;i:4732;}'),(1854,4728,'wp_travel_engine_booked_trip_setting','a:11:{s:8:\"traveler\";a:3:{i:1;s:1:\"2\";i:2;s:1:\"2\";i:3;s:1:\"2\";}s:4:\"cost\";a:3:{i:1;s:4:\"1300\";i:2;s:4:\"1300\";i:3;s:4:\"1300\";}s:3:\"due\";a:3:{i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:3:\"tid\";a:3:{i:1;s:4:\"2953\";i:2;s:4:\"2953\";i:3;s:4:\"2953\";}s:5:\"tname\";a:3:{i:1;s:31:\"Experience the Incredible India\";i:2;s:31:\"Experience the Incredible India\";i:3;s:31:\"Experience the Incredible India\";}s:8:\"datetime\";a:3:{i:1;s:10:\"2023-03-15\";i:2;s:10:\"2023-03-15\";i:3;s:10:\"2023-03-15\";}s:12:\"datewithtime\";a:3:{i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:3:\"tax\";a:3:{i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:5:\"Adult\";a:3:{i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:5:\"Child\";a:3:{i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:12:\"trip_package\";a:3:{i:1;s:15:\"Budget Friendly\";i:2;s:15:\"Budget Friendly\";i:3;s:15:\"Budget Friendly\";}}'),(1855,4728,'_wxr_import_user_slug','asd'),(1856,4728,'_demo_importer_plus_sites_imported_post','1'),(1857,4728,'_demo_importer_enable_for_batch','1'),(1858,4735,'_update_title','true'),(1859,4735,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2948\";s:5:\"tname\";s:24:\"Ghorepani Poon Hill Trek\";s:8:\"datetime\";s:10:\"2023-03-08\";s:4:\"cost\";s:3:\"600\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"2\";s:7:\"booking\";a:6:{s:5:\"fname\";s:4:\"test\";s:5:\"lname\";s:6:\"tester\";s:5:\"email\";s:17:\"tester@tester.com\";s:7:\"address\";s:7:\"terstew\";s:4:\"city\";s:4:\"sasd\";s:7:\"country\";s:5:\"Nepal\";}}}'),(1860,4735,'wp_travel_engine_bookings','a:1:{i:0;i:4734;}'),(1861,4735,'wp_travel_engine_booked_trip_setting','a:11:{s:8:\"traveler\";a:1:{i:1;s:1:\"2\";}s:4:\"cost\";a:1:{i:1;s:3:\"600\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2948\";}s:5:\"tname\";a:1:{i:1;s:24:\"Ghorepani Poon Hill Trek\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-03-08\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}s:3:\"tax\";a:1:{i:1;s:1:\"0\";}s:5:\"Adult\";a:1:{i:1;s:1:\"1\";}s:5:\"Child\";a:1:{i:1;s:1:\"1\";}s:12:\"trip_package\";a:1:{i:1;s:15:\"Budget Friendly\";}}'),(1862,4735,'_demo_importer_plus_sites_imported_post','1'),(1863,4735,'_demo_importer_enable_for_batch','1'),(1864,4738,'_update_title','true'),(1865,4738,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2957\";s:5:\"tname\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:8:\"datetime\";s:10:\"2023-03-18\";s:4:\"cost\";s:4:\"1600\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"2\";s:7:\"booking\";a:6:{s:5:\"fname\";s:5:\"nemah\";s:5:\"lname\";s:10:\"hasn\";s:5:\"email\";s:18:\"llxgo0o0@gmail.com\";s:7:\"address\";s:66:\"مسقط الخوير شارع المها, مسقط العديبة\";s:4:\"city\";s:8:\"مسقط\";s:7:\"country\";s:4:\"Oman\";}}}'),(1866,4738,'wp_travel_engine_bookings','a:3:{i:0;i:4737;i:1;i:4770;i:2;i:4772;}'),(1867,4738,'wp_travel_engine_booked_trip_setting','a:11:{s:8:\"traveler\";a:3:{i:1;s:1:\"2\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:4:\"cost\";a:3:{i:1;s:4:\"1600\";i:2;s:3:\"800\";i:3;s:3:\"800\";}s:3:\"due\";a:3:{i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:3:\"tid\";a:3:{i:1;s:4:\"2957\";i:2;s:4:\"2953\";i:3;s:4:\"2953\";}s:5:\"tname\";a:3:{i:1;s:48:\"7 Days tour to Explore the Beauty of Philippines\";i:2;s:31:\"Experience the Incredible India\";i:3;s:31:\"Experience the Incredible India\";}s:8:\"datetime\";a:3:{i:1;s:10:\"2023-03-18\";i:2;s:10:\"2023-03-25\";i:3;s:10:\"2023-03-25\";}s:12:\"datewithtime\";a:3:{i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:3:\"tax\";a:3:{i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:5:\"Adult\";a:3:{i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:5:\"Child\";a:1:{i:1;s:1:\"1\";}s:12:\"trip_package\";a:3:{i:1;s:15:\"Budget Friendly\";i:2;s:15:\"Budget Friendly\";i:3;s:15:\"Budget Friendly\";}}'),(1868,4738,'_demo_importer_plus_sites_imported_post','1'),(1869,4738,'_demo_importer_enable_for_batch','1'),(1870,4741,'_update_title','true'),(1871,4741,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2951\";s:5:\"tname\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:8:\"datetime\";s:10:\"2023-03-24\";s:4:\"cost\";s:4:\"4600\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"2\";s:7:\"booking\";a:6:{s:5:\"fname\";s:11:\"Christopher\";s:5:\"lname\";s:7:\"Caferra\";s:5:\"email\";s:22:\"chris@bangmedia.com.au\";s:7:\"address\";s:27:\"21 griffiths street manoora\";s:4:\"city\";s:7:\"Manoora\";s:7:\"country\";s:9:\"Australia\";}}}'),(1872,4741,'wp_travel_engine_bookings','a:1:{i:0;i:4740;}'),(1873,4741,'wp_travel_engine_booked_trip_setting','a:10:{s:8:\"traveler\";a:1:{i:1;s:1:\"2\";}s:4:\"cost\";a:1:{i:1;s:4:\"4600\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2951\";}s:5:\"tname\";a:1:{i:1;s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-03-24\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}s:3:\"tax\";a:1:{i:1;s:1:\"0\";}s:5:\"Adult\";a:1:{i:1;s:1:\"2\";}s:12:\"trip_package\";a:1:{i:1;s:15:\"Budget Friendly\";}}'),(1874,4741,'_demo_importer_plus_sites_imported_post','1'),(1875,4741,'_demo_importer_enable_for_batch','1'),(1876,4746,'_update_title','true'),(1877,4746,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2956\";s:5:\"tname\";s:31:\"Fantastic Maldives Tour Package\";s:8:\"datetime\";s:10:\"2023-03-14\";s:4:\"cost\";s:3:\"700\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"1\";s:7:\"booking\";a:6:{s:5:\"fname\";s:8:\"phuwanai\";s:5:\"lname\";s:11:\"sawangchorb\";s:5:\"email\";s:23:\"porpallaprop1@gmail.com\";s:7:\"address\";s:45:\"12/2 M.2, Ko Lantayai, Ko Lanta, Krabi, 81150\";s:4:\"city\";s:5:\"krabi\";s:7:\"country\";s:8:\"Thailand\";}}}'),(1878,4746,'wp_travel_engine_bookings','a:1:{i:0;i:4745;}'),(1879,4746,'wp_travel_engine_booked_trip_setting','a:10:{s:8:\"traveler\";a:1:{i:1;s:1:\"1\";}s:4:\"cost\";a:1:{i:1;s:3:\"700\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2956\";}s:5:\"tname\";a:1:{i:1;s:31:\"Fantastic Maldives Tour Package\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-03-14\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}s:3:\"tax\";a:1:{i:1;s:1:\"0\";}s:5:\"Adult\";a:1:{i:1;s:1:\"1\";}s:12:\"trip_package\";a:1:{i:1;s:15:\"Budget Friendly\";}}'),(1880,4746,'_demo_importer_plus_sites_imported_post','1'),(1881,4746,'_demo_importer_enable_for_batch','1'),(1882,4749,'_update_title','true'),(1883,4749,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2957\";s:5:\"tname\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:8:\"datetime\";s:10:\"2023-03-18\";s:4:\"cost\";s:4:\"2200\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"2\";s:7:\"booking\";a:6:{s:5:\"fname\";s:6:\"benson\";s:5:\"lname\";s:7:\"cherere\";s:5:\"email\";s:20:\"info@jolytraders.xyz\";s:7:\"address\";s:13:\"+254748872924\";s:4:\"city\";s:7:\"Nairobi\";s:7:\"country\";s:5:\"Kenya\";}}}'),(1884,4749,'wp_travel_engine_bookings','a:2:{i:0;i:4748;i:1;i:4751;}'),(1885,4749,'wp_travel_engine_booked_trip_setting','a:10:{s:8:\"traveler\";a:2:{i:1;s:1:\"2\";i:2;s:1:\"2\";}s:4:\"cost\";a:2:{i:1;s:4:\"2200\";i:2;s:4:\"2200\";}s:3:\"due\";a:2:{i:1;s:1:\"0\";i:2;s:1:\"0\";}s:3:\"tid\";a:2:{i:1;s:4:\"2957\";i:2;s:4:\"2957\";}s:5:\"tname\";a:2:{i:1;s:48:\"7 Days tour to Explore the Beauty of Philippines\";i:2;s:48:\"7 Days tour to Explore the Beauty of Philippines\";}s:8:\"datetime\";a:2:{i:1;s:10:\"2023-03-18\";i:2;s:10:\"2023-03-18\";}s:12:\"datewithtime\";a:2:{i:1;s:0:\"\";i:2;s:0:\"\";}s:3:\"tax\";a:2:{i:1;s:1:\"0\";i:2;s:1:\"0\";}s:5:\"Adult\";a:2:{i:1;s:1:\"2\";i:2;s:1:\"2\";}s:12:\"trip_package\";a:2:{i:1;s:15:\"Budget Friendly\";i:2;s:15:\"Budget Friendly\";}}'),(1886,4749,'_wxr_import_user_slug','nn'),(1887,4749,'_demo_importer_plus_sites_imported_post','1'),(1888,4749,'_demo_importer_enable_for_batch','1'),(1889,4755,'_update_title','true'),(1890,4755,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2956\";s:5:\"tname\";s:31:\"Fantastic Maldives Tour Package\";s:8:\"datetime\";s:10:\"2023-03-16\";s:4:\"cost\";s:4:\"1150\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"2\";s:7:\"booking\";a:6:{s:5:\"fname\";s:6:\"benson\";s:5:\"lname\";s:7:\"cherere\";s:5:\"email\";s:26:\"emailonlinemoney@gmail.com\";s:7:\"address\";s:13:\"+254748872924\";s:4:\"city\";s:7:\"Nairobi\";s:7:\"country\";s:5:\"Kenya\";}}}'),(1891,4755,'wp_travel_engine_bookings','a:2:{i:0;i:4754;i:1;i:4757;}'),(1892,4755,'wp_travel_engine_booked_trip_setting','a:11:{s:8:\"traveler\";a:2:{i:1;s:1:\"2\";i:2;s:1:\"2\";}s:4:\"cost\";a:2:{i:1;s:4:\"1150\";i:2;s:4:\"1150\";}s:3:\"due\";a:2:{i:1;s:1:\"0\";i:2;s:1:\"0\";}s:3:\"tid\";a:2:{i:1;s:4:\"2956\";i:2;s:4:\"2956\";}s:5:\"tname\";a:2:{i:1;s:31:\"Fantastic Maldives Tour Package\";i:2;s:31:\"Fantastic Maldives Tour Package\";}s:8:\"datetime\";a:2:{i:1;s:10:\"2023-03-16\";i:2;s:10:\"2023-03-16\";}s:12:\"datewithtime\";a:2:{i:1;s:0:\"\";i:2;s:0:\"\";}s:3:\"tax\";a:2:{i:1;s:1:\"0\";i:2;s:1:\"0\";}s:5:\"Adult\";a:2:{i:1;s:1:\"1\";i:2;s:1:\"1\";}s:5:\"Child\";a:2:{i:1;s:1:\"1\";i:2;s:1:\"1\";}s:12:\"trip_package\";a:2:{i:1;s:15:\"Budget Friendly\";i:2;s:15:\"Budget Friendly\";}}'),(1893,4755,'_wxr_import_user_slug','email'),(1894,4755,'_demo_importer_plus_sites_imported_post','1'),(1895,4755,'_demo_importer_enable_for_batch','1'),(1896,4764,'_update_title','true'),(1897,4764,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2957\";s:5:\"tname\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:8:\"datetime\";s:10:\"2023-03-21\";s:4:\"cost\";s:4:\"1600\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"2\";s:7:\"booking\";a:6:{s:5:\"fname\";s:6:\"benson\";s:5:\"lname\";s:7:\"cherere\";s:5:\"email\";s:25:\"bensoncherere08@gmail.com\";s:7:\"address\";s:13:\"+254748872924\";s:4:\"city\";s:7:\"Nairobi\";s:7:\"country\";s:5:\"Kenya\";}}}'),(1898,4764,'wp_travel_engine_bookings','a:1:{i:0;i:4763;}'),(1899,4764,'wp_travel_engine_booked_trip_setting','a:11:{s:8:\"traveler\";a:1:{i:1;s:1:\"2\";}s:4:\"cost\";a:1:{i:1;s:4:\"1600\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2957\";}s:5:\"tname\";a:1:{i:1;s:48:\"7 Days tour to Explore the Beauty of Philippines\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-03-21\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}s:3:\"tax\";a:1:{i:1;s:1:\"0\";}s:5:\"Adult\";a:1:{i:1;s:1:\"1\";}s:5:\"Child\";a:1:{i:1;s:1:\"1\";}s:12:\"trip_package\";a:1:{i:1;s:15:\"Budget Friendly\";}}'),(1900,4764,'_wxr_import_user_slug','nn'),(1901,4764,'_demo_importer_plus_sites_imported_post','1'),(1902,4764,'_demo_importer_enable_for_batch','1'),(1903,4768,'_update_title','true'),(1904,4768,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2953\";s:5:\"tname\";s:31:\"Experience the Incredible India\";s:8:\"datetime\";s:10:\"2023-03-13\";s:4:\"cost\";s:3:\"800\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"1\";s:7:\"booking\";a:6:{s:5:\"fname\";s:6:\"George\";s:5:\"lname\";s:6:\"Ndungu\";s:5:\"email\";s:23:\"georgemndungu@gmail.com\";s:7:\"address\";s:5:\"24021\";s:4:\"city\";s:7:\"Nairobi\";s:7:\"country\";s:5:\"Kenya\";}}}'),(1905,4768,'wp_travel_engine_bookings','a:1:{i:0;i:4767;}'),(1906,4768,'wp_travel_engine_booked_trip_setting','a:10:{s:8:\"traveler\";a:1:{i:1;s:1:\"1\";}s:4:\"cost\";a:1:{i:1;s:3:\"800\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2953\";}s:5:\"tname\";a:1:{i:1;s:31:\"Experience the Incredible India\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-03-13\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}s:3:\"tax\";a:1:{i:1;s:1:\"0\";}s:5:\"Adult\";a:1:{i:1;s:1:\"1\";}s:12:\"trip_package\";a:1:{i:1;s:15:\"Budget Friendly\";}}'),(1907,4768,'_demo_importer_plus_sites_imported_post','1'),(1908,4768,'_demo_importer_enable_for_batch','1'),(1909,4775,'_update_title','true'),(1910,4775,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2953\";s:5:\"tname\";s:31:\"Experience the Incredible India\";s:8:\"datetime\";s:10:\"2023-03-15\";s:4:\"cost\";s:4:\"1300\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"2\";s:7:\"booking\";a:6:{s:5:\"fname\";s:5:\"hhiuj\";s:5:\"lname\";s:4:\"lesa\";s:5:\"email\";s:16:\"lehien@gmail.com\";s:7:\"address\";s:13:\"hanoi vietnam\";s:4:\"city\";s:6:\"techup\";s:7:\"country\";s:7:\"Vietnam\";}}}'),(1911,4775,'wp_travel_engine_bookings','a:1:{i:0;i:4774;}'),(1912,4775,'wp_travel_engine_booked_trip_setting','a:11:{s:8:\"traveler\";a:1:{i:1;s:1:\"2\";}s:4:\"cost\";a:1:{i:1;s:4:\"1300\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2953\";}s:5:\"tname\";a:1:{i:1;s:31:\"Experience the Incredible India\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-03-15\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}s:3:\"tax\";a:1:{i:1;s:1:\"0\";}s:5:\"Adult\";a:1:{i:1;s:1:\"1\";}s:5:\"Child\";a:1:{i:1;s:1:\"1\";}s:12:\"trip_package\";a:1:{i:1;s:15:\"Budget Friendly\";}}'),(1913,4775,'_demo_importer_plus_sites_imported_post','1'),(1914,4775,'_demo_importer_enable_for_batch','1'),(1915,4778,'_update_title','true'),(1916,4778,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2951\";s:5:\"tname\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:8:\"datetime\";s:10:\"2023-03-17\";s:4:\"cost\";s:4:\"4200\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"2\";s:7:\"booking\";a:6:{s:5:\"fname\";s:1:\"s\";s:5:\"lname\";s:2:\"jj\";s:5:\"email\";s:19:\"osaidstar@gmail.com\";s:7:\"address\";s:2:\"kk\";s:4:\"city\";s:7:\"lucknow\";s:7:\"country\";s:5:\"India\";}}}'),(1917,4778,'wp_travel_engine_bookings','a:1:{i:0;i:4777;}'),(1918,4778,'wp_travel_engine_booked_trip_setting','a:11:{s:8:\"traveler\";a:1:{i:1;s:1:\"2\";}s:4:\"cost\";a:1:{i:1;s:4:\"4200\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2951\";}s:5:\"tname\";a:1:{i:1;s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-03-17\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}s:3:\"tax\";a:1:{i:1;s:1:\"0\";}s:5:\"Adult\";a:1:{i:1;s:1:\"1\";}s:5:\"Child\";a:1:{i:1;s:1:\"1\";}s:12:\"trip_package\";a:1:{i:1;s:15:\"Budget Friendly\";}}'),(1919,4778,'_wxr_import_user_slug','osaid'),(1920,4778,'_demo_importer_plus_sites_imported_post','1'),(1921,4778,'_demo_importer_enable_for_batch','1'),(1922,4781,'_update_title','true'),(1923,4781,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2952\";s:5:\"tname\";s:51:\"Maldives: The Travel and Experience of the Lifetime\";s:8:\"datetime\";s:10:\"2023-03-17\";s:4:\"cost\";s:4:\"2400\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"3\";s:7:\"booking\";a:6:{s:5:\"fname\";s:4:\"gdfg\";s:5:\"lname\";s:6:\"dfgdfg\";s:5:\"email\";s:17:\"dfgdfg@fsdfsd.com\";s:7:\"address\";s:9:\"sdfsdfsdf\";s:4:\"city\";s:6:\"sdfsdf\";s:7:\"country\";s:10:\"Azerbaijan\";}}}'),(1924,4781,'wp_travel_engine_bookings','a:1:{i:0;i:4780;}'),(1925,4781,'wp_travel_engine_booked_trip_setting','a:11:{s:8:\"traveler\";a:1:{i:1;s:1:\"3\";}s:4:\"cost\";a:1:{i:1;s:4:\"2400\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2952\";}s:5:\"tname\";a:1:{i:1;s:51:\"Maldives: The Travel and Experience of the Lifetime\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-03-17\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}s:3:\"tax\";a:1:{i:1;s:1:\"0\";}s:5:\"Adult\";a:1:{i:1;s:1:\"1\";}s:5:\"Child\";a:1:{i:1;s:1:\"2\";}s:12:\"trip_package\";a:1:{i:1;s:15:\"Budget Friendly\";}}'),(1926,4781,'_demo_importer_plus_sites_imported_post','1'),(1927,4781,'_demo_importer_enable_for_batch','1'),(1928,4784,'_update_title','true'),(1929,4784,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2953\";s:5:\"tname\";s:31:\"Experience the Incredible India\";s:8:\"datetime\";s:10:\"2023-03-30\";s:4:\"cost\";s:4:\"4500\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"6\";s:7:\"booking\";a:6:{s:5:\"fname\";s:3:\"Can\";s:5:\"lname\";s:4:\"pham\";s:5:\"email\";s:23:\"danviettravel@gmail.com\";s:7:\"address\";s:26:\"3939 339 393 93kdkd kdkdkd\";s:4:\"city\";s:5:\"Hanoi\";s:7:\"country\";s:7:\"Vietnam\";}}}'),(1930,4784,'wp_travel_engine_bookings','a:1:{i:0;i:4783;}'),(1931,4784,'wp_travel_engine_booked_trip_setting','a:11:{s:8:\"traveler\";a:1:{i:1;s:1:\"6\";}s:4:\"cost\";a:1:{i:1;s:4:\"4500\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2953\";}s:5:\"tname\";a:1:{i:1;s:31:\"Experience the Incredible India\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-03-30\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}s:3:\"tax\";a:1:{i:1;s:1:\"0\";}s:5:\"Adult\";a:1:{i:1;s:1:\"5\";}s:5:\"Child\";a:1:{i:1;s:1:\"1\";}s:12:\"trip_package\";a:1:{i:1;s:15:\"Budget Friendly\";}}'),(1932,4784,'_demo_importer_plus_sites_imported_post','1'),(1933,4784,'_demo_importer_enable_for_batch','1'),(1934,4787,'_update_title','true'),(1935,4787,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2953\";s:5:\"tname\";s:31:\"Experience the Incredible India\";s:8:\"datetime\";s:10:\"2023-03-25\";s:4:\"cost\";s:4:\"1600\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"2\";s:7:\"booking\";a:6:{s:5:\"fname\";s:8:\"Shimanto\";s:5:\"lname\";s:4:\"Siam\";s:5:\"email\";s:31:\"shimantomahmudsiam135@gmail.com\";s:7:\"address\";s:9:\"Mirpur-11\";s:4:\"city\";s:5:\"Dhaka\";s:7:\"country\";s:10:\"Bangladesh\";}}}'),(1936,4787,'wp_travel_engine_bookings','a:1:{i:0;i:4786;}'),(1937,4787,'wp_travel_engine_booked_trip_setting','a:10:{s:8:\"traveler\";a:1:{i:1;s:1:\"2\";}s:4:\"cost\";a:1:{i:1;s:4:\"1600\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2953\";}s:5:\"tname\";a:1:{i:1;s:31:\"Experience the Incredible India\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-03-25\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}s:3:\"tax\";a:1:{i:1;s:1:\"0\";}s:5:\"Adult\";a:1:{i:1;s:1:\"2\";}s:12:\"trip_package\";a:1:{i:1;s:15:\"Budget Friendly\";}}'),(1938,4787,'_demo_importer_plus_sites_imported_post','1'),(1939,4787,'_demo_importer_enable_for_batch','1'),(1940,4859,'_elementor_edit_mode','builder'),(1941,4859,'_elementor_template_type','kit'),(1942,4859,'_wxr_import_user_slug','wptravelengine'),(1943,4859,'_demo_importer_plus_sites_imported_post','1'),(1944,4859,'_demo_importer_enable_for_batch','1'),(1945,4790,'_update_title','true'),(1946,4790,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2953\";s:5:\"tname\";s:31:\"Experience the Incredible India\";s:8:\"datetime\";s:10:\"2023-03-23\";s:4:\"cost\";s:4:\"2600\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"4\";s:7:\"booking\";a:6:{s:5:\"fname\";s:6:\"gsdgdg\";s:5:\"lname\";s:7:\"dgsgsdg\";s:5:\"email\";s:18:\"gsgsdgwe@gmail.com\";s:7:\"address\";s:8:\"wtgergwg\";s:4:\"city\";s:6:\"wegweg\";s:7:\"country\";s:9:\"Argentina\";}}}'),(1947,4790,'wp_travel_engine_bookings','a:1:{i:0;i:4789;}'),(1948,4790,'wp_travel_engine_booked_trip_setting','a:11:{s:8:\"traveler\";a:1:{i:1;s:1:\"4\";}s:4:\"cost\";a:1:{i:1;s:4:\"2600\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2953\";}s:5:\"tname\";a:1:{i:1;s:31:\"Experience the Incredible India\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-03-23\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}s:3:\"tax\";a:1:{i:1;s:1:\"0\";}s:5:\"Adult\";a:1:{i:1;s:1:\"2\";}s:5:\"Child\";a:1:{i:1;s:1:\"2\";}s:12:\"trip_package\";a:1:{i:1;s:15:\"Budget Friendly\";}}'),(1949,4790,'_demo_importer_plus_sites_imported_post','1'),(1950,4790,'_demo_importer_enable_for_batch','1'),(1951,4793,'_update_title','true'),(1952,4793,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2953\";s:5:\"tname\";s:31:\"Experience the Incredible India\";s:8:\"datetime\";s:10:\"2023-03-23\";s:4:\"cost\";s:4:\"1300\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"2\";s:7:\"booking\";a:6:{s:5:\"fname\";s:7:\"Aviansh\";s:5:\"lname\";s:6:\"Bharti\";s:5:\"email\";s:20:\"avitechtube@gmai.com\";s:7:\"address\";s:89:\"FLAT NO-AP-02, G/F BLOCK-A, JAI HIND APARTMENT, STREET NO-25B, SADHNAGAR-II, PALAM COLONY\";s:4:\"city\";s:9:\"NEW DELHI\";s:7:\"country\";s:5:\"India\";}}}'),(1953,4793,'wp_travel_engine_bookings','a:1:{i:0;i:4792;}'),(1954,4793,'wp_travel_engine_booked_trip_setting','a:11:{s:8:\"traveler\";a:1:{i:1;s:1:\"2\";}s:4:\"cost\";a:1:{i:1;s:4:\"1300\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2953\";}s:5:\"tname\";a:1:{i:1;s:31:\"Experience the Incredible India\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-03-23\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}s:3:\"tax\";a:1:{i:1;s:1:\"0\";}s:5:\"Adult\";a:1:{i:1;s:1:\"1\";}s:5:\"Child\";a:1:{i:1;s:1:\"1\";}s:12:\"trip_package\";a:1:{i:1;s:15:\"Budget Friendly\";}}'),(1955,4793,'_demo_importer_plus_sites_imported_post','1'),(1956,4793,'_demo_importer_enable_for_batch','1'),(1957,4796,'_update_title','true'),(1958,4796,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2951\";s:5:\"tname\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:8:\"datetime\";s:10:\"2023-03-24\";s:4:\"cost\";s:4:\"2300\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"1\";s:7:\"booking\";a:6:{s:5:\"fname\";s:4:\"test\";s:5:\"lname\";s:4:\"user\";s:5:\"email\";s:16:\"test@spambog.com\";s:7:\"address\";s:4:\"test\";s:4:\"city\";s:4:\"test\";s:7:\"country\";s:7:\"Germany\";}}}'),(1959,4796,'wp_travel_engine_bookings','a:1:{i:0;i:4795;}'),(1960,4796,'wp_travel_engine_booked_trip_setting','a:10:{s:8:\"traveler\";a:1:{i:1;s:1:\"1\";}s:4:\"cost\";a:1:{i:1;s:4:\"2300\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2951\";}s:5:\"tname\";a:1:{i:1;s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-03-24\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}s:3:\"tax\";a:1:{i:1;s:1:\"0\";}s:5:\"Adult\";a:1:{i:1;s:1:\"1\";}s:12:\"trip_package\";a:1:{i:1;s:15:\"Budget Friendly\";}}'),(1961,4796,'_demo_importer_plus_sites_imported_post','1'),(1962,4796,'_demo_importer_enable_for_batch','1'),(1963,4799,'_update_title','true'),(1964,4799,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2957\";s:5:\"tname\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:8:\"datetime\";s:10:\"2023-04-21\";s:4:\"cost\";s:4:\"2200\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"2\";s:7:\"booking\";a:6:{s:5:\"fname\";s:4:\"Long\";s:5:\"lname\";s:7:\"Dao Phi\";s:5:\"email\";s:23:\"philongdao121@gmail.com\";s:7:\"address\";s:17:\"168/38 Ngọc Hà\";s:4:\"city\";s:5:\"Hanoi\";s:7:\"country\";s:7:\"Vietnam\";}}}'),(1965,4799,'wp_travel_engine_bookings','a:2:{i:0;i:4798;i:1;i:4801;}'),(1966,4799,'wp_travel_engine_booked_trip_setting','a:10:{s:8:\"traveler\";a:2:{i:1;s:1:\"2\";i:2;s:1:\"2\";}s:4:\"cost\";a:2:{i:1;s:4:\"2200\";i:2;s:4:\"2200\";}s:3:\"due\";a:2:{i:1;s:1:\"0\";i:2;s:1:\"0\";}s:3:\"tid\";a:2:{i:1;s:4:\"2957\";i:2;s:4:\"2957\";}s:5:\"tname\";a:2:{i:1;s:48:\"7 Days tour to Explore the Beauty of Philippines\";i:2;s:48:\"7 Days tour to Explore the Beauty of Philippines\";}s:8:\"datetime\";a:2:{i:1;s:10:\"2023-04-21\";i:2;s:10:\"2023-04-21\";}s:12:\"datewithtime\";a:2:{i:1;s:0:\"\";i:2;s:0:\"\";}s:3:\"tax\";a:2:{i:1;s:1:\"0\";i:2;s:1:\"0\";}s:5:\"Adult\";a:2:{i:1;s:1:\"2\";i:2;s:1:\"2\";}s:12:\"trip_package\";a:2:{i:1;s:15:\"Budget Friendly\";i:2;s:15:\"Budget Friendly\";}}'),(1967,4799,'_demo_importer_plus_sites_imported_post','1'),(1968,4799,'_demo_importer_enable_for_batch','1'),(1969,4806,'_update_title','true'),(1970,4806,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2949\";s:5:\"tname\";s:34:\"Paris Effiel Tower Tour 1 Day Tour\";s:8:\"datetime\";s:16:\"2023-03-31T12:00\";s:4:\"cost\";s:2:\"80\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"3\";s:7:\"booking\";a:6:{s:5:\"fname\";s:5:\"rfghf\";s:5:\"lname\";s:5:\"fhgsh\";s:5:\"email\";s:16:\"rfsggs@gmail.com\";s:7:\"address\";s:9:\"sgfdh56th\";s:4:\"city\";s:6:\"bhopal\";s:7:\"country\";s:5:\"India\";}}}'),(1971,4806,'wp_travel_engine_bookings','a:1:{i:0;i:4805;}'),(1972,4806,'wp_travel_engine_booked_trip_setting','a:11:{s:8:\"traveler\";a:1:{i:1;s:1:\"3\";}s:4:\"cost\";a:1:{i:1;s:2:\"80\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2949\";}s:5:\"tname\";a:1:{i:1;s:34:\"Paris Effiel Tower Tour 1 Day Tour\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-03-31\";}s:12:\"datewithtime\";a:1:{i:1;s:16:\"2023-03-31T12:00\";}s:3:\"tax\";a:1:{i:1;s:1:\"0\";}s:5:\"Adult\";a:1:{i:1;s:1:\"2\";}s:5:\"Child\";a:1:{i:1;s:1:\"1\";}s:12:\"trip_package\";a:1:{i:1;s:15:\"Budget Friendly\";}}'),(1973,4806,'_demo_importer_plus_sites_imported_post','1'),(1974,4806,'_demo_importer_enable_for_batch','1'),(1975,4809,'_update_title','true'),(1976,4809,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2953\";s:5:\"tname\";s:31:\"Experience the Incredible India\";s:8:\"datetime\";s:10:\"2023-04-10\";s:4:\"cost\";s:3:\"800\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"1\";s:7:\"booking\";a:6:{s:5:\"fname\";s:5:\"Fahad\";s:5:\"lname\";s:3:\"Ali\";s:5:\"email\";s:24:\"fahad.a2468910@gmail.com\";s:7:\"address\";s:16:\"Kot Radha Kishan\";s:4:\"city\";s:16:\"Kot Radha Kishan\";s:7:\"country\";s:8:\"Pakistan\";}}}'),(1977,4809,'wp_travel_engine_bookings','a:1:{i:0;i:4808;}'),(1978,4809,'wp_travel_engine_booked_trip_setting','a:10:{s:8:\"traveler\";a:1:{i:1;s:1:\"1\";}s:4:\"cost\";a:1:{i:1;s:3:\"800\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2953\";}s:5:\"tname\";a:1:{i:1;s:31:\"Experience the Incredible India\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-04-10\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}s:3:\"tax\";a:1:{i:1;s:1:\"0\";}s:5:\"Adult\";a:1:{i:1;s:1:\"1\";}s:12:\"trip_package\";a:1:{i:1;s:15:\"Budget Friendly\";}}'),(1979,4809,'_demo_importer_plus_sites_imported_post','1'),(1980,4809,'_demo_importer_enable_for_batch','1'),(1981,4813,'_update_title','true'),(1982,4813,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2957\";s:5:\"tname\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:8:\"datetime\";s:10:\"2023-04-04\";s:4:\"cost\";s:4:\"2200\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"2\";s:7:\"booking\";a:6:{s:5:\"fname\";s:4:\"Rand\";s:5:\"lname\";s:7:\"Chaaban\";s:5:\"email\";s:19:\"hayviar85@gmail.com\";s:7:\"address\";s:17:\"Hauptstraße 35/2\";s:4:\"city\";s:27:\"Heiligenkreus im Lafnitztal\";s:7:\"country\";s:7:\"Austria\";}}}'),(1983,4813,'wp_travel_engine_bookings','a:1:{i:0;i:4812;}'),(1984,4813,'wp_travel_engine_booked_trip_setting','a:10:{s:8:\"traveler\";a:1:{i:1;s:1:\"2\";}s:4:\"cost\";a:1:{i:1;s:4:\"2200\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2957\";}s:5:\"tname\";a:1:{i:1;s:48:\"7 Days tour to Explore the Beauty of Philippines\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-04-04\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}s:3:\"tax\";a:1:{i:1;s:1:\"0\";}s:5:\"Adult\";a:1:{i:1;s:1:\"2\";}s:12:\"trip_package\";a:1:{i:1;s:15:\"Budget Friendly\";}}'),(1985,4813,'_wxr_import_user_slug','aa'),(1986,4813,'_demo_importer_plus_sites_imported_post','1'),(1987,4813,'_demo_importer_enable_for_batch','1'),(1988,4816,'_update_title','true'),(1989,4816,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2949\";s:5:\"tname\";s:34:\"Paris Effiel Tower Tour 1 Day Tour\";s:8:\"datetime\";s:16:\"2023-04-07T12:00\";s:4:\"cost\";s:2:\"30\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"1\";s:7:\"booking\";a:6:{s:5:\"fname\";s:5:\"praba\";s:5:\"lname\";s:5:\"karan\";s:5:\"email\";s:20:\"prabakaran@dotcod.in\";s:7:\"address\";s:10:\"coimbatore\";s:4:\"city\";s:14:\"saravanampatty\";s:7:\"country\";s:5:\"India\";}}}'),(1990,4816,'wp_travel_engine_bookings','a:2:{i:0;i:4815;i:1;i:4818;}'),(1991,4816,'wp_travel_engine_booked_trip_setting','a:11:{s:8:\"traveler\";a:2:{i:1;s:1:\"1\";i:2;s:1:\"2\";}s:4:\"cost\";a:2:{i:1;s:2:\"30\";i:2;s:2:\"50\";}s:3:\"due\";a:2:{i:1;s:1:\"0\";i:2;s:1:\"0\";}s:3:\"tid\";a:2:{i:1;s:4:\"2949\";i:2;s:4:\"2949\";}s:5:\"tname\";a:2:{i:1;s:34:\"Paris Effiel Tower Tour 1 Day Tour\";i:2;s:34:\"Paris Effiel Tower Tour 1 Day Tour\";}s:8:\"datetime\";a:2:{i:1;s:10:\"2023-04-07\";i:2;s:10:\"2023-04-13\";}s:12:\"datewithtime\";a:2:{i:1;s:16:\"2023-04-07T12:00\";i:2;s:16:\"2023-04-13T14:00\";}s:3:\"tax\";a:2:{i:1;s:1:\"0\";i:2;s:1:\"0\";}s:5:\"Adult\";a:2:{i:1;s:1:\"1\";i:2;s:1:\"1\";}s:12:\"trip_package\";a:2:{i:1;s:15:\"Budget Friendly\";i:2;s:15:\"Budget Friendly\";}s:5:\"Child\";a:1:{i:2;s:1:\"1\";}}'),(1992,4816,'_demo_importer_plus_sites_imported_post','1'),(1993,4816,'_demo_importer_enable_for_batch','1'),(1994,4821,'_update_title','true'),(1995,4821,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2957\";s:5:\"tname\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:8:\"datetime\";s:10:\"2023-04-28\";s:4:\"cost\";s:4:\"1600\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"2\";s:7:\"booking\";a:6:{s:5:\"fname\";s:6:\"nirved\";s:5:\"lname\";s:4:\"soni\";s:5:\"email\";s:15:\"nive2ggh@gg.com\";s:7:\"address\";s:68:\"mahaveer parisar behind of mejor market pipariya khamariya, pipariya\";s:4:\"city\";s:8:\"Jabalpur\";s:7:\"country\";s:5:\"India\";}}}'),(1996,4821,'wp_travel_engine_bookings','a:2:{i:0;i:4820;i:1;i:4823;}'),(1997,4821,'wp_travel_engine_booked_trip_setting','a:11:{s:8:\"traveler\";a:2:{i:1;s:1:\"2\";i:2;s:1:\"2\";}s:4:\"cost\";a:2:{i:1;s:4:\"1600\";i:2;s:4:\"1600\";}s:3:\"due\";a:2:{i:1;s:1:\"0\";i:2;s:1:\"0\";}s:3:\"tid\";a:2:{i:1;s:4:\"2957\";i:2;s:4:\"2957\";}s:5:\"tname\";a:2:{i:1;s:48:\"7 Days tour to Explore the Beauty of Philippines\";i:2;s:48:\"7 Days tour to Explore the Beauty of Philippines\";}s:8:\"datetime\";a:2:{i:1;s:10:\"2023-04-28\";i:2;s:10:\"2023-04-28\";}s:12:\"datewithtime\";a:2:{i:1;s:0:\"\";i:2;s:0:\"\";}s:3:\"tax\";a:2:{i:1;s:1:\"0\";i:2;s:1:\"0\";}s:5:\"Adult\";a:2:{i:1;s:1:\"1\";i:2;s:1:\"1\";}s:5:\"Child\";a:2:{i:1;s:1:\"1\";i:2;s:1:\"1\";}s:12:\"trip_package\";a:2:{i:1;s:15:\"Budget Friendly\";i:2;s:15:\"Budget Friendly\";}}'),(1998,4821,'_demo_importer_plus_sites_imported_post','1'),(1999,4821,'_demo_importer_enable_for_batch','1'),(2000,4826,'_update_title','true'),(2001,4826,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2953\";s:5:\"tname\";s:31:\"Experience the Incredible India\";s:8:\"datetime\";s:10:\"2023-04-27\";s:4:\"cost\";s:4:\"2600\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"4\";s:7:\"booking\";a:6:{s:5:\"fname\";s:6:\"nirved\";s:5:\"lname\";s:4:\"soni\";s:5:\"email\";s:22:\"nirvedsoni28@gmail.com\";s:7:\"address\";s:68:\"mahaveer parisar behind of mejor market pipariya khamariya, pipariya\";s:4:\"city\";s:8:\"Jabalpur\";s:7:\"country\";s:5:\"India\";}}}'),(2002,4826,'wp_travel_engine_bookings','a:1:{i:0;i:4825;}'),(2003,4826,'wp_travel_engine_booked_trip_setting','a:11:{s:8:\"traveler\";a:1:{i:1;s:1:\"4\";}s:4:\"cost\";a:1:{i:1;s:4:\"2600\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2953\";}s:5:\"tname\";a:1:{i:1;s:31:\"Experience the Incredible India\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-04-27\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}s:3:\"tax\";a:1:{i:1;s:1:\"0\";}s:5:\"Adult\";a:1:{i:1;s:1:\"2\";}s:5:\"Child\";a:1:{i:1;s:1:\"2\";}s:12:\"trip_package\";a:1:{i:1;s:15:\"Budget Friendly\";}}'),(2004,4826,'_wxr_import_user_slug','nirvedsoni'),(2005,4826,'_demo_importer_plus_sites_imported_post','1'),(2006,4826,'_demo_importer_enable_for_batch','1'),(2007,4830,'_update_title','true'),(2008,4830,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2762\";s:5:\"tname\";s:40:\"Annapurna Circuit Trek with Tilicho Lake\";s:8:\"datetime\";s:10:\"2023-04-15\";s:4:\"cost\";s:4:\"1200\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"2\";s:7:\"booking\";a:6:{s:5:\"fname\";s:6:\"Yasser\";s:5:\"lname\";s:5:\"Essam\";s:5:\"email\";s:23:\"yasseressam@outlook.com\";s:7:\"address\";s:26:\"17-B Nadi El rydat, hadaba\";s:4:\"city\";s:15:\"SHARM EL-SHEIKH\";s:7:\"country\";s:5:\"Egypt\";}}}'),(2009,4830,'wp_travel_engine_bookings','a:2:{i:0;i:4829;i:1;i:4832;}'),(2010,4830,'wp_travel_engine_booked_trip_setting','a:10:{s:8:\"traveler\";a:2:{i:1;s:1:\"2\";i:2;s:1:\"1\";}s:4:\"cost\";a:2:{i:1;s:4:\"1200\";i:2;s:2:\"30\";}s:3:\"due\";a:2:{i:1;s:1:\"0\";i:2;s:1:\"0\";}s:3:\"tid\";a:2:{i:1;s:4:\"2762\";i:2;s:4:\"2949\";}s:5:\"tname\";a:2:{i:1;s:40:\"Annapurna Circuit Trek with Tilicho Lake\";i:2;s:34:\"Paris Effiel Tower Tour 1 Day Tour\";}s:8:\"datetime\";a:2:{i:1;s:10:\"2023-04-15\";i:2;s:10:\"2023-04-11\";}s:12:\"datewithtime\";a:2:{i:1;s:0:\"\";i:2;s:16:\"2023-04-11T12:00\";}s:3:\"tax\";a:2:{i:1;s:1:\"0\";i:2;s:1:\"0\";}s:5:\"Adult\";a:2:{i:1;s:1:\"2\";i:2;s:1:\"1\";}s:12:\"trip_package\";a:2:{i:1;s:15:\"Budget Friendly\";i:2;s:15:\"Budget Friendly\";}}'),(2011,4830,'_demo_importer_plus_sites_imported_post','1'),(2012,4830,'_demo_importer_enable_for_batch','1'),(2013,4835,'_update_title','true'),(2014,4835,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2951\";s:5:\"tname\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:8:\"datetime\";s:10:\"2023-04-18\";s:4:\"cost\";s:4:\"2300\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"1\";s:7:\"booking\";a:6:{s:5:\"fname\";s:4:\"asdf\";s:5:\"lname\";s:4:\"asdf\";s:5:\"email\";s:20:\"emreaksooy@gmail.com\";s:7:\"address\";s:36:\"Fener mah. 1937 sok. a. n. cimen sit\";s:4:\"city\";s:7:\"antalya\";s:7:\"country\";s:6:\"Turkey\";}}}'),(2015,4835,'wp_travel_engine_bookings','a:1:{i:0;i:4834;}'),(2016,4835,'wp_travel_engine_booked_trip_setting','a:10:{s:8:\"traveler\";a:1:{i:1;s:1:\"1\";}s:4:\"cost\";a:1:{i:1;s:4:\"2300\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2951\";}s:5:\"tname\";a:1:{i:1;s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-04-18\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}s:3:\"tax\";a:1:{i:1;s:1:\"0\";}s:5:\"Adult\";a:1:{i:1;s:1:\"1\";}s:12:\"trip_package\";a:1:{i:1;s:15:\"Budget Friendly\";}}'),(2017,4835,'_demo_importer_plus_sites_imported_post','1'),(2018,4835,'_demo_importer_enable_for_batch','1'),(2019,4839,'_update_title','true'),(2020,4839,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2956\";s:5:\"tname\";s:31:\"Fantastic Maldives Tour Package\";s:8:\"datetime\";s:10:\"2023-07-13\";s:4:\"cost\";s:4:\"3900\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"3\";s:7:\"booking\";a:6:{s:5:\"fname\";s:11:\"Jaypalsingh\";s:5:\"lname\";s:5:\"Bhati\";s:5:\"email\";s:22:\"bjaypalsingh@gmail.com\";s:7:\"address\";s:21:\"Chandkheda, Ahmedabad\";s:4:\"city\";s:9:\"Ahmedabad\";s:7:\"country\";s:5:\"India\";}}}'),(2021,4839,'wp_travel_engine_bookings','a:1:{i:0;i:4838;}'),(2022,4839,'wp_travel_engine_booked_trip_setting','a:10:{s:8:\"traveler\";a:1:{i:1;s:1:\"3\";}s:4:\"cost\";a:1:{i:1;s:4:\"3900\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2956\";}s:5:\"tname\";a:1:{i:1;s:31:\"Fantastic Maldives Tour Package\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-07-13\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}s:3:\"tax\";a:1:{i:1;s:1:\"0\";}s:5:\"Adult\";a:1:{i:1;s:1:\"3\";}s:12:\"trip_package\";a:1:{i:1;s:6:\"Luxury\";}}'),(2023,4839,'_demo_importer_plus_sites_imported_post','1'),(2024,4839,'_demo_importer_enable_for_batch','1'),(2025,4842,'_update_title','true'),(2026,4842,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2951\";s:5:\"tname\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:8:\"datetime\";s:10:\"2023-04-28\";s:4:\"cost\";s:4:\"2300\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"1\";s:7:\"booking\";a:6:{s:5:\"fname\";s:5:\"Abdul\";s:5:\"lname\";s:7:\"Qarriem\";s:5:\"email\";s:21:\"abdimstore3@gmail.com\";s:7:\"address\";s:8:\"Jl Bakti\";s:4:\"city\";s:13:\"Jakarta Pusat\";s:7:\"country\";s:9:\"Indonesia\";}}}'),(2027,4842,'wp_travel_engine_bookings','a:2:{i:0;i:4841;i:1;i:4844;}'),(2028,4842,'wp_travel_engine_booked_trip_setting','a:10:{s:8:\"traveler\";a:2:{i:1;s:1:\"1\";i:2;s:1:\"1\";}s:4:\"cost\";a:2:{i:1;s:4:\"2300\";i:2;s:4:\"2300\";}s:3:\"due\";a:2:{i:1;s:1:\"0\";i:2;s:1:\"0\";}s:3:\"tid\";a:2:{i:1;s:4:\"2951\";i:2;s:4:\"2951\";}s:5:\"tname\";a:2:{i:1;s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";i:2;s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";}s:8:\"datetime\";a:2:{i:1;s:10:\"2023-04-28\";i:2;s:10:\"2023-04-28\";}s:12:\"datewithtime\";a:2:{i:1;s:0:\"\";i:2;s:0:\"\";}s:3:\"tax\";a:2:{i:1;s:1:\"0\";i:2;s:1:\"0\";}s:5:\"Adult\";a:2:{i:1;s:1:\"1\";i:2;s:1:\"1\";}s:12:\"trip_package\";a:2:{i:1;s:15:\"Budget Friendly\";i:2;s:15:\"Budget Friendly\";}}'),(2029,4842,'_demo_importer_plus_sites_imported_post','1'),(2030,4842,'_demo_importer_enable_for_batch','1'),(2031,4847,'_update_title','true'),(2032,4847,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2953\";s:5:\"tname\";s:31:\"Experience the Incredible India\";s:8:\"datetime\";s:10:\"2023-04-28\";s:4:\"cost\";s:4:\"1300\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"2\";s:7:\"booking\";a:6:{s:5:\"fname\";s:10:\"b ncghmg,c\";s:5:\"lname\";s:6:\"cmcgh,\";s:5:\"email\";s:21:\"cgngynxfn@bsdtbndt.co\";s:7:\"address\";s:13:\"gcxnygnsrgc,m\";s:4:\"city\";s:14:\"xtfhrsdtjskdtm\";s:7:\"country\";s:5:\"Aruba\";}}}'),(2033,4847,'wp_travel_engine_bookings','a:1:{i:0;i:4846;}'),(2034,4847,'wp_travel_engine_booked_trip_setting','a:11:{s:8:\"traveler\";a:1:{i:1;s:1:\"2\";}s:4:\"cost\";a:1:{i:1;s:4:\"1300\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2953\";}s:5:\"tname\";a:1:{i:1;s:31:\"Experience the Incredible India\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-04-28\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}s:3:\"tax\";a:1:{i:1;s:1:\"0\";}s:5:\"Adult\";a:1:{i:1;s:1:\"1\";}s:5:\"Child\";a:1:{i:1;s:1:\"1\";}s:12:\"trip_package\";a:1:{i:1;s:15:\"Budget Friendly\";}}'),(2035,4847,'_demo_importer_plus_sites_imported_post','1'),(2036,4847,'_demo_importer_enable_for_batch','1'),(2037,4850,'_update_title','true'),(2038,4850,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2956\";s:5:\"tname\";s:31:\"Fantastic Maldives Tour Package\";s:8:\"datetime\";s:10:\"2023-04-29\";s:4:\"cost\";s:4:\"1850\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"3\";s:7:\"booking\";a:6:{s:5:\"fname\";s:6:\"kibria\";s:5:\"lname\";s:9:\"khandaker\";s:5:\"email\";s:27:\"kibriakhandaker66@gmail.com\";s:7:\"address\";s:48:\"Holding No: 10, Puratan court, kishoreganj Sadar\";s:4:\"city\";s:11:\"Kishoregonj\";s:7:\"country\";s:10:\"Bangladesh\";}}}'),(2039,4850,'wp_travel_engine_bookings','a:1:{i:0;i:4849;}'),(2040,4850,'wp_travel_engine_booked_trip_setting','a:11:{s:8:\"traveler\";a:1:{i:1;s:1:\"3\";}s:4:\"cost\";a:1:{i:1;s:4:\"1850\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2956\";}s:5:\"tname\";a:1:{i:1;s:31:\"Fantastic Maldives Tour Package\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-04-29\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}s:3:\"tax\";a:1:{i:1;s:1:\"0\";}s:5:\"Adult\";a:1:{i:1;s:1:\"2\";}s:5:\"Child\";a:1:{i:1;s:1:\"1\";}s:12:\"trip_package\";a:1:{i:1;s:15:\"Budget Friendly\";}}'),(2041,4850,'_demo_importer_plus_sites_imported_post','1'),(2042,4850,'_demo_importer_enable_for_batch','1'),(2043,4853,'_update_title','true'),(2044,4853,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2953\";s:5:\"tname\";s:31:\"Experience the Incredible India\";s:8:\"datetime\";s:10:\"2023-05-17\";s:4:\"cost\";s:4:\"2100\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"3\";s:7:\"booking\";a:6:{s:5:\"fname\";s:4:\"Gjjj\";s:5:\"lname\";s:4:\"Ghuu\";s:5:\"email\";s:9:\"fh@fh.com\";s:7:\"address\";s:4:\"Fjjg\";s:4:\"city\";s:3:\"Gbk\";s:7:\"country\";s:6:\"Angola\";}}}'),(2045,4853,'wp_travel_engine_bookings','a:1:{i:0;i:4852;}'),(2046,4853,'wp_travel_engine_booked_trip_setting','a:11:{s:8:\"traveler\";a:1:{i:1;s:1:\"3\";}s:4:\"cost\";a:1:{i:1;s:4:\"2100\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2953\";}s:5:\"tname\";a:1:{i:1;s:31:\"Experience the Incredible India\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-05-17\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}s:3:\"tax\";a:1:{i:1;s:1:\"0\";}s:5:\"Adult\";a:1:{i:1;s:1:\"2\";}s:5:\"Child\";a:1:{i:1;s:1:\"1\";}s:12:\"trip_package\";a:1:{i:1;s:15:\"Budget Friendly\";}}'),(2047,4853,'_demo_importer_plus_sites_imported_post','1'),(2048,4853,'_demo_importer_enable_for_batch','1'),(2049,4856,'_update_title','true'),(2050,4856,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2950\";s:5:\"tname\";s:20:\"Lake Boating in Peru\";s:8:\"datetime\";s:10:\"2023-06-01\";s:4:\"cost\";s:3:\"900\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"2\";s:7:\"booking\";a:6:{s:5:\"fname\";s:6:\"Nelson\";s:5:\"lname\";s:5:\"Ngumo\";s:5:\"email\";s:22:\"nelsonmbui88@gmail.com\";s:7:\"address\";s:8:\"157, 157\";s:4:\"city\";s:7:\"nairobi\";s:7:\"country\";s:5:\"Kenya\";}}}'),(2051,4856,'wp_travel_engine_bookings','a:1:{i:0;i:4855;}'),(2052,4856,'wp_travel_engine_booked_trip_setting','a:10:{s:8:\"traveler\";a:1:{i:1;s:1:\"2\";}s:4:\"cost\";a:1:{i:1;s:3:\"900\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2950\";}s:5:\"tname\";a:1:{i:1;s:20:\"Lake Boating in Peru\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-06-01\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}s:3:\"tax\";a:1:{i:1;s:1:\"0\";}s:5:\"Adult\";a:1:{i:1;s:1:\"2\";}s:12:\"trip_package\";a:1:{i:1;s:7:\"Default\";}}'),(2053,4856,'_demo_importer_plus_sites_imported_post','1'),(2054,4856,'_demo_importer_enable_for_batch','1'),(2055,4860,'_update_title','true'),(2056,4860,'wp_travel_engine_booking_setting','a:1:{s:11:\"place_order\";a:7:{s:3:\"tid\";s:4:\"2957\";s:5:\"tname\";s:48:\"7 Days tour to Explore the Beauty of Philippines\";s:8:\"datetime\";s:10:\"2023-05-18\";s:4:\"cost\";s:4:\"1600\";s:3:\"due\";s:1:\"0\";s:8:\"traveler\";s:1:\"2\";s:7:\"booking\";a:6:{s:5:\"fname\";s:7:\"mohamed\";s:5:\"lname\";s:5:\"ayoub\";s:5:\"email\";s:15:\"ayoub@gmail.com\";s:7:\"address\";s:5:\"ahgfs\";s:4:\"city\";s:7:\"tinghir\";s:7:\"country\";s:7:\"Algeria\";}}}'),(2057,4860,'wp_travel_engine_bookings','a:1:{i:0;i:4858;}'),(2058,4860,'wp_travel_engine_booked_trip_setting','a:11:{s:8:\"traveler\";a:1:{i:1;s:1:\"2\";}s:4:\"cost\";a:1:{i:1;s:4:\"1600\";}s:3:\"due\";a:1:{i:1;s:1:\"0\";}s:3:\"tid\";a:1:{i:1;s:4:\"2957\";}s:5:\"tname\";a:1:{i:1;s:48:\"7 Days tour to Explore the Beauty of Philippines\";}s:8:\"datetime\";a:1:{i:1;s:10:\"2023-05-18\";}s:12:\"datewithtime\";a:1:{i:1;s:0:\"\";}s:3:\"tax\";a:1:{i:1;s:1:\"0\";}s:5:\"Adult\";a:1:{i:1;s:1:\"1\";}s:5:\"Child\";a:1:{i:1;s:1:\"1\";}s:12:\"trip_package\";a:1:{i:1;s:15:\"Budget Friendly\";}}'),(2059,4860,'_demo_importer_plus_sites_imported_post','1'),(2060,4860,'_demo_importer_enable_for_batch','1'),(2061,954,'_menu_item_type','custom'),(2062,954,'_menu_item_object_id','954'),(2063,954,'_menu_item_object','custom'),(2064,954,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2065,954,'_menu_item_url','#'),(2066,954,'_wxr_import_user_slug','wptravelengine'),(2067,954,'_demo_importer_plus_sites_imported_post','1'),(2068,954,'_demo_importer_enable_for_batch','1'),(2069,954,'_wp_old_date','2022-10-28'),(2070,971,'_elementor_edit_mode','builder'),(2071,971,'_elementor_template_type','kit'),(2072,971,'_wp_page_template','default'),(2073,971,'_elementor_page_settings','a:4:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"color\";s:7:\"#28b5a4\";s:5:\"title\";s:7:\"Primary\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"color\";s:7:\"#e48e45\";s:5:\"title\";s:9:\"Secondary\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"color\";s:7:\"#1C2011\";s:5:\"title\";s:9:\"Base Font\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"color\";s:7:\"#5081f5\";s:5:\"title\";s:6:\"Accent\";}}s:13:\"custom_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"section\";s:5:\"color\";s:7:\"#eefef2\";s:5:\"title\";s:18:\"Section Background\";}i:1;a:3:{s:3:\"_id\";s:6:\"border\";s:5:\"color\";s:7:\"#dffceb\";s:5:\"title\";s:6:\"Border\";}i:2;a:3:{s:3:\"_id\";s:6:\"sitebg\";s:5:\"color\";s:7:\"#eefef2\";s:5:\"title\";s:15:\"Site Background\";}i:3;a:3:{s:3:\"_id\";s:7:\"heading\";s:5:\"color\";s:7:\"#1C2011\";s:5:\"title\";s:7:\"Heading\";}}s:17:\"system_typography\";a:3:{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:14:\"System Default\";s:22:\"typography_font_weight\";i: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:14:\"System Default\";s:22:\"typography_font_weight\";i:600;}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:9:\"Base Font\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:14:\"System Default\";s:22:\"typography_font_weight\";i:600;}}s:17:\"custom_typography\";a:3:{i:0;a:5:{s:3:\"_id\";s:8:\"subtitle\";s:5:\"title\";s:8:\"Subtitle\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:14:\"System Default\";s:22:\"typography_font_weight\";i:600;}i:1;a:5:{s:3:\"_id\";s:8:\"display1\";s:5:\"title\";s:9:\"Display 1\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:14:\"System Default\";s:22:\"typography_font_weight\";i:600;}i:2;a:5:{s:3:\"_id\";s:8:\"display2\";s:5:\"title\";s:9:\"Display 2\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:14:\"System Default\";s:22:\"typography_font_weight\";i:600;}}}'),(2074,971,'_wxr_import_user_slug','wptravelengine'),(2075,971,'_demo_importer_plus_sites_imported_post','1'),(2076,971,'_demo_importer_enable_for_batch','1'),(2077,2542,'_menu_item_type','post_type'),(2078,2542,'_menu_item_object_id','2255'),(2079,2542,'_menu_item_object','page'),(2080,2542,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2081,2542,'_wp_old_date','2022-10-28'),(2082,2542,'_wxr_import_user_slug','wptravelengine'),(2084,2542,'_demo_importer_plus_sites_imported_post','1'),(2085,2542,'_demo_importer_enable_for_batch','1'),(2086,2544,'_menu_item_type','post_type'),(2087,2544,'_menu_item_object_id','4958'),(2088,2544,'_menu_item_object','page'),(2089,2544,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2090,2544,'_wp_old_date','2022-10-28'),(2091,2544,'_wxr_import_user_slug','wptravelengine'),(2093,2544,'_demo_importer_plus_sites_imported_post','1'),(2094,2544,'_demo_importer_enable_for_batch','1'),(2095,2545,'_menu_item_type','post_type'),(2096,2545,'_menu_item_object_id','4957'),(2097,2545,'_menu_item_object','page'),(2098,2545,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2099,2545,'_wp_old_date','2022-10-28'),(2100,2545,'_wxr_import_user_slug','wptravelengine'),(2102,2545,'_demo_importer_plus_sites_imported_post','1'),(2103,2545,'_demo_importer_enable_for_batch','1'),(2104,2548,'_menu_item_type','post_type'),(2105,2548,'_menu_item_object_id','2546'),(2106,2548,'_menu_item_object','page'),(2107,2548,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2108,2548,'_wp_old_date','2022-10-28'),(2109,2548,'_wxr_import_user_slug','wptravelengine'),(2111,2548,'_demo_importer_plus_sites_imported_post','1'),(2112,2548,'_demo_importer_enable_for_batch','1'),(2113,2549,'_menu_item_type','post_type'),(2114,2549,'_menu_item_object_id','4956'),(2115,2549,'_menu_item_object','page'),(2116,2549,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2117,2549,'_wp_old_date','2022-10-28'),(2118,2549,'_wxr_import_user_slug','wptravelengine'),(2120,2549,'_demo_importer_plus_sites_imported_post','1'),(2121,2549,'_demo_importer_enable_for_batch','1'),(2122,2579,'_elementor_edit_mode','builder'),(2123,2579,'_elementor_template_type','kit'),(2124,2579,'_elementor_version','3.7.7'),(2125,2579,'_wp_page_template','default'),(2126,2579,'_elementor_page_settings','a:21:{s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"color\";s:7:\"#1C2011\";s:5:\"title\";s:7:\"Primary\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"color\";s:7:\"#28b5a4\";s:5:\"title\";s:9:\"Secondary\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"color\";s:7:\"#e48e45\";s:5:\"title\";s:9:\"Base Font\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"color\";s:7:\"#5081f5\";s:5:\"title\";s:6:\"Accent\";}}s:13:\"custom_colors\";a:0:{}s:17:\"system_typography\";a:4:{i:0;a:4:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:4:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:4:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:4:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";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:15:\"Travel Explorer\";s:16:\"site_description\";s:46:\"Just another WP Travel Engine Demos Sites site\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:21:\"global_image_lightbox\";s:0:\"\";s:15:\"activeItemIndex\";i:1;s:27:\"button_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:29:\"button_typography_font_weight\";s:3:\"600\";s:25:\"button_hover_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:1;}s:11:\"__globals__\";a:5:{s:23:\"button_background_color\";s:0:\"\";s:19:\"button_border_color\";s:33:\"globals/colors?id=secondary_color\";s:29:\"button_hover_background_color\";s:0:\"\";s:25:\"button_hover_border_color\";s:33:\"globals/colors?id=secondary_color\";s:17:\"button_text_color\";s:0:\"\";}s:32:\"button_typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:19:\"button_border_color\";s:7:\"#e48e45\";s:25:\"button_hover_border_color\";s:7:\"#e48e45\";s:18:\"active_breakpoints\";a:3:{i:0;s:15:\"viewport_mobile\";i:1;s:15:\"viewport_tablet\";i:2;s:15:\"viewport_laptop\";}s:15:\"container_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:1290;s:5:\"sizes\";a:0:{}}}'),(2127,2579,'_elementor_data','[]'),(2129,2579,'_wxr_import_user_slug','wptravelengine'),(2130,2579,'_demo_importer_plus_sites_imported_post','1'),(2131,2579,'_demo_importer_enable_for_batch','1'),(2132,2886,'_menu_item_type','post_type'),(2133,2886,'_menu_item_menu_item_parent','954'),(2134,2886,'_menu_item_object_id','2872'),(2135,2886,'_menu_item_object','page'),(2136,2886,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2137,2886,'_wp_old_date','2022-10-28'),(2138,2886,'_wxr_import_user_slug','wptravelengine'),(2140,2886,'_demo_importer_plus_sites_imported_post','1'),(2141,2886,'_demo_importer_enable_for_batch','1'),(2142,2887,'_menu_item_type','post_type'),(2143,2887,'_menu_item_menu_item_parent','954'),(2144,2887,'_menu_item_object_id','2875'),(2145,2887,'_menu_item_object','page'),(2146,2887,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2147,2887,'_wp_old_date','2022-10-28'),(2148,2887,'_wxr_import_user_slug','wptravelengine'),(2150,2887,'_demo_importer_plus_sites_imported_post','1'),(2151,2887,'_demo_importer_enable_for_batch','1'),(2152,2979,'_menu_item_type','post_type'),(2153,2979,'_menu_item_object_id','2873'),(2154,2979,'_menu_item_object','page'),(2155,2979,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2156,2979,'_wp_old_date','2022-10-28'),(2157,2979,'_wxr_import_user_slug','wptravelengine'),(2159,2979,'_demo_importer_plus_sites_imported_post','1'),(2160,2979,'_demo_importer_enable_for_batch','1'),(4386,4968,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1261;s:4:\"file\";s:19:\"2024/07/travel1.jpg\";s:8:\"filesize\";i:472765;s:5:\"sizes\";a:28:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"travel1-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22082;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"travel1-1024x673.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:673;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:203630;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"travel1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9884;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"travel1-768x504.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:504;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124035;}s:15:\"trip-thumb-size\";a:5:{s:4:\"file\";s:19:\"travel1-374x226.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31600;}s:22:\"destination-thumb-size\";a:5:{s:4:\"file\";s:19:\"travel1-600x810.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144393;}s:27:\"destination-thumb-trip-size\";a:5:{s:4:\"file\";s:19:\"travel1-410x250.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37777;}s:21:\"activities-thumb-size\";a:5:{s:4:\"file\";s:19:\"travel1-600x810.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144393;}s:16:\"trip-single-size\";a:5:{s:4:\"file\";s:19:\"travel1-990x490.jpg\";s:5:\"width\";i:990;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:156645;}s:19:\"meafe-featured-page\";a:5:{s:4:\"file\";s:19:\"travel1-500x410.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72252;}s:21:\"meafe-testimonial-two\";a:5:{s:4:\"file\";s:19:\"travel1-272x316.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:316;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32512;}s:14:\"meafe-blog-one\";a:5:{s:4:\"file\";s:19:\"travel1-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33363;}s:14:\"meafe-blog-two\";a:5:{s:4:\"file\";s:19:\"travel1-197x278.jpg\";s:5:\"width\";i:197;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21422;}s:18:\"meafe-category-tab\";a:5:{s:4:\"file\";s:19:\"travel1-355x355.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:355;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47427;}s:19:\"meafe-category-grid\";a:5:{s:4:\"file\";s:19:\"travel1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51176;}s:23:\"meafe-category-grid-one\";a:5:{s:4:\"file\";s:19:\"travel1-570x530.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104055;}s:23:\"meafe-category-grid-two\";a:5:{s:4:\"file\";s:19:\"travel1-270x180.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18529;}s:25:\"meafe-category-grid-three\";a:5:{s:4:\"file\";s:19:\"travel1-570x320.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64829;}s:29:\"meafe-category-grid-lay-three\";a:5:{s:4:\"file\";s:19:\"travel1-170x170.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12489;}s:28:\"meafe-post-modules-small-img\";a:5:{s:4:\"file\";s:19:\"travel1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34476;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"travel1-1536x1009.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1009;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:390037;}s:24:\"travel-monster-fullwidth\";a:5:{s:4:\"file\";s:20:\"travel1-1290x670.jpg\";s:5:\"width\";i:1290;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:250704;}s:26:\"travel-monster-withsidebar\";a:5:{s:4:\"file\";s:19:\"travel1-860x510.jpg\";s:5:\"width\";i:860;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140917;}s:24:\"travel-monster-blog-grid\";a:5:{s:4:\"file\";s:19:\"travel1-415x260.jpg\";s:5:\"width\";i:415;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39147;}s:26:\"travel-monster-latest-post\";a:5:{s:4:\"file\";s:19:\"travel1-970x655.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:190949;}s:24:\"travel-monster-blog-list\";a:5:{s:4:\"file\";s:19:\"travel1-300x440.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46770;}s:28:\"travel-monster-header-bg-img\";a:5:{s:4:\"file\";s:20:\"travel1-1920x350.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:215119;}s:32:\"travel-monster-single-layout-two\";a:5:{s:4:\"file\";s:20:\"travel1-1920x600.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:333495;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4385,4968,'_wp_attached_file','2024/07/travel1.jpg'),(4384,2255,'_edit_lock','1721470617:1'),(2179,4753,'wp_travel_engine_booking_setting','a:0:{}'),(2180,4753,'wp_travel_engine_setting','a:1:{s:7:\"enquiry\";a:4:{s:4:\"name\";s:14:\"benson cherere\";s:5:\"email\";s:25:\"bensoncherere08@gmail.com\";s:7:\"message\";s:5:\"Kxhsj\";s:5:\"pname\";N;}}'),(2181,4753,'wp_travel_engine_enquiry_formdata','a:10:{s:12:\"package_name\";s:31:\"Experience the Incredible India\";s:12:\"enquiry_name\";s:14:\"benson cherere\";s:13:\"enquiry_email\";s:25:\"bensoncherere08@gmail.com\";s:15:\"enquiry_country\";s:5:\"Kenya\";s:15:\"enquiry_contact\";s:5:\"83638\";s:13:\"enquiry_adult\";s:1:\"9\";s:16:\"enquiry_children\";s:1:\"7\";s:15:\"enquiry_subject\";s:4:\"Hgjj\";s:15:\"enquiry_message\";s:5:\"Kxhsj\";s:11:\"IP Address:\";s:14:\"105.29.165.226\";}'),(2182,4753,'_wxr_import_user_slug','email'),(2183,4753,'_demo_importer_plus_sites_imported_post','1'),(2184,4753,'_demo_importer_enable_for_batch','1'),(2185,4762,'wp_travel_engine_booking_setting','a:0:{}'),(2186,4762,'wp_travel_engine_setting','a:1:{s:7:\"enquiry\";a:4:{s:4:\"name\";s:14:\"benson cherere\";s:5:\"email\";s:25:\"bensoncherere08@gmail.com\";s:7:\"message\";s:6:\"Zvzksv\";s:5:\"pname\";N;}}'),(2187,4762,'wp_travel_engine_enquiry_formdata','a:10:{s:12:\"package_name\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:12:\"enquiry_name\";s:14:\"benson cherere\";s:13:\"enquiry_email\";s:25:\"bensoncherere08@gmail.com\";s:15:\"enquiry_country\";s:5:\"Kenya\";s:15:\"enquiry_contact\";s:5:\"93639\";s:13:\"enquiry_adult\";s:1:\"6\";s:16:\"enquiry_children\";s:1:\"2\";s:15:\"enquiry_subject\";s:6:\"Hsvzkh\";s:15:\"enquiry_message\";s:6:\"Zvzksv\";s:11:\"IP Address:\";s:14:\"105.29.165.226\";}'),(2188,4762,'_wxr_import_user_slug','nn'),(2189,4762,'_demo_importer_plus_sites_imported_post','1'),(2190,4762,'_demo_importer_enable_for_batch','1'),(2191,4766,'wp_travel_engine_booking_setting','a:0:{}'),(2192,4766,'wp_travel_engine_setting','a:1:{s:7:\"enquiry\";a:4:{s:4:\"name\";s:14:\"benson cherere\";s:5:\"email\";s:25:\"bensoncherere08@gmail.com\";s:7:\"message\";s:7:\"Khskava\";s:5:\"pname\";N;}}'),(2193,4766,'wp_travel_engine_enquiry_formdata','a:10:{s:12:\"package_name\";s:52:\"Everest Base Camp Trek: See the Majestic Mt. Everest\";s:12:\"enquiry_name\";s:14:\"benson cherere\";s:13:\"enquiry_email\";s:25:\"bensoncherere08@gmail.com\";s:15:\"enquiry_country\";s:5:\"Kenya\";s:15:\"enquiry_contact\";s:5:\"83739\";s:13:\"enquiry_adult\";s:1:\"6\";s:16:\"enquiry_children\";s:1:\"5\";s:15:\"enquiry_subject\";s:5:\"Jbsks\";s:15:\"enquiry_message\";s:7:\"Khskava\";s:11:\"IP Address:\";s:14:\"105.29.165.226\";}'),(2194,4766,'_wxr_import_user_slug','nn'),(2195,4766,'_demo_importer_plus_sites_imported_post','1'),(2196,4766,'_demo_importer_enable_for_batch','1'),(2197,4803,'wp_travel_engine_booking_setting','a:0:{}'),(2198,4803,'wp_travel_engine_setting','a:1:{s:7:\"enquiry\";a:4:{s:4:\"name\";s:5:\"ajohm\";s:5:\"email\";s:17:\"ajohm24@gmail.com\";s:7:\"message\";s:10:\"How to pay\";s:5:\"pname\";N;}}'),(2199,4803,'wp_travel_engine_enquiry_formdata','a:10:{s:12:\"package_name\";s:51:\"Bhutan Cultural Tour: Explore the Himalayan Kingdom\";s:12:\"enquiry_name\";s:5:\"ajohm\";s:13:\"enquiry_email\";s:17:\"ajohm24@gmail.com\";s:15:\"enquiry_country\";s:8:\"Tanzania\";s:15:\"enquiry_contact\";s:10:\"0718002211\";s:13:\"enquiry_adult\";s:1:\"2\";s:16:\"enquiry_children\";s:1:\"0\";s:15:\"enquiry_subject\";s:8:\"3 safari\";s:15:\"enquiry_message\";s:10:\"How to pay\";s:11:\"IP Address:\";s:14:\"197.250.99.223\";}'),(2200,4803,'_demo_importer_plus_sites_imported_post','1'),(2201,4803,'_demo_importer_enable_for_batch','1'),(2202,4811,'wp_travel_engine_booking_setting','a:0:{}'),(2203,4811,'wp_travel_engine_setting','a:1:{s:7:\"enquiry\";a:4:{s:4:\"name\";s:6:\"njahsd\";s:5:\"email\";s:17:\"jahsjha@hdfkd.dfd\";s:7:\"message\";s:20:\"sndhkjashdkaskdhksaj\";s:5:\"pname\";N;}}'),(2204,4811,'wp_travel_engine_enquiry_formdata','a:10:{s:12:\"package_name\";s:31:\"Experience the Incredible India\";s:12:\"enquiry_name\";s:6:\"njahsd\";s:13:\"enquiry_email\";s:17:\"jahsjha@hdfkd.dfd\";s:15:\"enquiry_country\";s:19:\"Antigua and Barbuda\";s:15:\"enquiry_contact\";s:10:\"9169551529\";s:13:\"enquiry_adult\";s:1:\"1\";s:16:\"enquiry_children\";s:0:\"\";s:15:\"enquiry_subject\";s:6:\"hjhjhj\";s:15:\"enquiry_message\";s:20:\"sndhkjashdkaskdhksaj\";s:11:\"IP Address:\";s:12:\"39.59.44.134\";}'),(2205,4811,'_demo_importer_plus_sites_imported_post','1'),(2206,4811,'_demo_importer_enable_for_batch','1'),(2207,4861,'wp_travel_engine_booking_setting','a:0:{}'),(2208,4861,'wp_travel_engine_setting','a:1:{s:7:\"enquiry\";a:4:{s:4:\"name\";s:3:\"Sud\";s:5:\"email\";s:13:\"Sid@gmail.com\";s:7:\"message\";s:16:\"Cost and details\";s:5:\"pname\";i:2956;}}'),(2209,4861,'wp_travel_engine_enquiry_formdata','a:10:{s:12:\"package_name\";s:31:\"Fantastic Maldives Tour Package\";s:12:\"enquiry_name\";s:3:\"Sud\";s:13:\"enquiry_email\";s:13:\"Sid@gmail.com\";s:15:\"enquiry_country\";s:5:\"India\";s:15:\"enquiry_contact\";s:10:\"1234567890\";s:13:\"enquiry_adult\";s:1:\"2\";s:16:\"enquiry_children\";s:1:\"2\";s:15:\"enquiry_subject\";s:19:\"CORBETT JEEP SAFARI\";s:15:\"enquiry_message\";s:16:\"Cost and details\";s:11:\"IP Address:\";s:38:\"2402:8100:2106:9ea2:1c6e:4eb9:7857:82b\";}'),(2210,4861,'_demo_importer_plus_sites_imported_post','1'),(2211,4861,'_demo_importer_enable_for_batch','1'),(2212,4955,'_elementor_edit_mode','builder'),(2213,4955,'_elementor_template_type','page'),(2214,4955,'_elementor_version','3.13.2'),(2215,4955,'_wp_page_template','default'),(2216,4955,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#FFFFFF\";}'),(2217,4955,'_elementor_data','[{\"id\":\"537740d3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"4910\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/banner-01-scaled-1.jpg\"},\"background_position\":\"center center\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000066\",\"padding\":{\"unit\":\"px\",\"top\":\"225\",\"right\":\"0\",\"bottom\":\"266\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#00000066\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"wpr_enable_jarallax\":\"yes\",\"bg_image\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/wanderlust-tours\\/wp-content\\/uploads\\/sites\\/45\\/2023\\/05\\/banner-01-scaled.jpg\",\"id\":4883,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"9b40440\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1ac9445\"}],\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4a0be776\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"text_align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1deffa7e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":692,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"37d1e4b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"ad6d082\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5214ca53\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":16,\"heading_color\":\"#FFFFFF\",\"color_text\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"76ad8b2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unleash Your Inner Explorer\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c4e21c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover the World in Style with Luxury Travel\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"43882b4e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the ultimate in travel luxury with our curated collection of high-end accommodations, exclusive experiences, and personalized service.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"420c2f91\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK YOUR LUXURY ADVENTURE NOW\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"link\":{\"url\":\"\\/wanderlust-tours\\/trip\\/nyc-statue-of-liberty-ferry-tour-and-manhattan-trip\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"385a5ccb\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"46\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"css_classes\":\"travel-monster_section-bg\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"911d54d\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"c64aa2e\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"649fce4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"45dc570b\",\"elType\":\"widget\",\"settings\":{\"searchButtonLabel\":\"SEARCH\",\"destination_label\":\"Destination\",\"trip_types_label\":\"Trip Types\",\"activities_label\":\"Activity\",\"duration_label\":\"Duration\",\"price_label\":\"Price\",\"date_label\":\"Date\",\"search_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"search_input_border_border\":\"solid\",\"search_input_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"search_input_border_color\":\"#4A4A4A1A\",\"search_input_spacing\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"search_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"search_input_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"search_button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"search_input_icon_color\":\"globals\\/colors?id=primary_color\",\"search_button_color\":\"globals\\/colors?id=body_font_color\",\"search_primary_color\":\"globals\\/colors?id=primary_color\",\"search_button_bg_hover_color\":\"globals\\/colors?id=primary_color\"},\"search_button_hover_border_border\":\"none\",\"search_typography_typography\":\"custom\",\"search_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"search_button_hover_color\":\"#FFFFFF\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"wptravelengine-trip-search\"},{\"id\":\"504bddc3\",\"elType\":\"section\",\"settings\":{\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"46\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"dce2f8b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"23ea5bc\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5e9bf7ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"animation\":\"fadeIn\",\"animation_delay\":1.2,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"af2246f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":\"4911\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/adventure-travel.svg\"},\"library\":\"svg\"},\"title_text\":\"Adventure Travel\",\"description_text\":\"\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.27,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary_color\"},\"hover_animation\":\"grow\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"c1a0342\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"animation\":\"fadeIn\",\"animation_delay\":1.2,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"45048218\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":\"4912\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/wellness-luxury.svg\"},\"library\":\"svg\"},\"title_text\":\"Wellness Luxury\",\"description_text\":\"\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.27,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary_color\"},\"hover_animation\":\"grow\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3a29a298\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"animation\":\"fadeIn\",\"animation_delay\":1.2,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7d8ac1e6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":\"4913\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/cultural-travel.svg\"},\"library\":\"svg\"},\"title_text\":\"Cultural Travel\",\"description_text\":\"\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.27,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary_color\"},\"hover_animation\":\"grow\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7540f62b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"animation\":\"fadeIn\",\"animation_delay\":1.2,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"16c86fa6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":\"4914\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/gastronomic-delights.svg\"},\"library\":\"svg\"},\"title_text\":\"Gastronomic Delights\",\"description_text\":\"\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.27,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary_color\"},\"hover_animation\":\"grow\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"6bb33aee\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"animation\":\"fadeIn\",\"animation_delay\":1.2,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"32f0f733\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":\"4915\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/eco-luxury-travel.svg\"},\"library\":\"svg\"},\"title_text\":\"Eco-luxury Travel\",\"description_text\":\"\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.27,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary_color\"},\"hover_animation\":\"grow\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6337b91d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"015\",\"bottom\":\"100\",\"left\":\"015\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"0bacdeb\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"804f1e9\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1de0268d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.163,\"space_between_widgets\":0,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3e554a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining Luxury Travel\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary_color\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"46b8a152\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who we are\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4bd3be28\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a team of passionate travel experts who specialize in crafting bespoke luxury travel experiences that exceed the expectations of our clients. With our extensive knowledge and connections around the world, we create tailor-made itineraries that cater to individual preferences and interests.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"72a5d4ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our goal is to provide you with unforgettable travel experiences that are tailored to your unique interests and preferences. Whether you\'re looking for a relaxing beach vacation, an adventurous trek through the mountains, or a cultural immersion in a new city, we have the expertise and resources to make it happen.<\\/p>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"41728d9\",\"elType\":\"widget\",\"settings\":{\"text\":\"KNOW MORE ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\\/wanderlust-tours\\/about-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"61f99b2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.798,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FEE25A1A\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"22f240f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"4916\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/trip-advisor.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68a9cb44\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_slideshow_loop\":\"\",\"background_slideshow_background_size\":\"cover\",\"background_slideshow_background_position\":\"center center\",\"padding\":{\"unit\":\"px\",\"top\":\"72\",\"right\":\"0\",\"bottom\":\"72\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"40\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"travel-nomads_counter-section\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary_color\"},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"633b9dd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"4c8e275\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5e9fcab5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4e721b9d\",\"elType\":\"widget\",\"settings\":{\"ending_number\":1500,\"suffix\":\"+\",\"title\":\"TRIPS AND TOURS\",\"number_color\":\"#FFFFFF\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Libre Caslon Text\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_number_font_weight\":\"400\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_number_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_title_text_transform\":\"uppercase\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary_color\"},\"typography_title_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"6a221405\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"58ffa4ab\",\"elType\":\"widget\",\"settings\":{\"ending_number\":50,\"suffix\":\"+\",\"title\":\"OUTDOOR ACTIVITES\",\"number_color\":\"#FFFFFF\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Libre Caslon Text\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_number_font_weight\":\"400\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_number_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_title_text_transform\":\"uppercase\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary_color\"},\"typography_title_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"6f1b74bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"63ec47e6\",\"elType\":\"widget\",\"settings\":{\"ending_number\":40,\"suffix\":\"+\",\"title\":\"COUNTRIES\",\"number_color\":\"#FFFFFF\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Libre Caslon Text\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_number_font_weight\":\"400\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_number_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_title_text_transform\":\"uppercase\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary_color\"},\"typography_title_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"56db523a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"10bda550\",\"elType\":\"widget\",\"settings\":{\"ending_number\":50,\"suffix\":\"K+\",\"title\":\"HAPPY CUSTOMERS\",\"number_color\":\"#FFFFFF\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Libre Caslon Text\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_number_font_weight\":\"400\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_number_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_title_text_transform\":\"uppercase\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary_color\"},\"typography_title_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6ef81227\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#1B5E590D\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"8c2ccb9\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"73ab52f\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6069b1a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6028b101\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":597,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"56\",\"left\":0,\"isLinked\":false},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"c53635d\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"872d441\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4b62bff4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2f85ffd4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Choose your trips\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23d37d0f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Trips\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7346261a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To those who wish to experience one of the best holiday time ever, we are excited to offer unlimited fun is represented in a great way.<\\/p>\",\"align\":\"center\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"57a78948\",\"elType\":\"widget\",\"settings\":{\"tripsgap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"cardlayout\":\"5\",\"showFeaturedRibbon\":\"\",\"viewMoreButtonText\":\"View Details\",\"card_boxshadow_box_shadow_type\":\"yes\",\"card_boxshadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"card_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.44,\"sizes\":[]},\"content_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"meta_typography_typography\":\"custom\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"meta_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Libre Caslon Text\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"strike_typography_typography\":\"custom\",\"strike_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"discount_tag_bg_color\":\"#fee25a\",\"__globals__\":{\"discount_tag_color\":\"globals\\/colors?id=heading_color\",\"meta_icon_color\":\"globals\\/colors?id=primary_color\",\"meta_color\":\"globals\\/colors?id=body_font_color\",\"price_color\":\"globals\\/colors?id=heading_color\",\"title_color_hover\":\"globals\\/colors?id=primary_color\",\"meta_hover_color\":\"globals\\/colors?id=primary_color\",\"discount_tag_bg_color\":\"globals\\/colors?id=secondary_color\",\"title_color\":\"globals\\/colors?id=heading_color\",\"strike_color\":\"globals\\/colors?id=body_font_color\"},\"animation_type\":\"ease\",\"img_animation_duration\":1,\"title_color_hover\":\"#fee25a\",\"meta_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"meta_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"meta_color\":\"#4a4a4a\",\"meta_hover_color\":\"#fee25a\",\"meta_icon_color\":\"#1b5e59\",\"price_typography_font_weight\":\"400\",\"price_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"price_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"price_color\":\"#151515\",\"strike_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"strike_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"discount_tag_color\":\"#151515\",\"excerptLength\":18,\"slider_prev_arrow_icon\":{\"value\":\"\",\"library\":\"\"},\"slider_next_arrow_icon\":{\"value\":\"\",\"library\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"wptravelengine-trips\"},{\"id\":\"27d1af95\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL TRIPS\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\\/wanderlust-tours\\/trip\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4481172d\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"068923e\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"2a81a3e\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"50cb26ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3a212cd9\",\"elType\":\"section\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"8ebfcac\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d242b32\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3b3d9d3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align_tablet\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=primary_color\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6f3127eb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"4917\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/image-004.png\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":160},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"55523df6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"4918\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/image-003.png\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_laptop\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"height_laptop\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":237},\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":52,\"unit\":\"px\"},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":343,\"unit\":\"px\"},\"_offset_y_end\":{\"unit\":\"px\",\"size\":-96,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"529cb841\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"4919\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/image-005.png\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":160},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"size\":369,\"unit\":\"px\"},\"_offset_x_end\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":343,\"unit\":\"px\"},\"_offset_y_end\":{\"size\":0,\"unit\":\"px\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"376dbbb2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"4920\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/image-002.png\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_laptop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":514,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary_color\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6b6e064\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"space_between_widgets\":24,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3f277852\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"181da3c\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"912755f\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4750305f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4b74fa42\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experience Luxury Travel like Never Before\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1842b067\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who Choose Us?\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c02811f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We pride ourselves on offering the highest quality service with a personalized touch to make your trip unforgettable.<\\/p>\",\"align\":\"left\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"43576bf5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"c294ec9\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"3c2d60d\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5156a4d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_delay\":1.2,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"780ef0f1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":\"4922\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/customized-tours.svg\"},\"library\":\"svg\"},\"title_text\":\"This is the heading\",\"description_text\":\"We specialize in creating individualized wildlife safari tours.\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.44,\"sizes\":[]},\"description_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary_color\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"5d8dac70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_delay\":1.2,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"359bf8ea\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":\"4923\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/expert-knowledge.svg\"},\"library\":\"svg\"},\"title_text\":\"Expert Knowledge\",\"description_text\":\"We offer the greatest guides since we believe that a wildlife tour.\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.44,\"sizes\":[]},\"description_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary_color\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"43372dfa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"2cc8b7a\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"de5d3d9\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6fb2902c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_delay\":1.2,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"30063314\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":\"4924\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/travel-services.svg\"},\"library\":\"svg\"},\"title_text\":\"Travel Services\",\"description_text\":\"We offer the greatest tour guides since we believe that a wildlife.\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.44,\"sizes\":[]},\"description_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary_color\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"6460b57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_delay\":1.2,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2c7a4d0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":\"4925\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/reliable-responsible.svg\"},\"library\":\"svg\"},\"title_text\":\"Reliable & Responsible\",\"description_text\":\"We try our best to answer every phone as quickly as we can.\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.44,\"sizes\":[]},\"description_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary_color\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d55c73\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f70da3b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"bffd54c\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4a368384\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.7,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"072\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"72\",\"right\":\"72\",\"bottom\":\"72\",\"left\":\"72\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary_color\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3e41ab04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experience the World in Style\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"969af17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book Your Dream Luxury Trip Today!\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"102dc8b7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the ultimate in luxury travel and indulge in the trip of a lifetime. Book your dream luxury trip today and let us help you create unforgettable memories that you\'ll cherish forever<\\/p>\",\"align\":\"left\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"_element_custom_width_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d9fd839\",\"elType\":\"widget\",\"settings\":{\"text\":\"LET\'S MAKE IT HAPPEN\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"link\":{\"url\":\"wanderlust-tours\\/trip\\/5-days-tour-to-philippines\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_background_hover_color\":\"#FFFFFF\",\"__globals__\":{\"hover_color\":\"globals\\/colors?id=primary_color\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"2413cc29\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.3,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"id\":\"4926\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/booking-trip-scaled-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"33e5e040\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"size\":\"small\",\"header_size\":\"span\",\"title_color\":\"#02010100\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-1,\"unit\":\"px\"},\"_offset_y\":{\"size\":0,\"unit\":\"px\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d8e7fda\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"76e7429\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"8e63c22\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4c3355ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5a7871cc\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":597,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"56\",\"left\":0,\"isLinked\":false},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"d538ff3\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"eac17d0\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7c14295f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"f6b16a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Feel the Energy and Excitement of Nature\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"264d0f98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Destinations\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e50c7a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To those who wish to experience one of the best holiday time ever, we are excited to offer unlimited fun is represented in a great way.<\\/p>\",\"align\":\"center\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2b42dc56\",\"elType\":\"widget\",\"settings\":{\"cardlayout\":\"2\",\"termsgap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"countLabel\":\"Trips\",\"linkText\":\"View More\",\"terms_title_typography_typography\":\"custom\",\"terms_title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"terms_title_typography_font_weight\":\"400\",\"terms_count_typography_typography\":\"custom\",\"terms_count_typography_font_family\":\"Roboto Flex\",\"terms_count_typography_font_weight\":\"400\",\"terms_arrow_enable\":\"\",\"terms_image_size\":\"full\",\"terms_image_height\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"terms_animation_type\":\"ease\",\"terms_img_animation_duration\":1,\"__globals__\":{\"terms_count_typography_typography\":\"\",\"terms_title_color_hover\":\"\"},\"terms_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"terms_title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"terms_title_color_hover\":\"#EBEBEB\",\"terms_arrow_icon\":{\"value\":\"\",\"library\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"wptravelengine-trip-types\"},{\"id\":\"7990a0d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL DESTINATIONS\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\\/wanderlust-tours\\/destination\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3514e985\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"travel-monster_section-bg\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"309e5d9\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b455e81\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"29d23465\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.271,\"_inline_size_tablet\":100,\"space_between_widgets\":16,\"text_align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"72\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"12258571\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ca8548e\",\"elType\":\"widget\",\"settings\":{\"title\":\"What People Say \\nAbout Us\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"616bfd9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are the leading travel agency offering different programs and higher education diplomas that are designed with global requirements in mind.<\\/p>\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"10623163\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\\/wanderlust-tours\\/our-teams\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31e73fec\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.729,\"_inline_size_tablet\":100,\"padding_laptop\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":1.2,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2ac3b97f\",\"elType\":\"widget\",\"settings\":{\"btccgs_testimonial_carousel\":[{\"btccgs_testimonial_carousel_title\":\"\",\"btccgs_testimonial_carousel_content\":\"<p>Contrary to popular belief, travelling is a lot fun especially when there\\u2019s always someone to lean on to. Travelwind has done just that to me. It is really easy to find your desired location here and the customer service is really excellent.<\\/p>\",\"btccgs_testimonial_carousel_name\":\"Talan Arcand\",\"btccgs_testimonial_carousel_position\":\"Guest Review\",\"_id\":\"4adfeab\",\"btccgs_testimonial_carousel_image\":{\"id\":\"4927\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/reviewer.png\"}},{\"btccgs_testimonial_carousel_title\":\"\",\"btccgs_testimonial_carousel_content\":\"<p>Contrary to popular belief, travelling is a lot fun especially when there\\u2019s always someone to lean on to. Travelwind has done just that to me. It is really easy to find your desired location here and the customer service is really excellent.<\\/p>\",\"btccgs_testimonial_carousel_name\":\"Talan Arcand\",\"btccgs_testimonial_carousel_position\":\"Guest Review\",\"_id\":\"31d7e90\",\"btccgs_testimonial_carousel_image\":{\"id\":\"4928\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/shape.png\"}},{\"btccgs_testimonial_carousel_title\":\"\",\"btccgs_testimonial_carousel_content\":\"<p>Contrary to popular belief, travelling is a lot fun especially when there\\u2019s always someone to lean on to. Travelwind has done just that to me. It is really easy to find your desired location here and the customer service is really excellent.<\\/p>\",\"btccgs_testimonial_carousel_name\":\"Talan Arcand\",\"btccgs_testimonial_carousel_position\":\"Guest Review\",\"_id\":\"1287ced\",\"btccgs_testimonial_carousel_image\":{\"id\":\"4930\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/Ellipse.png\"}}],\"btccgs_testimonial_carousel_show_carousel_nav\":\"\",\"btccrs_testimonial_rating_enable\":\"yes\",\"btccrs_testimonial_star_style\":\"star_unicode\",\"btcsgs_testimonial_title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"btcsgs_testimonial_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"btcsgs_testimonial_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"btcsgs_testimonial_content_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"btcsgs_testimonial_content_typography_typography\":\"custom\",\"btcsgs_testimonial_content_typography_font_family\":\"Libre Caslon Text\",\"btcsgs_testimonial_content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"btcsgs_testimonial_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"btsrs_testimonial_name_typography_typography\":\"custom\",\"btsrs_testimonial_name_typography_font_family\":\"Libre Caslon Text\",\"btsrs_testimonial_name_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"btsrs_testimonial_name_typography_font_weight\":\"400\",\"btsrs_testimonial_title_typography_typography\":\"custom\",\"btsrs_testimonial_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"btcsrss_testimonial_stars_color\":\"#FEE25A\",\"btcsrss_testimonial_stars_unmarked_color\":\"#FEE25A\",\"btcsnd_testimonial_dots_nav_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"btcsnd_testimonial_dots_nav_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"btcsnd_testimonial_dots_nav_color\":\"#1B5E5961\",\"btcsnd_testimonial_dots_nav_active_color\":\"#1b5e59\",\"_padding\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":106.225},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":24,\"spread\":0,\"color\":\"rgba(29, 13, 13, 0.04)\"},\"__globals__\":{\"btcsnd_testimonial_dots_nav_color\":\"\",\"btcsnd_testimonial_dots_nav_active_color\":\"globals\\/colors?id=primary_color\",\"btcsgs_testimonial_content_color\":\"globals\\/colors?id=heading_color\",\"btsrs_testimonial_name_color\":\"globals\\/colors?id=heading_color\",\"btsrs_testimonial_title_color\":\"globals\\/colors?id=body_font_color\"},\"btcsgs_testimonial_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"btcsgs_testimonial_content_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"btccgs_testimonial_carousel_arrow_prev_icon\":{\"value\":\"fas fa-chevron-left\",\"library\":\"fa-solid\"},\"btccgs_testimonial_carousel_arrow_next_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"meafe-testimonial-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c163fe7\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"6a673b2\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"a7a63d5\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"75d69126\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7c8c32fb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":597,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"56\",\"left\":0,\"isLinked\":false},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"980cb03\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"6036be9\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2dd14079\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"527677e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Choose your trips\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e5713b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best travel deals\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39a251d2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To those who wish to experience one of the best holiday time ever, we are excited to offer unlimited fun is represented in a great way.<\\/p>\",\"align\":\"center\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"39c541c7\",\"elType\":\"widget\",\"settings\":{\"tripsgap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"cardlayout\":\"5\",\"showFeaturedRibbon\":\"\",\"viewMoreButtonText\":\"View Details\",\"card_boxshadow_box_shadow_type\":\"yes\",\"card_boxshadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"card_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.44,\"sizes\":[]},\"content_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"meta_typography_typography\":\"custom\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"meta_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Libre Caslon Text\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"strike_typography_typography\":\"custom\",\"strike_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"strike_color\":\"#4A4A4ABF\",\"__globals__\":{\"discount_tag_color\":\"globals\\/colors?id=heading_color\",\"meta_icon_color\":\"globals\\/colors?id=primary_color\",\"meta_color\":\"globals\\/colors?id=body_font_color\",\"price_color\":\"globals\\/colors?id=heading_color\",\"title_color_hover\":\"globals\\/colors?id=primary_color\",\"discount_tag_bg_color\":\"globals\\/colors?id=secondary_color\",\"meta_hover_color\":\"globals\\/colors?id=primary_color\"},\"animation_type\":\"ease\",\"img_animation_duration\":1,\"price_typography_font_weight\":\"400\",\"price_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"price_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"strike_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"strike_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"excerptLength\":18,\"showReviews\":\"yes\",\"card_border_border\":\"solid\",\"card_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"card_border_color\":\"#EAEAEA\",\"slider_prev_arrow_icon\":{\"value\":\"\",\"library\":\"\"},\"slider_next_arrow_icon\":{\"value\":\"\",\"library\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"wptravelengine-trips\"},{\"id\":\"27d01f23\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL DEALS\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\\/wanderlust-tours\\/trip\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5bfb8da1\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a8787ec\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"a9c17d4\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"a682bf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.788,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"id\":\"4932\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/lighthouse-scaled-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4a438499\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"size\":\"small\",\"header_size\":\"span\",\"title_color\":\"#02010100\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_position\":\"absolute\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"14a630f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.139,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"space_between_widgets\":16,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"72\",\"right\":\"72\",\"bottom\":\"72\",\"left\":\"72\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary_color\"},\"align\":\"flex-start\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3ab39538\",\"elType\":\"section\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a477f10\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"23852a2\"}],\"text_align\":\"left\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"072\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6343ed0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"165674b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Take Action and Make Your Dreams a Reality\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30a3a137\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unlock the Door to Your Dreams\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d741580\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Are you tired of dreaming about the life you want? It\'s time to take action and make those dreams a reality. Let us help you unlock the door to your dreams and start living the life you\'ve always wanted.<\\/p>\",\"align\":\"left\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"16e87e44\",\"elType\":\"widget\",\"settings\":{\"text\":\"OPEN THE DOOR NOW\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"032\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"link\":{\"url\":\"\\/wanderlust-tours\\/trip\\/everest-base-camp-trek\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_background_hover_color\":\"#FFFFFF\",\"__globals__\":{\"hover_color\":\"globals\\/colors?id=primary_color\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ab13ece\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"4dbb215\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"01f97cb\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1ffe3e28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1acb1d91\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":597,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"e86197d\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"65eb884\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3b9a4eaf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"68eaf137\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your ultimate guide to exploring the world\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44e3a956\",\"elType\":\"widget\",\"settings\":{\"title\":\"Blog and articles\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19fd1ec3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"white-space: pre-wrap;\\\">Latest travel tips and blog covering all travel experiences. Check out our mentions in different guides and articles.<\\/span><\\/p>\",\"align\":\"center\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b70bb99\",\"elType\":\"widget\",\"settings\":{\"bbcls_blog_layout_mode\":\"2\",\"bbcls_blog_show_load_more_text\":\"LOAD MORE\",\"bbcls_blog_show_load_more_url\":\"#\",\"bbcls_blog_excerpt_expanison_indicator\":\"...\",\"bbcls_blog_read_more_button_text\":\"READ MORE\",\"bbscts_blog_title_typography_typography\":\"custom\",\"bbscts_blog_title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"bbscts_blog_title_typography_font_weight\":\"500\",\"bbscts_blog_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"bbscts_blog_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bbscts_blog_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"bbsrms_blog_read_more_btn_typography_typography\":\"custom\",\"bbsrms_blog_read_more_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"bbsrms_blog_read_more_btn_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"bbcqs_blog_category_ids\":[],\"bbcqs_blog_post_tag_ids\":[],\"bbcqs_blog_post__not_in\":[],\"bbscts_blog_title_hover_color\":\"#28b5a4\",\"bbslms_blog_load_more_btn_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"32\",\"bottom\":\"20\",\"left\":\"32\",\"isLinked\":false},\"bbslms_blog_load_more_btn_typography_typography\":\"custom\",\"bbslms_blog_load_more_btn_typography_font_family\":\"Poppins\",\"bbslms_blog_load_more_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"bbslms_blog_load_more_btn_typography_font_weight\":\"500\",\"bbslms_blog_load_more_btn_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bbslms_blog_load_more_btn_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bbslms_blog_load_more_btn_normal_text_color\":\"#E48E45\",\"bbslms_blog_load_more_btn_normal_bg_color\":\"#02010100\",\"bbslms_blog_load_more_btn_normal_border_border\":\"solid\",\"bbslms_blog_load_more_btn_normal_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"bbslms_blog_load_more_btn_normal_border_color\":\"#E48E45\",\"bbslms_blog_load_more_btn_border_radius\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"bbslms_blog_load_more_btn_hover_text_color\":\"#FFFFFF\",\"bbslms_blog_load_more_btn_hover_bg_color\":\"#E48E45\",\"bbslms_blog_load_more_btn_hover_border_color\":\"#E48E45\",\"bbcls_blog_show_category\":\"\",\"bbscts_blog_excerpt_color\":\"#494D41\",\"bbscts_blog_excerpt_typography_typography\":\"custom\",\"bbscts_blog_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"bbscts_blog_excerpt_typography_font_weight\":\"400\",\"bbscts_blog_excerpt_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bbscts_blog_excerpt_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bbscts_blog_meta_typography_typography\":\"custom\",\"bbscts_blog_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"bbscts_blog_meta_typography_font_weight\":\"400\",\"bbscts_blog_meta_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bbscts_blog_meta_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"bbsrms_blog_read_more_btn_color\":\"globals\\/colors?id=heading_color\",\"bbscts_blog_title_color\":\"globals\\/colors?id=heading_color\",\"bbscts_blog_title_hover_color\":\"globals\\/colors?id=primary_color\",\"bbscts_blog_meta_color\":\"globals\\/colors?id=body_font_color\",\"bbsrms_blog_read_more_btn_hover_color\":\"globals\\/colors?id=primary_color\"},\"bbsrms_blog_read_more_btn_color\":\"#28b5a4\",\"_mask_shape\":\"custom\",\"bbsgs_blog_bg_color\":\"#FFFFFF\",\"bbcls_blog_excerpt_length\":20,\"bbsgs_blog_spacing_content\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"bbsgs_blog_border_border\":\"solid\",\"bbsgs_blog_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"bbsgs_blog_border_color\":\"#EAEAEA\",\"bbsgs_blog_box_shadow_box_shadow_type\":\"yes\",\"bbsgs_blog_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"_animation\":\"fadeIn\",\"bbsrms_blog_read_more_btn_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"bbsrms_blog_read_more_btn_background_slideshow_gallery\":[],\"bbsrms_blog_read_more_btn_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"bbsrms_blog_read_more_btn_hover_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"meafe-blog\"},{\"id\":\"297de25a\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL BLOG\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\\/wanderlust-tours\\/blog\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27a078b9\",\"elType\":\"section\",\"settings\":{\"text_align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ba293de\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"952ac65\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"9eb4876\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":40,\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4d73c221\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recommended and Endorsed by\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f9a6ada\",\"elType\":\"widget\",\"settings\":{\"bccgs_clients_per_line\":\"6\",\"bccgs_clients_repeater\":[{\"_id\":\"f560d31\",\"bccgs_client_image\":{\"id\":\"4934\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/1.png\"},\"bccgs_client_link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"33f691c\",\"bccgs_client_image\":{\"id\":\"4936\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/2.png\"},\"bccgs_client_link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"36cfcd4\",\"bccgs_client_image\":{\"id\":\"4938\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/3.png\"},\"bccgs_client_link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"d5e79a4\",\"bccgs_client_image\":{\"id\":\"4941\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/4-1.png\"},\"bccgs_client_link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"140ae47\",\"bccgs_client_image\":{\"id\":\"4942\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/5.png\"},\"bccgs_client_link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"238297d\",\"bccgs_client_image\":{\"id\":\"4944\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/6.png\"},\"bccgs_client_link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"meafe-clients\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e706ea\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#1b5e59\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EAEAEA\",\"__globals__\":{\"background_color\":\"\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"801d2d5\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d9dfb19\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"a95d54a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EAEAEA4D\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"198e48bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us on\",\"header_size\":\"span\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"31\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a09d340\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/facebook.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#AAAAAA30\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FEE25A\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=heading_color\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6024ea87\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/twitter.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#AAAAAA30\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FEE25A\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=heading_color\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"18124b62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/linkedin.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#AAAAAA30\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FEE25A\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=heading_color\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4b69e892\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/youtube.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#AAAAAA30\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FEE25A\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=heading_color\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"1d76e51a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/instagram.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#AAAAAA30\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FEE25A\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=heading_color\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false}]'),(2219,4955,'_wxr_import_user_slug','wptravelengine'),(2220,4955,'_demo_importer_plus_sites_imported_post','1'),(2221,4955,'_demo_importer_enable_for_batch','1'),(2222,4107,'_menu_item_type','post_type'),(2223,4107,'_menu_item_menu_item_parent','954'),(2224,4107,'_menu_item_object_id','2553'),(2225,4107,'_menu_item_object','page'),(2226,4107,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2227,4107,'_wp_old_date','2022-10-28'),(2228,4107,'_wxr_import_user_slug','wptravelengine'),(2230,4107,'_demo_importer_plus_sites_imported_post','1'),(2231,4107,'_demo_importer_enable_for_batch','1'),(2232,4209,'_menu_item_type','custom'),(2233,4209,'_menu_item_object_id','4209'),(2234,4209,'_menu_item_object','custom'),(2235,4209,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2236,4209,'_menu_item_url','/travel-monster/trip/'),(2237,4209,'_wp_old_date','2022-10-28'),(2238,4209,'_wxr_import_user_slug','wptravelengine'),(2239,4209,'_demo_importer_plus_sites_imported_post','1'),(2240,4209,'_demo_importer_enable_for_batch','1'),(2241,4210,'_menu_item_type','post_type'),(2242,4210,'_menu_item_menu_item_parent','4209'),(2243,4210,'_menu_item_object_id','2951'),(2244,4210,'_menu_item_object','trip'),(2245,4210,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2246,4210,'_wp_old_date','2022-10-28'),(2247,4210,'_wxr_import_user_slug','wptravelengine'),(4368,4964,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:272;s:6:\"height\";i:41;s:4:\"file\";s:26:\"2024/07/cropped-logo-2.png\";s:8:\"filesize\";i:5776;s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"cropped-logo-2-150x41.png\";s:5:\"width\";i:150;s:6:\"height\";i:41;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2254;}s:14:\"meafe-blog-two\";a:5:{s:4:\"file\";s:25:\"cropped-logo-2-197x41.png\";s:5:\"width\";i:197;s:6:\"height\";i:41;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2964;}s:23:\"meafe-category-grid-two\";a:5:{s:4:\"file\";s:25:\"cropped-logo-2-270x41.png\";s:5:\"width\";i:270;s:6:\"height\";i:41;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5433;}s:29:\"meafe-category-grid-lay-three\";a:5:{s:4:\"file\";s:25:\"cropped-logo-2-170x41.png\";s:5:\"width\";i:170;s:6:\"height\";i:41;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2383;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2249,4210,'_demo_importer_plus_sites_imported_post','1'),(2250,4210,'_demo_importer_enable_for_batch','1'),(2251,4212,'_menu_item_type','taxonomy'),(2252,4212,'_menu_item_menu_item_parent','2545'),(2253,4212,'_menu_item_object_id','34'),(2254,4212,'_menu_item_object','destination'),(2255,4212,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2256,4212,'_wp_old_date','2022-10-28'),(2257,4212,'_wxr_import_user_slug','wptravelengine'),(2258,4212,'_demo_importer_plus_sites_imported_post','1'),(2259,4212,'_demo_importer_enable_for_batch','1'),(2260,4213,'_menu_item_type','taxonomy'),(2261,4213,'_menu_item_menu_item_parent','4212'),(2262,4213,'_menu_item_object_id','47'),(2263,4213,'_menu_item_object','destination'),(2264,4213,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2265,4213,'_wp_old_date','2022-10-28'),(2266,4213,'_wxr_import_parent','58'),(2267,4213,'_wxr_import_user_slug','wptravelengine'),(2268,4213,'_demo_importer_plus_sites_imported_post','1'),(2269,4213,'_demo_importer_enable_for_batch','1'),(2270,4214,'_menu_item_type','taxonomy'),(2271,4214,'_menu_item_menu_item_parent','4212'),(2272,4214,'_menu_item_object_id','43'),(2273,4214,'_menu_item_object','destination'),(2274,4214,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2275,4214,'_wp_old_date','2022-10-28'),(2276,4214,'_wxr_import_parent','58'),(2277,4214,'_wxr_import_user_slug','wptravelengine'),(2278,4214,'_demo_importer_plus_sites_imported_post','1'),(2279,4214,'_demo_importer_enable_for_batch','1'),(2280,4215,'_menu_item_type','taxonomy'),(2281,4215,'_menu_item_menu_item_parent','2545'),(2282,4215,'_menu_item_object_id','26'),(2283,4215,'_menu_item_object','destination'),(2284,4215,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2285,4215,'_wp_old_date','2022-10-28'),(2286,4215,'_wxr_import_user_slug','wptravelengine'),(2287,4215,'_demo_importer_plus_sites_imported_post','1'),(2288,4215,'_demo_importer_enable_for_batch','1'),(2289,4216,'_menu_item_type','taxonomy'),(2290,4216,'_menu_item_menu_item_parent','2545'),(2291,4216,'_menu_item_object_id','30'),(2292,4216,'_menu_item_object','destination'),(2293,4216,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2294,4216,'_wp_old_date','2022-10-28'),(2295,4216,'_wxr_import_user_slug','wptravelengine'),(2296,4216,'_demo_importer_plus_sites_imported_post','1'),(2297,4216,'_demo_importer_enable_for_batch','1'),(2298,4217,'_menu_item_type','taxonomy'),(2299,4217,'_menu_item_menu_item_parent','2545'),(2300,4217,'_menu_item_object_id','17'),(2301,4217,'_menu_item_object','destination'),(2302,4217,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2303,4217,'_wp_old_date','2022-10-28'),(2304,4217,'_wxr_import_user_slug','wptravelengine'),(2305,4217,'_demo_importer_plus_sites_imported_post','1'),(2306,4217,'_demo_importer_enable_for_batch','1'),(2307,4218,'_menu_item_type','taxonomy'),(2308,4218,'_menu_item_menu_item_parent','2545'),(2309,4218,'_menu_item_object_id','41'),(2310,4218,'_menu_item_object','destination'),(2311,4218,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2312,4218,'_wp_old_date','2022-10-28'),(2313,4218,'_wxr_import_user_slug','wptravelengine'),(2314,4218,'_demo_importer_plus_sites_imported_post','1'),(2315,4218,'_demo_importer_enable_for_batch','1'),(2316,4221,'_menu_item_type','taxonomy'),(2317,4221,'_menu_item_menu_item_parent','2549'),(2318,4221,'_menu_item_object_id','33'),(2319,4221,'_menu_item_object','trip_types'),(2320,4221,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2321,4221,'_wp_old_date','2022-10-28'),(2322,4221,'_wxr_import_user_slug','wptravelengine'),(2323,4221,'_demo_importer_plus_sites_imported_post','1'),(2324,4221,'_demo_importer_enable_for_batch','1'),(2325,4222,'_menu_item_type','taxonomy'),(2326,4222,'_menu_item_menu_item_parent','2549'),(2327,4222,'_menu_item_object_id','21'),(2328,4222,'_menu_item_object','trip_types'),(2329,4222,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2330,4222,'_wp_old_date','2022-10-28'),(2331,4222,'_wxr_import_user_slug','wptravelengine'),(2332,4222,'_demo_importer_plus_sites_imported_post','1'),(2333,4222,'_demo_importer_enable_for_batch','1'),(2334,4223,'_menu_item_type','taxonomy'),(2335,4223,'_menu_item_menu_item_parent','2549'),(2336,4223,'_menu_item_object_id','23'),(2337,4223,'_menu_item_object','trip_types'),(2338,4223,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2339,4223,'_wp_old_date','2022-10-28'),(2340,4223,'_wxr_import_user_slug','wptravelengine'),(2341,4223,'_demo_importer_plus_sites_imported_post','1'),(2342,4223,'_demo_importer_enable_for_batch','1'),(2343,4224,'_menu_item_type','taxonomy'),(2344,4224,'_menu_item_menu_item_parent','2549'),(2345,4224,'_menu_item_object_id','19'),(2346,4224,'_menu_item_object','trip_types'),(2347,4224,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2348,4224,'_wp_old_date','2022-10-28'),(2349,4224,'_wxr_import_user_slug','wptravelengine'),(2350,4224,'_demo_importer_plus_sites_imported_post','1'),(2351,4224,'_demo_importer_enable_for_batch','1'),(2352,4225,'_menu_item_type','taxonomy'),(2353,4225,'_menu_item_menu_item_parent','2549'),(2354,4225,'_menu_item_object_id','29'),(2355,4225,'_menu_item_object','trip_types'),(2356,4225,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2357,4225,'_wp_old_date','2022-10-28'),(2358,4225,'_wxr_import_user_slug','wptravelengine'),(2359,4225,'_demo_importer_plus_sites_imported_post','1'),(2360,4225,'_demo_importer_enable_for_batch','1'),(2361,4226,'_menu_item_type','taxonomy'),(2362,4226,'_menu_item_menu_item_parent','2544'),(2363,4226,'_menu_item_object_id','42'),(2364,4226,'_menu_item_object','activities'),(2365,4226,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2366,4226,'_wp_old_date','2022-10-28'),(2367,4226,'_wxr_import_user_slug','wptravelengine'),(2368,4226,'_demo_importer_plus_sites_imported_post','1'),(2369,4226,'_demo_importer_enable_for_batch','1'),(2370,4227,'_menu_item_type','taxonomy'),(2371,4227,'_menu_item_menu_item_parent','2544'),(2372,4227,'_menu_item_object_id','28'),(2373,4227,'_menu_item_object','activities'),(2374,4227,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2375,4227,'_wp_old_date','2022-10-28'),(2376,4227,'_wxr_import_user_slug','wptravelengine'),(2377,4227,'_demo_importer_plus_sites_imported_post','1'),(2378,4227,'_demo_importer_enable_for_batch','1'),(2379,4228,'_menu_item_type','taxonomy'),(2380,4228,'_menu_item_menu_item_parent','2544'),(2381,4228,'_menu_item_object_id','38'),(2382,4228,'_menu_item_object','activities'),(2383,4228,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2384,4228,'_wp_old_date','2022-10-28'),(2385,4228,'_wxr_import_user_slug','wptravelengine'),(2386,4228,'_demo_importer_plus_sites_imported_post','1'),(2387,4228,'_demo_importer_enable_for_batch','1'),(2388,4229,'_menu_item_type','taxonomy'),(2389,4229,'_menu_item_menu_item_parent','2544'),(2390,4229,'_menu_item_object_id','22'),(2391,4229,'_menu_item_object','activities'),(2392,4229,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2393,4229,'_wp_old_date','2022-10-28'),(2394,4229,'_wxr_import_user_slug','wptravelengine'),(2395,4229,'_demo_importer_plus_sites_imported_post','1'),(2396,4229,'_demo_importer_enable_for_batch','1'),(2397,4231,'_menu_item_type','post_type'),(2398,4231,'_menu_item_menu_item_parent','4209'),(2399,4231,'_menu_item_object_id','2949'),(2400,4231,'_menu_item_object','trip'),(2401,4231,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2402,4231,'_wp_old_date','2022-10-28'),(2403,4231,'_wxr_import_user_slug','wptravelengine'),(2405,4231,'_demo_importer_plus_sites_imported_post','1'),(2406,4231,'_demo_importer_enable_for_batch','1'),(2407,1538,'_menu_item_type','custom'),(2408,1538,'_menu_item_object_id','1538'),(2409,1538,'_menu_item_object','custom'),(2410,1538,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2411,1538,'_menu_item_url','https://wordpressmu-1294046-4701143.cloudwaysapps.com/travel-explorer/my-account/#login'),(2412,1538,'_wp_old_date','2022-08-16'),(2413,1538,'_wxr_import_user_slug','wptravelengine'),(2414,1538,'_demo_importer_plus_sites_imported_post','1'),(2415,1538,'_demo_importer_enable_for_batch','1'),(2416,1539,'_menu_item_type','custom'),(2417,1539,'_menu_item_object_id','1539'),(2418,1539,'_menu_item_object','custom'),(2419,1539,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2420,1539,'_menu_item_url','https://wordpressmu-1294046-4701143.cloudwaysapps.com/travel-explorer/my-account/#signup'),(2421,1539,'_wp_old_date','2022-08-16'),(2422,1539,'_wxr_import_user_slug','wptravelengine'),(2423,1539,'_demo_importer_plus_sites_imported_post','1'),(2424,1539,'_demo_importer_enable_for_batch','1'),(2425,4313,'_menu_item_type','taxonomy'),(2426,4313,'_menu_item_object_id','33'),(2427,4313,'_menu_item_object','trip_types'),(2428,4313,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2429,4313,'_wxr_import_user_slug','wptravelengine'),(2430,4313,'_demo_importer_plus_sites_imported_post','1'),(2431,4313,'_demo_importer_enable_for_batch','1'),(2432,4314,'_menu_item_type','taxonomy'),(2433,4314,'_menu_item_object_id','23'),(2434,4314,'_menu_item_object','trip_types'),(2435,4314,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2436,4314,'_wxr_import_user_slug','wptravelengine'),(2437,4314,'_demo_importer_plus_sites_imported_post','1'),(2438,4314,'_demo_importer_enable_for_batch','1'),(2439,4315,'_menu_item_type','taxonomy'),(2440,4315,'_menu_item_object_id','21'),(2441,4315,'_menu_item_object','trip_types'),(2442,4315,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2443,4315,'_wxr_import_user_slug','wptravelengine'),(2444,4315,'_demo_importer_plus_sites_imported_post','1'),(2445,4315,'_demo_importer_enable_for_batch','1'),(2446,4316,'_menu_item_type','taxonomy'),(2447,4316,'_menu_item_object_id','27'),(2448,4316,'_menu_item_object','trip_types'),(2449,4316,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2450,4316,'_wxr_import_user_slug','wptravelengine'),(2451,4316,'_demo_importer_plus_sites_imported_post','1'),(2452,4316,'_demo_importer_enable_for_batch','1'),(2453,4317,'_menu_item_type','taxonomy'),(2454,4317,'_menu_item_object_id','25'),(2455,4317,'_menu_item_object','trip_types'),(2456,4317,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2457,4317,'_wxr_import_user_slug','wptravelengine'),(2458,4317,'_demo_importer_plus_sites_imported_post','1'),(2459,4317,'_demo_importer_enable_for_batch','1'),(2460,4318,'_menu_item_type','taxonomy'),(2461,4318,'_menu_item_object_id','19'),(2462,4318,'_menu_item_object','trip_types'),(2463,4318,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2464,4318,'_wxr_import_user_slug','wptravelengine'),(2465,4318,'_demo_importer_plus_sites_imported_post','1'),(2466,4318,'_demo_importer_enable_for_batch','1'),(2467,4319,'_menu_item_type','taxonomy'),(2468,4319,'_menu_item_object_id','22'),(2469,4319,'_menu_item_object','activities'),(2470,4319,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2471,4319,'_wxr_import_user_slug','wptravelengine'),(2472,4319,'_demo_importer_plus_sites_imported_post','1'),(2473,4319,'_demo_importer_enable_for_batch','1'),(2474,4320,'_menu_item_type','taxonomy'),(2475,4320,'_menu_item_object_id','31'),(2476,4320,'_menu_item_object','activities'),(2477,4320,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2478,4320,'_wxr_import_user_slug','wptravelengine'),(2479,4320,'_demo_importer_plus_sites_imported_post','1'),(2480,4320,'_demo_importer_enable_for_batch','1'),(2481,4321,'_menu_item_type','taxonomy'),(2482,4321,'_menu_item_object_id','42'),(2483,4321,'_menu_item_object','activities'),(2484,4321,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2485,4321,'_wxr_import_user_slug','wptravelengine'),(2486,4321,'_demo_importer_plus_sites_imported_post','1'),(2487,4321,'_demo_importer_enable_for_batch','1'),(2488,4322,'_menu_item_type','taxonomy'),(2489,4322,'_menu_item_object_id','24'),(2490,4322,'_menu_item_object','activities'),(2491,4322,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2492,4322,'_wxr_import_user_slug','wptravelengine'),(2493,4322,'_demo_importer_plus_sites_imported_post','1'),(2494,4322,'_demo_importer_enable_for_batch','1'),(2495,4323,'_menu_item_type','taxonomy'),(2496,4323,'_menu_item_object_id','28'),(2497,4323,'_menu_item_object','activities'),(2498,4323,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2499,4323,'_wxr_import_user_slug','wptravelengine'),(2500,4323,'_demo_importer_plus_sites_imported_post','1'),(2501,4323,'_demo_importer_enable_for_batch','1'),(2502,4324,'_menu_item_type','taxonomy'),(2503,4324,'_menu_item_object_id','18'),(2504,4324,'_menu_item_object','activities'),(2505,4324,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2506,4324,'_wxr_import_user_slug','wptravelengine'),(2507,4324,'_demo_importer_plus_sites_imported_post','1'),(2508,4324,'_demo_importer_enable_for_batch','1'),(2509,4325,'_menu_item_type','taxonomy'),(2510,4325,'_menu_item_object_id','34'),(2511,4325,'_menu_item_object','destination'),(2512,4325,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2513,4325,'_wxr_import_user_slug','wptravelengine'),(2514,4325,'_demo_importer_plus_sites_imported_post','1'),(2515,4325,'_demo_importer_enable_for_batch','1'),(2516,4326,'_menu_item_type','taxonomy'),(2517,4326,'_menu_item_object_id','41'),(2518,4326,'_menu_item_object','destination'),(2519,4326,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2520,4326,'_wxr_import_user_slug','wptravelengine'),(2521,4326,'_demo_importer_plus_sites_imported_post','1'),(2522,4326,'_demo_importer_enable_for_batch','1'),(2523,4327,'_menu_item_type','taxonomy'),(2524,4327,'_menu_item_object_id','30'),(2525,4327,'_menu_item_object','destination'),(2526,4327,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2527,4327,'_wxr_import_user_slug','wptravelengine'),(2528,4327,'_demo_importer_plus_sites_imported_post','1'),(2529,4327,'_demo_importer_enable_for_batch','1'),(2530,4328,'_menu_item_type','taxonomy'),(2531,4328,'_menu_item_object_id','32'),(2532,4328,'_menu_item_object','destination'),(2533,4328,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2534,4328,'_wxr_import_user_slug','wptravelengine'),(2535,4328,'_demo_importer_plus_sites_imported_post','1'),(2536,4328,'_demo_importer_enable_for_batch','1'),(2537,4329,'_menu_item_type','taxonomy'),(2538,4329,'_menu_item_object_id','37'),(2539,4329,'_menu_item_object','destination'),(2540,4329,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2541,4329,'_wxr_import_user_slug','wptravelengine'),(2542,4329,'_demo_importer_plus_sites_imported_post','1'),(2543,4329,'_demo_importer_enable_for_batch','1'),(2544,4330,'_menu_item_type','taxonomy'),(2545,4330,'_menu_item_object_id','26'),(2546,4330,'_menu_item_object','destination'),(2547,4330,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2548,4330,'_wxr_import_user_slug','wptravelengine'),(2549,4330,'_demo_importer_plus_sites_imported_post','1'),(2550,4330,'_demo_importer_enable_for_batch','1'),(2551,4956,'_wp_page_template','templates/template-trip_types.php'),(2552,4956,'_thumbnail_id','3850'),(2553,4956,'_wxr_import_user_slug','wptravelengine'),(2554,4956,'_demo_importer_plus_sites_imported_post','1'),(2555,4956,'_demo_importer_enable_for_batch','1'),(2556,4957,'_wp_page_template','elementor_header_footer'),(2557,4957,'_elementor_template_type','wp-page'),(2558,4957,'_elementor_version','3.7.1'),(2559,4957,'_thumbnail_id','3849'),(2560,4957,'_wxr_import_user_slug','wptravelengine'),(2561,4957,'_demo_importer_plus_sites_imported_post','1'),(2562,4957,'_demo_importer_enable_for_batch','1'),(2563,4958,'_wp_page_template','templates/template-activities.php'),(2564,4958,'_thumbnail_id','3851'),(2565,4958,'_wxr_import_user_slug','wptravelengine'),(2566,4958,'_demo_importer_plus_sites_imported_post','1'),(2567,4958,'_demo_importer_enable_for_batch','1'),(2568,4959,'_wxr_import_user_slug','wptravelengine'),(2569,4959,'_demo_importer_plus_sites_imported_post','1'),(2570,4959,'_demo_importer_enable_for_batch','1'),(2571,4960,'_travel_monster_sidebar_layout','no-sidebar'),(2572,4960,'_wxr_import_user_slug','wptravelengine'),(2573,4960,'_demo_importer_plus_sites_imported_post','1'),(2574,4960,'_demo_importer_enable_for_batch','1'),(2575,4961,'_wxr_import_user_slug','wptravelengine'),(2576,4961,'_demo_importer_plus_sites_imported_post','1'),(2577,4961,'_demo_importer_enable_for_batch','1'),(2578,4962,'_wxr_import_user_slug','wptravelengine'),(2579,4962,'_demo_importer_plus_sites_imported_post','1'),(2580,4962,'_demo_importer_enable_for_batch','1'),(2581,31,'__cb__customizer_post_meta_options','a:22:{s:16:\"page_title_panel\";s:0:\"\";s:23:\"page_title_hero_section\";s:7:\"default\";s:23:\"breadcrumbs_single_page\";s:2:\"no\";s:21:\"single_page_alignment\";s:4:\"left\";s:18:\"single_page_margin\";a:3:{s:7:\"desktop\";i:48;s:6:\"tablet\";i:30;s:6:\"mobile\";i:30;}s:32:\"5c803ba85dd19d855b5dcce47c0c0546\";s:0:\"\";s:19:\"page_structure_type\";s:10:\"no-sidebar\";s:32:\"2c6ba86398746c42acb7243ef0e6c191\";s:0:\"\";s:20:\"content_style_source\";s:7:\"inherit\";s:13:\"content_style\";s:10:\"box-layout\";s:21:\"blog_page_streched_ed\";s:2:\"no\";s:23:\"vertical_spacing_source\";s:7:\"inherit\";s:20:\"content_area_spacing\";s:4:\"both\";s:30:\"single_page_content_background\";a:10:{s:15:\"background_type\";s:5:\"color\";s:18:\"background_pattern\";s:6:\"type-1\";s:16:\"background_image\";a:3:{s:13:\"attachment_id\";N;s:1:\"x\";i:0;s:1:\"y\";i:0;}s:8:\"gradient\";s:65:\"linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:4:\"auto\";s:21:\"background_attachment\";s:6:\"scroll\";s:12:\"patternColor\";a:1:{s:7:\"default\";a:1:{s:5:\"color\";s:7:\"#e5e7ea\";}}s:12:\"overlayColor\";a:1:{s:7:\"default\";a:1:{s:5:\"color\";s:16:\"CT_CSS_SKIP_RULE\";}}s:15:\"backgroundColor\";a:1:{s:7:\"default\";a:1:{s:5:\"color\";s:20:\"var(--paletteColor5)\";}}}s:32:\"single_page_content_boxed_shadow\";a:8:{s:7:\"inherit\";b:0;s:4:\"blur\";i:18;s:6:\"spread\";i:-6;s:8:\"v_offset\";i:12;s:8:\"h_offset\";i:0;s:5:\"inset\";b:0;s:6:\"enable\";b:0;s:5:\"color\";a:1:{s:5:\"color\";s:23:\"rgba(34, 56, 101, 0.04)\";}}s:33:\"single_page_boxed_content_spacing\";a:3:{s:7:\"desktop\";a:5:{s:3:\"top\";s:4:\"40px\";s:6:\"bottom\";s:4:\"40px\";s:4:\"left\";s:4:\"40px\";s:5:\"right\";s:4:\"40px\";s:6:\"linked\";b:1;}s:6:\"tablet\";a:5:{s:3:\"top\";s:4:\"40px\";s:6:\"bottom\";s:4:\"40px\";s:4:\"left\";s:4:\"40px\";s:5:\"right\";s:4:\"40px\";s:6:\"linked\";b:1;}s:6:\"mobile\";a:5:{s:3:\"top\";s:4:\"15px\";s:6:\"bottom\";s:4:\"15px\";s:4:\"left\";s:4:\"15px\";s:5:\"right\";s:4:\"15px\";s:6:\"linked\";b:1;}}s:32:\"single_page_content_boxed_radius\";a:5:{s:3:\"top\";s:3:\"3px\";s:6:\"bottom\";s:3:\"3px\";s:4:\"left\";s:3:\"3px\";s:5:\"right\";s:3:\"3px\";s:6:\"linked\";b:1;}s:32:\"72917cb66745523721229ff89334b2a6\";s:0:\"\";s:22:\"disable_featured_image\";s:2:\"no\";s:16:\"disable_comments\";s:2:\"no\";s:14:\"disable_header\";s:2:\"no\";s:14:\"disable_footer\";s:2:\"no\";}'),(2582,31,'_travel_monster_sidebar_layout','fullwidth-centered'),(2583,31,'_wxr_import_user_slug','wptravelengine'),(2584,31,'_demo_importer_plus_sites_imported_post','1'),(2585,31,'_demo_importer_enable_for_batch','1'),(2586,2238,'_wp_page_template','default'),(2587,2238,'_wxr_import_user_slug','wptravelengine'),(2588,2238,'_demo_importer_plus_sites_imported_post','1'),(2589,2238,'_demo_importer_enable_for_batch','1'),(2590,2239,'_wp_page_template','default'),(2591,2239,'_wxr_import_user_slug','wptravelengine'),(2592,2239,'_demo_importer_plus_sites_imported_post','1'),(2593,2239,'_demo_importer_enable_for_batch','1'),(2594,2250,'_wxr_import_user_slug','wptravelengine'),(2595,2250,'_demo_importer_plus_sites_imported_post','1'),(2596,2250,'_demo_importer_enable_for_batch','1'),(2597,2251,'_wxr_import_user_slug','wptravelengine'),(2598,2251,'_demo_importer_plus_sites_imported_post','1'),(2599,2251,'_demo_importer_enable_for_batch','1'),(2600,2252,'_wxr_import_user_slug','wptravelengine'),(2601,2252,'_demo_importer_plus_sites_imported_post','1'),(2602,2252,'_demo_importer_enable_for_batch','1'),(2603,2253,'_wxr_import_user_slug','wptravelengine'),(2604,2253,'_demo_importer_plus_sites_imported_post','1'),(2605,2253,'_demo_importer_enable_for_batch','1'),(2606,2255,'_demo_importer_enable_for_batch','1'),(2607,2255,'_elementor_edit_mode','builder'),(2608,2255,'_elementor_template_type','wp-page'),(2609,2255,'_elementor_version','3.23.1'),(2610,2255,'_wp_page_template','elementor_header_footer'),(2611,2255,'_elementor_data','[{\"id\":\"50ff0382\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#02010182\",\"background_color_stop\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"background_color_b\":\"#F2295BA1\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":210,\"sizes\":[]},\"background_slideshow_background_size\":\"cover\",\"background_slideshow_background_position\":\"center center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"15\",\"bottom\":\"90\",\"left\":\"15\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/kenyaclassictourtravel.com\\/griflightservices\\/wp-content\\/uploads\\/2024\\/07\\/travel1.jpg\",\"id\":4968,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size_mobile\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"css_classes\":\"travel-monster__search-section\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2243134c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.386,\"content_position\":\"center\",\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"12ce96c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover the World in Style with Luxury Travel\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_css_classes\":\"--secondaryFontFamily\",\"align_mobile\":\"center\",\"typography_font_size_laptop\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4bd20701\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Grab your stuff and let\\u2019s get lost.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"357ebf39\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.528,\"content_position\":\"center\",\"align\":\"flex-end\",\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1cb64365\",\"elType\":\"widget\",\"settings\":{\"showTitle\":\"\",\"searchFormOrientation\":\"vertical\",\"searchButtonLabel\":\"Search\",\"destination_label\":\"Destination\",\"trip_types_label\":\"Trip Types\",\"activities_label\":\"Activity\",\"duration_label\":\"Duration\",\"price_label\":\"Budget\",\"date_label\":\"Date\",\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"search_padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"destination_order\":3,\"activities_order\":1,\"price_order\":2,\"search_typography_typography\":\"custom\",\"search_typography_line_height\":{\"unit\":\"px\",\"size\":22.4,\"sizes\":[]},\"search_input_icon_color\":\"#1B5E59\",\"search_input_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"search_button_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"search_button_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"__globals__\":{\"search_input_icon_color\":\"globals\\/colors?id=primary_color\",\"search_input_arrow_color\":\"globals\\/colors?id=primary\",\"search_primary_color\":\"globals\\/colors?id=primary_color\",\"search_button_border_color\":\"\",\"search_button_hover_border_color\":\"globals\\/colors?id=primary_color\",\"search_button_color\":\"globals\\/colors?id=body_font_color\",\"search_button_hover_color\":\"\"},\"search_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"search_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"search_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"search_input_color\":\"#494D41\",\"search_primary_color\":\"#1B5E59\",\"search_input_arrow_color\":\"#1C2011\",\"search_button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"search_button_hover_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"search_button_hover_border_color\":\"#1B5E59\",\"search_button_color\":\"#494d41\",\"search_button_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"wptravelengine-trip-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a41eecb\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"46\",\"right\":\"0\",\"bottom\":\"46\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"css_classes\":\"travel-monster_section-bg\"},\"elements\":[{\"id\":\"166f6476\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ffbfa53\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/08\\/location.svg\",\"id\":3236},\"library\":\"svg\"},\"view\":\"stacked\",\"title_text\":\"Handpicked Destination\",\"description_text\":\"Our strict screening process means you\\u2019re only seeing the best quality treks.\",\"primary_color\":\"#EBFBF9\",\"icon_space\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=heading_color\",\"secondary_color\":\"globals\\/colors?id=primary_color\",\"description_color\":\"globals\\/colors?id=body_font_color\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"secondary_color\":\"#28b5a4\",\"description_color\":\"rgba(28,32,17,0.8)\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"829f13f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"298b7a22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/08\\/purse.svg\",\"id\":3235},\"library\":\"svg\"},\"view\":\"stacked\",\"title_text\":\"Best Price Guaranteed\",\"description_text\":\"Our Best Price Guarantee means that you can be sure of booking at the best rate.\",\"primary_color\":\"#EBFBF9\",\"icon_space\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=heading_color\",\"secondary_color\":\"globals\\/colors?id=primary_color\",\"description_color\":\"globals\\/colors?id=body_font_color\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"6ac558d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"382638aa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/08\\/headphone.svg\",\"id\":3234},\"library\":\"svg\"},\"view\":\"stacked\",\"title_text\":\"24\\/7 Customer Service\",\"description_text\":\"Our customer are standing by 24\\/7 to make your experience incredible.\",\"primary_color\":\"#EBFBF9\",\"icon_space\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=heading_color\",\"secondary_color\":\"globals\\/colors?id=primary_color\",\"description_color\":\"globals\\/colors?id=body_font_color\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e7b9d02\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"015\",\"bottom\":\"100\",\"left\":\"015\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"0bacdeb\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"804f1e9\"}]},\"elements\":[{\"id\":\"700c4607\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.163,\"space_between_widgets\":0,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0294dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining Luxury Travel\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary_color\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ac201e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who we are\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"133f2e36\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a team of passionate travel experts who specialize in crafting bespoke luxury travel experiences that exceed the expectations of our clients. With our extensive knowledge and connections around the world, we create tailor-made itineraries that cater to individual preferences and interests.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20219cb5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our goal is to provide you with unforgettable travel experiences that are tailored to your unique interests and preferences. Whether you\'re looking for a relaxing beach vacation, an adventurous trek through the mountains, or a cultural immersion in a new city, we have the expertise and resources to make it happen.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"497a67d9\",\"elType\":\"widget\",\"settings\":{\"text\":\"KNOW MORE ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\\/wanderlust-tours\\/about-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"20771af8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.798,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FEE25A1A\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"background_image\":{\"url\":\"https:\\/\\/kenyaclassictourtravel.com\\/griflightservices\\/wp-content\\/uploads\\/2024\\/07\\/black_couple.jpg\",\"id\":4972,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"5b1b0c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"4916\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/trip-advisor.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a7ae2d3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_slideshow_loop\":\"\",\"background_slideshow_background_size\":\"cover\",\"background_slideshow_background_position\":\"center center\",\"padding\":{\"unit\":\"px\",\"top\":\"72\",\"right\":\"0\",\"bottom\":\"72\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"40\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"travel-nomads_counter-section\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary_color\"},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"633b9dd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"4c8e275\"}]},\"elements\":[{\"id\":\"5053aa0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"54c25d78\",\"elType\":\"widget\",\"settings\":{\"ending_number\":1500,\"suffix\":\"+\",\"title\":\"TRIPS AND TOURS\",\"number_color\":\"#FFFFFF\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Libre Caslon Text\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_number_font_weight\":\"400\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_number_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_title_text_transform\":\"uppercase\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary_color\"},\"typography_title_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"1339d3c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4162ba9e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":50,\"suffix\":\"+\",\"title\":\"OUTDOOR ACTIVITES\",\"number_color\":\"#FFFFFF\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Libre Caslon Text\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_number_font_weight\":\"400\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_number_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_title_text_transform\":\"uppercase\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary_color\"},\"typography_title_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"17b01536\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2b177fa8\",\"elType\":\"widget\",\"settings\":{\"ending_number\":40,\"suffix\":\"+\",\"title\":\"COUNTRIES\",\"number_color\":\"#FFFFFF\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Libre Caslon Text\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_number_font_weight\":\"400\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_number_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_title_text_transform\":\"uppercase\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary_color\"},\"typography_title_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"3bea720e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"4738c0b0\",\"elType\":\"widget\",\"settings\":{\"ending_number\":50,\"suffix\":\"K+\",\"title\":\"HAPPY CUSTOMERS\",\"number_color\":\"#FFFFFF\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Libre Caslon Text\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_number_font_weight\":\"400\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_number_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_title_text_transform\":\"uppercase\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary_color\"},\"typography_title_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"69e478b9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#1B5E590D\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"8c2ccb9\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"73ab52f\"}]},\"elements\":[{\"id\":\"675f574\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"d05682b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":597,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"56\",\"left\":0,\"isLinked\":false},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"c53635d\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"872d441\"}]},\"elements\":[{\"id\":\"3d41455b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"193c8ef7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Choose your trips\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f853278\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Trips\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"420ae37f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To those who wish to experience one of the best holiday time ever, we are excited to offer unlimited fun is represented in a great way.<\\/p>\",\"align\":\"center\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"468c14b\",\"elType\":\"widget\",\"settings\":{\"cardlayout\":\"5\",\"showFeaturedRibbon\":\"\",\"viewMoreButtonText\":\"View Details\",\"card_boxshadow_box_shadow_type\":\"yes\",\"card_boxshadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"card_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.44,\"sizes\":[]},\"content_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"meta_typography_typography\":\"custom\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"meta_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Libre Caslon Text\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"strike_typography_typography\":\"custom\",\"strike_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"discount_tag_bg_color\":\"#fee25a\",\"__globals__\":{\"discount_tag_color\":\"globals\\/colors?id=heading_color\",\"meta_icon_color\":\"globals\\/colors?id=primary_color\",\"meta_color\":\"globals\\/colors?id=body_font_color\",\"price_color\":\"globals\\/colors?id=heading_color\",\"title_color_hover\":\"globals\\/colors?id=primary_color\",\"meta_hover_color\":\"globals\\/colors?id=primary_color\",\"discount_tag_bg_color\":\"globals\\/colors?id=secondary_color\",\"title_color\":\"globals\\/colors?id=heading_color\",\"strike_color\":\"globals\\/colors?id=body_font_color\"},\"animation_type\":\"ease\",\"img_animation_duration\":1,\"title_color_hover\":\"#fee25a\",\"meta_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"meta_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"meta_color\":\"#4a4a4a\",\"meta_hover_color\":\"#fee25a\",\"meta_icon_color\":\"#1b5e59\",\"price_typography_font_weight\":\"400\",\"price_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"price_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"price_color\":\"#151515\",\"strike_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"strike_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"discount_tag_color\":\"#151515\",\"excerptLength\":18},\"elements\":[],\"widgetType\":\"wptravelengine-trips\"},{\"id\":\"67c26fe9\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL TRIPS\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\\/wanderlust-tours\\/trip\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e3bd395\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"068923e\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"2a81a3e\"}]},\"elements\":[{\"id\":\"445ec155\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d973670\",\"elType\":\"section\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"8ebfcac\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d242b32\"}]},\"elements\":[{\"id\":\"1d3e686b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align_tablet\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[{\"id\":\"126695ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"4917\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/image-004.png\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":160},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_y\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5ab821a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"4918\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/image-003.png\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_laptop\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"height_laptop\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":237},\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":52,\"unit\":\"px\"},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":343,\"unit\":\"px\"},\"_offset_y_end\":{\"unit\":\"px\",\"size\":-96,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13d788c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"4919\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/image-005.png\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":160},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"size\":369,\"unit\":\"px\"},\"_offset_x_end\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":343,\"unit\":\"px\"},\"_offset_y_end\":{\"size\":0,\"unit\":\"px\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61660e5b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"4920\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/image-002.png\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_laptop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":514,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"75a5bea1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"space_between_widgets\":24,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"48a956a5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"181da3c\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"912755f\"}]},\"elements\":[{\"id\":\"dc47350\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"508872e7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experience Luxury Travel like Never Before\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f9b00c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who Choose Us?\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2660762b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We pride ourselves on offering the highest quality service with a personalized touch to make your trip unforgettable.<\\/p>\",\"align\":\"left\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2c7b88b5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"c294ec9\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"3c2d60d\"}]},\"elements\":[{\"id\":\"643079b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_delay\":1.2},\"elements\":[{\"id\":\"204099f4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":\"4922\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/customized-tours.svg\"},\"library\":\"svg\"},\"title_text\":\"This is the heading\",\"description_text\":\"We specialize in creating individualized wildlife safari tours.\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.44,\"sizes\":[]},\"description_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"5c0e8b4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_delay\":1.2},\"elements\":[{\"id\":\"43ee9b34\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":\"4923\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/expert-knowledge.svg\"},\"library\":\"svg\"},\"title_text\":\"Expert Knowledge\",\"description_text\":\"We offer the greatest guides since we believe that a wildlife tour.\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.44,\"sizes\":[]},\"description_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"411b4a4d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"2cc8b7a\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"de5d3d9\"}]},\"elements\":[{\"id\":\"73424a9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_delay\":1.2},\"elements\":[{\"id\":\"2986f63a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":\"4924\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/travel-services.svg\"},\"library\":\"svg\"},\"title_text\":\"Travel Services\",\"description_text\":\"We offer the greatest tour guides since we believe that a wildlife.\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.44,\"sizes\":[]},\"description_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"4d15edbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_delay\":1.2},\"elements\":[{\"id\":\"7b01b7d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":\"4925\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/reliable-responsible.svg\"},\"library\":\"svg\"},\"title_text\":\"Reliable & Responsible\",\"description_text\":\"We try our best to answer every phone as quickly as we can.\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.44,\"sizes\":[]},\"description_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"313ff5b5\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f70da3b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"bffd54c\"}]},\"elements\":[{\"id\":\"6facf518\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.7,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"072\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"72\",\"right\":\"72\",\"bottom\":\"72\",\"left\":\"72\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary_color\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"align\":\"flex-end\",\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"7cd0c18a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experience the World in Style\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4910728f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book Your Dream Luxury Trip Today!\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11efd865\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the ultimate in luxury travel and indulge in the trip of a lifetime. Book your dream luxury trip today and let us help you create unforgettable memories that you\'ll cherish forever<\\/p>\",\"align\":\"left\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"_element_custom_width_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"27679c6e\",\"elType\":\"widget\",\"settings\":{\"text\":\"LET\'S MAKE IT HAPPEN\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"link\":{\"url\":\"wanderlust-tours\\/trip\\/5-days-tour-to-philippines\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_background_hover_color\":\"#FFFFFF\",\"__globals__\":{\"hover_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1c3993ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.3,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"id\":\"4926\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/booking-trip-scaled-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"24ce41f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"size\":\"small\",\"header_size\":\"span\",\"title_color\":\"#02010100\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-1,\"unit\":\"px\"},\"_offset_y\":{\"size\":0,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f6fbd4e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"76e7429\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"8e63c22\"}]},\"elements\":[{\"id\":\"3dab9738\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"204cd4f4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":597,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"56\",\"left\":0,\"isLinked\":false},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"d538ff3\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"eac17d0\"}]},\"elements\":[{\"id\":\"2843ce75\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6f1c44d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Feel the Energy and Excitement of Nature\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b05d068\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Destinations\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"800e8fd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To those who wish to experience one of the best holiday time ever, we are excited to offer unlimited fun is represented in a great way.<\\/p>\",\"align\":\"center\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"51ed07da\",\"elType\":\"widget\",\"settings\":{\"cardlayout\":\"2\",\"termsgap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"countLabel\":\"Trips\",\"linkText\":\"View More\",\"terms_title_typography_typography\":\"custom\",\"terms_title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"terms_title_typography_font_weight\":\"400\",\"terms_count_typography_typography\":\"custom\",\"terms_count_typography_font_family\":\"Roboto Flex\",\"terms_count_typography_font_weight\":\"400\",\"terms_arrow_enable\":\"\",\"terms_image_size\":\"full\",\"terms_image_height\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"terms_animation_type\":\"ease\",\"terms_img_animation_duration\":1,\"__globals__\":{\"terms_count_typography_typography\":\"\",\"terms_title_color_hover\":\"\"},\"terms_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"terms_title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"terms_title_color_hover\":\"#EBEBEB\"},\"elements\":[],\"widgetType\":\"wptravelengine-trip-types\"},{\"id\":\"7e1c851e\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL DESTINATIONS\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\\/wanderlust-tours\\/destination\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b74957c\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"travel-monster_section-bg\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"309e5d9\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b455e81\"}]},\"elements\":[{\"id\":\"f698cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.271,\"_inline_size_tablet\":100,\"space_between_widgets\":16,\"text_align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"72\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843f895\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"755a2c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"What People Say \\nAbout Us\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1593ecc0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are the leading travel agency offering different programs and higher education diplomas that are designed with global requirements in mind.<\\/p>\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"18e6a307\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\\/wanderlust-tours\\/our-teams\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"202de3f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.729,\"_inline_size_tablet\":100,\"padding_laptop\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":1.2},\"elements\":[{\"id\":\"385507b\",\"elType\":\"widget\",\"settings\":{\"btccgs_testimonial_carousel\":[{\"btccgs_testimonial_carousel_title\":\"\",\"btccgs_testimonial_carousel_content\":\"<p>Contrary to popular belief, travelling is a lot fun especially when there\\u2019s always someone to lean on to. Travelwind has done just that to me. It is really easy to find your desired location here and the customer service is really excellent.<\\/p>\",\"btccgs_testimonial_carousel_name\":\"Talan Arcand\",\"btccgs_testimonial_carousel_position\":\"Guest Review\",\"_id\":\"4adfeab\",\"btccgs_testimonial_carousel_image\":{\"id\":\"4927\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/reviewer.png\"}},{\"btccgs_testimonial_carousel_title\":\"\",\"btccgs_testimonial_carousel_content\":\"<p>Contrary to popular belief, travelling is a lot fun especially when there\\u2019s always someone to lean on to. Travelwind has done just that to me. It is really easy to find your desired location here and the customer service is really excellent.<\\/p>\",\"btccgs_testimonial_carousel_name\":\"Talan Arcand\",\"btccgs_testimonial_carousel_position\":\"Guest Review\",\"_id\":\"31d7e90\",\"btccgs_testimonial_carousel_image\":{\"id\":\"4928\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/shape.png\"}},{\"btccgs_testimonial_carousel_title\":\"\",\"btccgs_testimonial_carousel_content\":\"<p>Contrary to popular belief, travelling is a lot fun especially when there\\u2019s always someone to lean on to. Travelwind has done just that to me. It is really easy to find your desired location here and the customer service is really excellent.<\\/p>\",\"btccgs_testimonial_carousel_name\":\"Talan Arcand\",\"btccgs_testimonial_carousel_position\":\"Guest Review\",\"_id\":\"1287ced\",\"btccgs_testimonial_carousel_image\":{\"id\":\"4930\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/Ellipse.png\"}}],\"btccgs_testimonial_carousel_show_carousel_nav\":\"\",\"btccrs_testimonial_rating_enable\":\"yes\",\"btccrs_testimonial_star_style\":\"star_unicode\",\"btcsgs_testimonial_title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"btcsgs_testimonial_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"btcsgs_testimonial_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"btcsgs_testimonial_content_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"btcsgs_testimonial_content_typography_typography\":\"custom\",\"btcsgs_testimonial_content_typography_font_family\":\"Libre Caslon Text\",\"btcsgs_testimonial_content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"btcsgs_testimonial_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"btsrs_testimonial_name_typography_typography\":\"custom\",\"btsrs_testimonial_name_typography_font_family\":\"Libre Caslon Text\",\"btsrs_testimonial_name_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"btsrs_testimonial_name_typography_font_weight\":\"400\",\"btsrs_testimonial_title_typography_typography\":\"custom\",\"btsrs_testimonial_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"btcsrss_testimonial_stars_color\":\"#FEE25A\",\"btcsrss_testimonial_stars_unmarked_color\":\"#FEE25A\",\"btcsnd_testimonial_dots_nav_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"btcsnd_testimonial_dots_nav_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"btcsnd_testimonial_dots_nav_color\":\"#1B5E5961\",\"btcsnd_testimonial_dots_nav_active_color\":\"#1b5e59\",\"_padding\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":106.225},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":24,\"spread\":0,\"color\":\"rgba(29, 13, 13, 0.04)\"},\"__globals__\":{\"btcsnd_testimonial_dots_nav_color\":\"\",\"btcsnd_testimonial_dots_nav_active_color\":\"globals\\/colors?id=primary_color\",\"btcsgs_testimonial_content_color\":\"globals\\/colors?id=heading_color\",\"btsrs_testimonial_name_color\":\"globals\\/colors?id=heading_color\",\"btsrs_testimonial_title_color\":\"globals\\/colors?id=body_font_color\"},\"btcsgs_testimonial_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"btcsgs_testimonial_content_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"meafe-testimonial-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"19c02d8b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"6a673b2\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"a7a63d5\"}]},\"elements\":[{\"id\":\"54a864ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"79f6aaf1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":597,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"56\",\"left\":0,\"isLinked\":false},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"980cb03\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"6036be9\"}]},\"elements\":[{\"id\":\"2b4b0352\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e9c2872\",\"elType\":\"widget\",\"settings\":{\"title\":\"Choose your trips\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"267db011\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best travel deals\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68e49a30\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To those who wish to experience one of the best holiday time ever, we are excited to offer unlimited fun is represented in a great way.<\\/p>\",\"align\":\"center\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"12b2740a\",\"elType\":\"widget\",\"settings\":{\"cardlayout\":\"5\",\"showFeaturedRibbon\":\"\",\"viewMoreButtonText\":\"View Details\",\"card_boxshadow_box_shadow_type\":\"yes\",\"card_boxshadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"card_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.44,\"sizes\":[]},\"content_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"meta_typography_typography\":\"custom\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"meta_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Libre Caslon Text\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"strike_typography_typography\":\"custom\",\"strike_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"strike_color\":\"#4A4A4ABF\",\"__globals__\":{\"discount_tag_color\":\"globals\\/colors?id=heading_color\",\"meta_icon_color\":\"globals\\/colors?id=primary_color\",\"meta_color\":\"globals\\/colors?id=body_font_color\",\"price_color\":\"globals\\/colors?id=heading_color\",\"title_color_hover\":\"globals\\/colors?id=primary_color\",\"discount_tag_bg_color\":\"globals\\/colors?id=secondary_color\",\"meta_hover_color\":\"globals\\/colors?id=primary_color\"},\"animation_type\":\"ease\",\"img_animation_duration\":1,\"price_typography_font_weight\":\"400\",\"price_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"price_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"strike_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"strike_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"excerptLength\":18,\"showReviews\":\"yes\",\"card_border_border\":\"solid\",\"card_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"card_border_color\":\"#EAEAEA\"},\"elements\":[],\"widgetType\":\"wptravelengine-trips\"},{\"id\":\"3a25474b\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL DEALS\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\\/wanderlust-tours\\/trip\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3ec0f12d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a8787ec\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"a9c17d4\"}]},\"elements\":[{\"id\":\"b83d78c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.788,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"id\":\"4932\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/lighthouse-scaled-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1d086fb3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"size\":\"small\",\"header_size\":\"span\",\"title_color\":\"#02010100\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_position\":\"absolute\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4fde76f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.139,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"space_between_widgets\":16,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"72\",\"right\":\"72\",\"bottom\":\"72\",\"left\":\"72\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary_color\"},\"align\":\"flex-start\"},\"elements\":[{\"id\":\"5bec98f5\",\"elType\":\"section\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a477f10\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"23852a2\"}],\"text_align\":\"left\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"072\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e1fd3e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"547c86d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Take Action and Make Your Dreams a Reality\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c03fd61\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unlock the Door to Your Dreams\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b504e81\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Are you tired of dreaming about the life you want? It\'s time to take action and make those dreams a reality. Let us help you unlock the door to your dreams and start living the life you\'ve always wanted.<\\/p>\",\"align\":\"left\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"200df2fd\",\"elType\":\"widget\",\"settings\":{\"text\":\"OPEN THE DOOR NOW\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"032\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"link\":{\"url\":\"\\/wanderlust-tours\\/trip\\/everest-base-camp-trek\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_background_hover_color\":\"#FFFFFF\",\"__globals__\":{\"hover_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"12978614\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"4dbb215\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"01f97cb\"}]},\"elements\":[{\"id\":\"7eede976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73d52fb9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":597,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"e86197d\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"65eb884\"}]},\"elements\":[{\"id\":\"5310888b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5412b325\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your ultimate guide to exploring the world\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4afead58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Blog and articles\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0b5acf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"white-space: pre-wrap;\\\">Latest travel tips and blog covering all travel experiences. Check out our mentions in different guides and articles.<\\/span><\\/p>\",\"align\":\"center\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72d69bcc\",\"elType\":\"widget\",\"settings\":{\"bbcls_blog_layout_mode\":\"2\",\"bbcls_blog_show_load_more_text\":\"LOAD MORE\",\"bbcls_blog_show_load_more_url\":\"#\",\"bbcls_blog_excerpt_expanison_indicator\":\"...\",\"bbcls_blog_read_more_button_text\":\"READ MORE\",\"bbscts_blog_title_typography_typography\":\"custom\",\"bbscts_blog_title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"bbscts_blog_title_typography_font_weight\":\"500\",\"bbscts_blog_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"bbscts_blog_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bbscts_blog_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"bbsrms_blog_read_more_btn_typography_typography\":\"custom\",\"bbsrms_blog_read_more_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"bbsrms_blog_read_more_btn_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"bbcqs_blog_category_ids\":[],\"bbcqs_blog_post_tag_ids\":[],\"bbcqs_blog_post__not_in\":[],\"bbscts_blog_title_hover_color\":\"#28b5a4\",\"bbslms_blog_load_more_btn_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"32\",\"bottom\":\"20\",\"left\":\"32\",\"isLinked\":false},\"bbslms_blog_load_more_btn_typography_typography\":\"custom\",\"bbslms_blog_load_more_btn_typography_font_family\":\"Poppins\",\"bbslms_blog_load_more_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"bbslms_blog_load_more_btn_typography_font_weight\":\"500\",\"bbslms_blog_load_more_btn_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bbslms_blog_load_more_btn_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bbslms_blog_load_more_btn_normal_text_color\":\"#E48E45\",\"bbslms_blog_load_more_btn_normal_bg_color\":\"#02010100\",\"bbslms_blog_load_more_btn_normal_border_border\":\"solid\",\"bbslms_blog_load_more_btn_normal_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"bbslms_blog_load_more_btn_normal_border_color\":\"#E48E45\",\"bbslms_blog_load_more_btn_border_radius\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"bbslms_blog_load_more_btn_hover_text_color\":\"#FFFFFF\",\"bbslms_blog_load_more_btn_hover_bg_color\":\"#E48E45\",\"bbslms_blog_load_more_btn_hover_border_color\":\"#E48E45\",\"bbcls_blog_show_category\":\"\",\"bbscts_blog_excerpt_color\":\"#494D41\",\"bbscts_blog_excerpt_typography_typography\":\"custom\",\"bbscts_blog_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"bbscts_blog_excerpt_typography_font_weight\":\"400\",\"bbscts_blog_excerpt_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bbscts_blog_excerpt_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bbscts_blog_meta_typography_typography\":\"custom\",\"bbscts_blog_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"bbscts_blog_meta_typography_font_weight\":\"400\",\"bbscts_blog_meta_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bbscts_blog_meta_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"bbsrms_blog_read_more_btn_color\":\"globals\\/colors?id=heading_color\",\"bbscts_blog_title_color\":\"globals\\/colors?id=heading_color\",\"bbscts_blog_title_hover_color\":\"globals\\/colors?id=primary_color\",\"bbscts_blog_meta_color\":\"globals\\/colors?id=body_font_color\",\"bbsrms_blog_read_more_btn_hover_color\":\"globals\\/colors?id=primary_color\"},\"bbsrms_blog_read_more_btn_color\":\"#28b5a4\",\"_mask_shape\":\"custom\",\"bbsgs_blog_bg_color\":\"#FFFFFF\",\"bbcls_blog_excerpt_length\":20,\"bbsgs_blog_spacing_content\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"bbsgs_blog_border_border\":\"solid\",\"bbsgs_blog_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"bbsgs_blog_border_color\":\"#EAEAEA\",\"bbsgs_blog_box_shadow_box_shadow_type\":\"yes\",\"bbsgs_blog_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"meafe-blog\"},{\"id\":\"19e5893e\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL BLOG\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\\/wanderlust-tours\\/blog\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c27fb3b\",\"elType\":\"section\",\"settings\":{\"text_align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ba293de\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"952ac65\"}]},\"elements\":[{\"id\":\"e1efb4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":40,\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e767af0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recommended and Endorsed by\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a2032a7\",\"elType\":\"widget\",\"settings\":{\"bccgs_clients_per_line\":\"6\",\"bccgs_clients_repeater\":[{\"_id\":\"f560d31\",\"bccgs_client_image\":{\"id\":\"4934\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/1.png\"}},{\"_id\":\"33f691c\",\"bccgs_client_image\":{\"id\":\"4936\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/2.png\"}},{\"_id\":\"36cfcd4\",\"bccgs_client_image\":{\"id\":\"4938\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/3.png\"}},{\"_id\":\"d5e79a4\",\"bccgs_client_image\":{\"id\":\"4941\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/4-1.png\"}},{\"_id\":\"140ae47\",\"bccgs_client_image\":{\"id\":\"4942\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/5.png\"}},{\"_id\":\"238297d\",\"bccgs_client_image\":{\"id\":\"4944\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/6.png\"}}]},\"elements\":[],\"widgetType\":\"meafe-clients\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ec642f2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#1b5e59\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EAEAEA\",\"__globals__\":{\"background_color\":\"\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"801d2d5\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d9dfb19\"}]},\"elements\":[{\"id\":\"50e6da58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EAEAEA4D\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5792d4ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us on\",\"header_size\":\"span\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"31\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5178fcbb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/facebook.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#AAAAAA30\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FEE25A\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=heading_color\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6fb7b4a1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/twitter.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#AAAAAA30\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FEE25A\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=heading_color\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6c80984d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/linkedin.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#AAAAAA30\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FEE25A\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=heading_color\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6827fdc8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/youtube.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#AAAAAA30\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FEE25A\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=heading_color\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"509446ef\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/instagram.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#AAAAAA30\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FEE25A\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=heading_color\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false}]'),(4405,4971,'_elementor_edit_mode','builder'),(4406,4971,'_elementor_template_type','wp-page'),(2613,2255,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#FFFFFF\";}'),(2614,2255,'_demo_importer_plus_hotlink_imported','1'),(2615,2255,'_travel_monster_sidebar_layout','default-sidebar'),(2616,2255,'_wxr_import_user_slug','wptravelengine'),(2617,2255,'_demo_importer_plus_sites_imported_post','1'),(2618,2546,'_wxr_import_user_slug','wptravelengine'),(2619,2546,'_demo_importer_plus_sites_imported_post','1'),(2620,2546,'_demo_importer_enable_for_batch','1'),(2621,2553,'_demo_importer_enable_for_batch','1'),(2622,2553,'_elementor_edit_mode','builder'),(2623,2553,'_elementor_template_type','wp-page'),(2624,2553,'_elementor_version','3.8.0'),(2625,2553,'_wp_page_template','elementor_header_footer'),(2626,2553,'_elementor_data','[{\"id\":\"a63b4c9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/tourists-having-fun-coast-1.jpg\",\"id\":3824,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C201180\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"85\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1fdbfde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9f64a83\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"align\":\"left\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"--secondaryFontFamily\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4fada9c3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"26\",\"bottom\":\"60\",\"left\":\"26\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"16\",\"bottom\":\"30\",\"left\":\"16\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bf14d3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"fc4377b\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"travel-monster-section-header left\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"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\":\"5c1787f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"16caaba3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Travel Nomad\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Caveat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"--secondaryFontFamily\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13b34bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wholesome\\nTravel Experiences\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"29\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"px\",\"size\":576}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"57c7fc0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A new journey begin here within, find a destination that suits you and start travelling. We offer best travel packages.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1dc8055b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>As the travel market grows further in India so does issues of security and safety of foreigners travelling to India every year. Though government is doing its bit, there is no direct mechanism to help foreigners in distress. As avid travelers, India Assist founder Harish Khatri and co-founder MoqierishTak identified a serious gap in the current tourism scenario.<\\/p>\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4ec6f145\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"align\":\"flex-end\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"3b15c6f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/Group-6402.png\",\"id\":3437,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b28785d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"46\",\"right\":\"150\",\"bottom\":\"46\",\"left\":\"150\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"16\",\"bottom\":\"60\",\"left\":\"16\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FEFAF6\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"26\",\"bottom\":\"30\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b4e7199\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3553be3f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/08\\/location.svg\",\"id\":3236},\"library\":\"svg\"},\"view\":\"stacked\",\"title_text\":\"Handpicked Destination\",\"description_text\":\"Our strict screening process means you\\u2019re only seeing the best quality treks.\",\"primary_color\":\"#EBFBF9\",\"icon_space\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__globals__\":{\"title_color\":\"\",\"secondary_color\":\"globals\\/colors?id=primary_color\",\"description_color\":\"globals\\/colors?id=body_font_color\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"ac63af0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ce3a9c7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/08\\/purse.svg\",\"id\":3235},\"library\":\"svg\"},\"view\":\"stacked\",\"title_text\":\"Best Price Guaranteed\",\"description_text\":\"Our Best Price Guarantee means that you can be sure of booking at the best rate.\",\"primary_color\":\"#EBFBF9\",\"icon_space\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__globals__\":{\"title_color\":\"\",\"secondary_color\":\"globals\\/colors?id=primary_color\",\"description_color\":\"globals\\/colors?id=body_font_color\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"58cc492\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"546a2a68\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/08\\/headphone.svg\",\"id\":3234},\"library\":\"svg\"},\"view\":\"stacked\",\"title_text\":\"24\\/7 Cutomer Service\",\"description_text\":\"Our customer are standing by 24\\/7 to make your experience incredible.\",\"primary_color\":\"#EBFBF9\",\"icon_space\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__globals__\":{\"title_color\":\"\",\"secondary_color\":\"globals\\/colors?id=primary_color\",\"description_color\":\"globals\\/colors?id=body_font_color\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5038719b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_slideshow_loop\":\"\",\"background_slideshow_background_size\":\"auto\",\"background_slideshow_background_position\":\"center right\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"16\",\"bottom\":\"30\",\"left\":\"16\",\"isLinked\":false},\"background_image\":{\"id\":3477,\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/dotted-map.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"26\",\"bottom\":\"60\",\"left\":\"26\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"757bab10\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.123,\"content_position\":\"center\",\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d6591cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/decoration-about.png\",\"id\":3481,\"alt\":\"\",\"source\":\"library\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-123,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-14,\"unit\":\"px\"},\"_offset_x_end\":{\"size\":-111,\"unit\":\"px\"},\"_offset_y\":{\"size\":-68,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-70,\"unit\":\"px\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5236532b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Culture\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Caveat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"--secondaryFontFamily\",\"align_tablet\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e844357\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gathering moments.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=heading\"},\"align_tablet\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"29\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13b88309\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>As the travel market grows further in India so does issues of security and safety of foreigners travelling to India every year. Though government is doing its bit, there is no direct mechanism to help foreigners in distress.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"align_tablet\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5715cf0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.877,\"align\":\"flex-end\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"56b11d75\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7cd67fef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"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},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"14.5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"44cfc1db\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/mission.svg\",\"id\":3754},\"library\":\"svg\"},\"title_text\":\"Mission\",\"description_text\":\"Providing best travel experince to anyone from any corner.\",\"icon_space\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26.6,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":40,\"spread\":0,\"color\":\"rgba(27.999999999999996, 32, 17, 0.04)\"},\"__globals__\":{\"title_color\":\"\",\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=primary_color\"},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"4b572f3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"14.5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1675a165\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/vision-1.svg\",\"id\":3756},\"library\":\"svg\"},\"title_text\":\"Vision\",\"description_text\":\"Providing best travel experince to anyone from any corner.\",\"icon_space\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26.6,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":40,\"spread\":0,\"color\":\"rgba(27.999999999999996, 32, 17, 0.04)\"},\"__globals__\":{\"title_color\":\"\",\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=primary_color\"},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"primary_color\":\"#1C2011\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"15de57c1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/value-1.svg\",\"id\":3755},\"library\":\"svg\"},\"title_text\":\"Value\",\"description_text\":\"Providing best travel experince to anyone from any corner.\",\"icon_space\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26.6,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":40,\"spread\":0,\"color\":\"rgba(27.999999999999996, 32, 17, 0.04)\"},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\",\"description_color\":\"\",\"primary_color\":\"globals\\/colors?id=primary_color\"},\"primary_color\":\"#1C2011\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c764c7b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":3288,\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/08\\/CTA-bg-1-2-1.png\"}],\"background_slideshow_loop\":\"\",\"background_slideshow_background_size\":\"cover\",\"background_slideshow_background_position\":\"center center\",\"padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"150\",\"bottom\":\"115\",\"left\":\"150\",\"isLinked\":false},\"structure\":\"40\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"css_classes\":\"travel-nomads_counter-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"26\",\"bottom\":\"60\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"55fdbefc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"39b82844\",\"elType\":\"widget\",\"settings\":{\"bccgs_counter_title\":\"TRIPS AND TOURS\",\"bccgs_counter_t_separator\":\",\",\"bccgs_counter_suffix\":\"+\",\"bccds_counter_icon_updated\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/08\\/svgexport-29.svg\",\"id\":3272},\"library\":\"svg\"},\"bccds_counter_icon_position\":\"left\",\"bcsts_counter_title_color\":\"#FFFFFF\",\"bcsts_counter_title_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"bcsvs_counter_value_color\":\"#FFFFFF\",\"bcsvs_counter_value_typho_typography\":\"custom\",\"bcsvs_counter_value_typho_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"bcsvs_counter_value_typho_font_weight\":\"400\",\"bcsvs_counter_value_typho_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bcsvs_counter_value_typho_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bcsis_counter_icon_color\":\"#FFFFFF\",\"bcssps_counter_prefix_color\":\"#FFFFFF\",\"bcssps_counter_prefix_typo_typography\":\"custom\",\"bcssps_counter_prefix_typo_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"bcssps_counter_prefix_typo_font_weight\":\"400\",\"bcssps_counter_prefix_typo_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bcssps_counter_prefix_typo_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bcssps_counter_suffix_color\":\"#FFFFFF\",\"bcssps_counter_suffix_typo_typography\":\"custom\",\"bcssps_counter_suffix_typo_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"bcssps_counter_suffix_typo_font_weight\":\"400\",\"bcssps_counter_suffix_typo_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bcssps_counter_suffix_typo_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bcsts_counter_title_typho_typography\":\"custom\",\"bcsts_counter_title_typho_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"bcsts_counter_title_typho_font_weight\":\"600\",\"bcsts_counter_title_typho_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bcsts_counter_title_typho_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bccds_counter_image_upload\":{\"id\":\"2193\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-nomads\\/wp-content\\/uploads\\/sites\\/7\\/2021\\/12\\/placeholder-145-2.png\"},\"_element_width_tablet\":\"auto\",\"_element_width_mobile\":\"auto\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"meafe-counter\"}],\"isInner\":false},{\"id\":\"1de4b660\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"35b507d9\",\"elType\":\"widget\",\"settings\":{\"bccgs_counter_title\":\"COUNTRIES\",\"bccgs_counter_t_separator\":\",\",\"bccgs_counter_suffix\":\"+\",\"bccds_counter_icon_updated\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/08\\/svgexport-30.svg\",\"id\":3273},\"library\":\"svg\"},\"bccds_counter_icon_position\":\"left\",\"bcsts_counter_title_color\":\"#FFFFFF\",\"bcsts_counter_title_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"bcsvs_counter_value_color\":\"#FFFFFF\",\"bcsvs_counter_value_typho_typography\":\"custom\",\"bcsvs_counter_value_typho_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"bcsvs_counter_value_typho_font_weight\":\"400\",\"bcsvs_counter_value_typho_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bcsvs_counter_value_typho_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bcsis_counter_icon_color\":\"#FFFFFF\",\"bcssps_counter_prefix_color\":\"#FFFFFF\",\"bcssps_counter_prefix_typo_typography\":\"custom\",\"bcssps_counter_prefix_typo_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"bcssps_counter_prefix_typo_font_weight\":\"400\",\"bcssps_counter_prefix_typo_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bcssps_counter_prefix_typo_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bcssps_counter_suffix_color\":\"#FFFFFF\",\"bcssps_counter_suffix_typo_typography\":\"custom\",\"bcssps_counter_suffix_typo_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"bcssps_counter_suffix_typo_font_weight\":\"400\",\"bcssps_counter_suffix_typo_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bcssps_counter_suffix_typo_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bccgs_counter_end_value\":30,\"bcsts_counter_title_typho_typography\":\"custom\",\"bcsts_counter_title_typho_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"bcsts_counter_title_typho_font_weight\":\"600\",\"bcsts_counter_title_typho_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bcsts_counter_title_typho_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bccds_counter_image_upload\":{\"id\":\"2194\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-nomads\\/wp-content\\/uploads\\/sites\\/7\\/2021\\/12\\/placeholder-146-2.png\"},\"_element_width_tablet\":\"auto\",\"_element_width_mobile\":\"auto\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"meafe-counter\"}],\"isInner\":false},{\"id\":\"59517c4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[{\"id\":\"41e0d41f\",\"elType\":\"widget\",\"settings\":{\"bccgs_counter_title\":\"OUTDOOR ACTIVITIES\",\"bccgs_counter_t_separator\":\",\",\"bccgs_counter_suffix\":\"+\",\"bccds_counter_icon_updated\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/08\\/svgexport-31.svg\",\"id\":3274},\"library\":\"svg\"},\"bccds_counter_icon_position\":\"left\",\"bcsts_counter_title_color\":\"#FFFFFF\",\"bcsts_counter_title_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"bcsvs_counter_value_color\":\"#FFFFFF\",\"bcsvs_counter_value_typho_typography\":\"custom\",\"bcsvs_counter_value_typho_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"bcsvs_counter_value_typho_font_weight\":\"400\",\"bcsvs_counter_value_typho_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bcsvs_counter_value_typho_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bcsis_counter_icon_color\":\"#FFFFFF\",\"bcssps_counter_prefix_color\":\"#FFFFFF\",\"bcssps_counter_prefix_typo_typography\":\"custom\",\"bcssps_counter_prefix_typo_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"bcssps_counter_prefix_typo_font_weight\":\"400\",\"bcssps_counter_prefix_typo_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bcssps_counter_prefix_typo_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bcssps_counter_suffix_color\":\"#FFFFFF\",\"bcssps_counter_suffix_typo_typography\":\"custom\",\"bcssps_counter_suffix_typo_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"bcssps_counter_suffix_typo_font_weight\":\"400\",\"bcssps_counter_suffix_typo_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bcssps_counter_suffix_typo_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bccgs_counter_end_value\":50,\"bcsts_counter_title_typho_typography\":\"custom\",\"bcsts_counter_title_typho_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"bcsts_counter_title_typho_font_weight\":\"600\",\"bcsts_counter_title_typho_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bcsts_counter_title_typho_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bccds_counter_image_upload\":{\"id\":\"2195\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-nomads\\/wp-content\\/uploads\\/sites\\/7\\/2021\\/12\\/placeholder-147-2.png\"},\"_element_width_tablet\":\"auto\",\"_element_width_mobile\":\"auto\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"meafe-counter\"}],\"isInner\":false},{\"id\":\"6104a33\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[{\"id\":\"789b3946\",\"elType\":\"widget\",\"settings\":{\"bccgs_counter_title\":\"HAPPY NOMADS\",\"bccgs_counter_t_separator\":\",\",\"bccgs_counter_suffix\":\"K+\",\"bccds_counter_icon_updated\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/08\\/svgexport-32.svg\",\"id\":3275},\"library\":\"svg\"},\"bccds_counter_icon_position\":\"left\",\"bcsts_counter_title_color\":\"#FFFFFF\",\"bcsts_counter_title_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"bcsvs_counter_value_color\":\"#FFFFFF\",\"bcsvs_counter_value_typho_typography\":\"custom\",\"bcsvs_counter_value_typho_font_family\":\"Poppins\",\"bcsvs_counter_value_typho_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"bcsvs_counter_value_typho_font_weight\":\"400\",\"bcsvs_counter_value_typho_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bcsvs_counter_value_typho_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bcsis_counter_icon_color\":\"#FFFFFF\",\"bcssps_counter_prefix_color\":\"#FFFFFF\",\"bcssps_counter_prefix_typo_typography\":\"custom\",\"bcssps_counter_prefix_typo_font_family\":\"Poppins\",\"bcssps_counter_prefix_typo_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"bcssps_counter_prefix_typo_font_weight\":\"400\",\"bcssps_counter_prefix_typo_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bcssps_counter_prefix_typo_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bcssps_counter_suffix_color\":\"#FFFFFF\",\"bcssps_counter_suffix_typo_typography\":\"custom\",\"bcssps_counter_suffix_typo_font_family\":\"Poppins\",\"bcssps_counter_suffix_typo_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"bcssps_counter_suffix_typo_font_weight\":\"400\",\"bcssps_counter_suffix_typo_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bcssps_counter_suffix_typo_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bccgs_counter_end_value\":50,\"bcsts_counter_title_typho_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"bcsts_counter_title_typho_font_weight\":\"600\",\"bcsts_counter_title_typho_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bcsts_counter_title_typho_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bccds_counter_image_upload\":{\"id\":\"2196\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-nomads\\/wp-content\\/uploads\\/sites\\/7\\/2021\\/12\\/placeholder-148-2.png\"},\"bcsts_counter_title_typho_typography\":\"custom\",\"_element_width_tablet\":\"auto\",\"_element_width_mobile\":\"auto\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"meafe-counter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"295522db\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#FEFAF6\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1030,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"26\",\"bottom\":\"60\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"78f50072\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9d2fde9\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"travel-monster_section-header\"},\"elements\":[{\"id\":\"4d572876\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"13c931a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted by\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h3\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"702f814d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With award winning services we are trusted many companies.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"68b69b1d\",\"elType\":\"widget\",\"settings\":{\"bccgs_clients_per_line\":\"5\",\"bccgs_clients_show_black_and_white\":\"\",\"bccgs_clients_repeater\":[{\"_id\":\"6b19129\",\"bccgs_client_image\":{\"id\":3425,\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/brand-treva.png\",\"alt\":\"\",\"source\":\"library\"},\"bccgs_client_link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"e5489bd\",\"bccgs_client_image\":{\"id\":3424,\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/brand-nirastate.png\",\"alt\":\"\",\"source\":\"library\"},\"bccgs_client_link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"e2869dd\",\"bccgs_client_image\":{\"id\":3423,\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/brand-circle.png\",\"alt\":\"\",\"source\":\"library\"},\"bccgs_client_link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"b290d6d\",\"bccgs_client_image\":{\"id\":3421,\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/brand-goldline.png\",\"alt\":\"\",\"source\":\"library\"},\"bccgs_client_link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"3e0b701\",\"bccgs_client_image\":{\"id\":3422,\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/earth-2.png\",\"alt\":\"\",\"source\":\"library\"},\"bccgs_client_link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"bccgs_client_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"meafe-clients\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7812fa24\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"heading_color\":\"#1C2011\",\"background_background\":\"classic\",\"background_color\":\"#FEFAF6\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"26\",\"bottom\":\"60\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cd5f56b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5257250\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"travel-monster_section-header\"},\"elements\":[{\"id\":\"7a5f9598\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6fd5907c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Caveat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"h5\",\"_css_classes\":\"--secondaryFontFamily\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5962f37e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Client testimonials\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h3\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e6250b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Real travelers. Real stories. Real opinions to help you make the right choice.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"632515c4\",\"elType\":\"widget\",\"settings\":{\"btccgs_testimonial_carousel\":[{\"btccgs_testimonial_carousel_title\":\"Get Ahead in Travel with Booking\",\"btccgs_testimonial_carousel_content\":\"Inquietude simplicity terminated she compliment remarkably few her nay. The weeks are ham asked jokes. Neglected perceived shy nay concluded.\",\"btccgs_testimonial_carousel_name\":\"Selvetica Forez\",\"btccgs_testimonial_carousel_position\":\"\",\"_id\":\"e0f5760\",\"btccgs_testimonial_carousel_image\":{\"id\":3390,\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/woman-smiling.png\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"0a4d069\",\"btccgs_testimonial_carousel_title\":\"Having fun with everyone\",\"btccgs_testimonial_carousel_content\":\"In as name to here them deny wise this. As rapid woody my he me which. Men but they fail shew just wish next put. Led all visitor musical calling nor her.\",\"btccgs_testimonial_carousel_name\":\"Madam Nozaia\",\"btccgs_testimonial_carousel_position\":\"\",\"btccgs_testimonial_carousel_image\":{\"id\":3394,\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/woman-smiling-2.png\",\"alt\":\"\",\"source\":\"library\"}},{\"btccgs_testimonial_carousel_title\":\"Get Ahead in Travel with Booking\",\"btccgs_testimonial_carousel_content\":\"Inquietude simplicity terminated she compliment remarkably few her nay. The weeks are ham asked jokes. Neglected perceived shy nay concluded.\",\"btccgs_testimonial_carousel_name\":\"Selvetica Forez\",\"btccgs_testimonial_carousel_position\":\"\",\"btccgs_testimonial_carousel_image\":{\"id\":3390,\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/woman-smiling.png\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"34261c4\"},{\"btccgs_testimonial_carousel_title\":\"Having fun with everyone\",\"btccgs_testimonial_carousel_content\":\"In as name to here them deny wise this. As rapid woody my he me which. Men but they fail shew just wish next put. Led all visitor musical calling nor her.\",\"btccgs_testimonial_carousel_name\":\"Madam Nozaia\",\"btccgs_testimonial_carousel_position\":\"\",\"btccgs_testimonial_carousel_image\":{\"id\":3394,\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/woman-smiling-2.png\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"03535b6\"}],\"btccgs_testimonial_carousel_layouts\":\"3\",\"btccgs_testimonial_carousel_arrow_prev_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/testimonial-left-arrow.svg\",\"id\":3748},\"library\":\"svg\"},\"btccgs_testimonial_carousel_arrow_next_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/testimonial-right-arrow.svg\",\"id\":3747},\"library\":\"svg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"btcsna_testimonial_arrow_color\":\"globals\\/colors?id=secondary_color\",\"btcsna_testimonial_arrow_hover_color\":\"globals\\/colors?id=secondary\",\"btcsgs_testimonial_title_color\":\"\"},\"btcsgs_testimonial_title_typography_typography\":\"custom\",\"btcsgs_testimonial_title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"btcsgs_testimonial_title_typography_font_weight\":\"500\",\"btcsgs_testimonial_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"btcsgs_testimonial_content_typography_typography\":\"custom\",\"btcsgs_testimonial_content_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"btcsgs_testimonial_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"btsrs_testimonial_name_typography_typography\":\"custom\",\"btsrs_testimonial_name_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"btsrs_testimonial_name_typography_font_weight\":\"400\",\"btcsna_testimonial_arrow_color\":\"#1C2011\",\"btcsna_testimonial_arrow_hover_color\":\"#28b5a4\",\"btccgs_testimonial_carousel_show_carousel_loop\":\"yes\"},\"elements\":[],\"widgetType\":\"meafe-testimonial-carousel\"},{\"id\":\"2eb72e21\",\"elType\":\"widget\",\"settings\":{\"text\":\"READ ALL TESTIMONIALS\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49c86a76\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"61fadcb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":\"50973569\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/decoration-1.png\",\"id\":3545,\"alt\":\"\",\"source\":\"library\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"size\":1214,\"unit\":\"px\"},\"_offset_x_end\":{\"size\":0,\"unit\":\"px\"},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":-198,\"unit\":\"px\"},\"_offset_y_end\":{\"size\":0,\"unit\":\"px\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7801c5f5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"26\",\"bottom\":\"60\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"51e9095e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"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\":\"5591f428\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"layout\":\"full_width\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6a7560e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2323ea79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":3284,\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/08\\/Image-Mask-2-1.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"image_size\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1cd7143f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"56\",\"bottom\":\"56\",\"left\":\"56\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FDFBF1\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2d200256\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introducing South Asian countries trips.\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=heading\"},\"align_tablet\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c508941\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have teamed up with best travel service provider in South Asia to bring one of the best travel experience.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"align_tablet\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2ad7a734\",\"elType\":\"widget\",\"settings\":{\"text\":\"EXPLORE JOURNEYS\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"globals\\/colors?id=secondary_color\",\"button_background_hover_color\":\"globals\\/colors?id=primary_color\",\"button_hover_border_color\":\"globals\\/colors?id=primary_color\"},\"button_text_color\":\"#FFFFFF\",\"align_tablet\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2628,2553,'_demo_importer_plus_hotlink_imported','1'),(2629,2553,'_wxr_import_user_slug','wptravelengine'),(2630,2553,'_demo_importer_plus_sites_imported_post','1'),(2631,2723,'_wxr_import_user_slug','wptravelengine'),(2632,2723,'_demo_importer_plus_sites_imported_post','1'),(2633,2723,'_demo_importer_enable_for_batch','1'),(2634,2873,'_demo_importer_enable_for_batch','1'),(2635,2873,'_elementor_edit_mode','builder'),(2636,2873,'_elementor_template_type','wp-page'),(2637,2873,'_elementor_version','3.23.1'),(2638,2873,'_wp_page_template','elementor_header_footer'),(2639,2873,'_elementor_data','[{\"id\":\"782f0f2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/Mask-Group-1.jpg\",\"id\":3849,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C201180\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"85\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1fe73f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"00f0e0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"left\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"--secondaryFontFamily\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e2f6a1d\",\"elType\":\"section\",\"settings\":{\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":40,\"spread\":0,\"color\":\"rgba(28.00000000000002, 32.00000000000003, 17.000000000000014, 0.21)\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"26\",\"bottom\":\"60\",\"left\":\"26\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"16\",\"bottom\":\"30\",\"left\":\"16\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b5c510d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5cd92027\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"20\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":40,\"spread\":0,\"color\":\"rgba(28.000000000000057, 32.00000000000007, 17.00000000000004, 0.04)\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"53c2d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_radius_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"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\":true}},\"elements\":[{\"id\":\"79fff846\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in touch\",\"header_size\":\"h3\",\"title_color\":\"#1C2011\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f8a4bf0\",\"elType\":\"widget\",\"settings\":{\"bccgs_cf7_form_id\":\"942\"},\"elements\":[],\"widgetType\":\"meafe-cf7\"}],\"isInner\":true},{\"id\":\"1923361f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"40\",\"bottom\":\"32\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":100,\"border_radius_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":false},\"content_position\":\"space-between\",\"background_color\":\"#187BA4\"},\"elements\":[{\"id\":\"14a24dfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":3398,\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/decoration.png\",\"alt\":\"\",\"source\":\"library\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":206},\"_position\":\"absolute\",\"_offset_x\":{\"size\":261,\"unit\":\"px\"},\"_offset_y\":{\"size\":609,\"unit\":\"px\"},\"align\":\"right\",\"_offset_orientation_h\":\"end\",\"_z_index\":1,\"_z_index_mobile\":1,\"_offset_orientation_v\":\"end\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3a87ab10\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"z_index\":11,\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"12950567\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_align\":\"center\"},\"elements\":[{\"id\":\"10fdb098\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Infromation\",\"header_size\":\"h5\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":32.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16.5\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7dbcea85\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/map-marker-1.svg\",\"id\":3560},\"library\":\"svg\"},\"title_text\":\"\",\"description_text\":\"VIEW PARK TOWERS,UTALII LANE, <\\/br>\\nNAIROBI- STAREHE DISTRICT, CBD. <\\/br>\\nP.O BOX 45240, 00100<\\/br>\\nG.P.O NAIROBI, Kenya\",\"position\":\"left\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#FFFFFF26\",\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"view\":\"framed\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"16.5\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"223ad2c5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/phone-1.svg\",\"id\":3559},\"library\":\"svg\"},\"view\":\"framed\",\"title_text\":\"\",\"description_text\":\"Tel: +254740711244\\n\\n\\n\",\"position\":\"left\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#FFFFFF26\",\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"42\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"35ad9484\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/envelope-1.svg\",\"id\":3558},\"library\":\"svg\"},\"view\":\"framed\",\"title_text\":\"\",\"description_text\":\"griflightconsultancyagency@gmail.com <\\/br>\\nmitxiyu@yahoo.com\",\"position\":\"left\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#FFFFFF26\",\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"52ed53b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"z_index\":11,\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"3c6dc39\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_align\":\"center\",\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"3571eeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us on\",\"header_size\":\"h5\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e97151c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"hover_primary_color\":\"\"},\"hover_primary_color\":\"#FFFFFFB8\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"1fe6198\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"hover_primary_color\":\"\"},\"hover_primary_color\":\"#FFFFFFB8\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"d066424\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"hover_primary_color\":\"\"},\"hover_primary_color\":\"#FFFFFFB8\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f77f827\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"hover_primary_color\":\"\"},\"hover_primary_color\":\"#FFFFFFB8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d2ff839\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"column_position\":\"stretch\"},\"elements\":[{\"id\":\"2332b8a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"37e3a659\",\"elType\":\"widget\",\"settings\":{\"address\":\"VIEW PARK TOWERS,UTALII LANE, NAIROBI, Kenya\",\"height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"zoom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(2641,2873,'_demo_importer_plus_hotlink_imported','1'),(2642,2873,'_wxr_import_user_slug','wptravelengine'),(2643,2873,'_demo_importer_plus_sites_imported_post','1'),(2644,2977,'_elementor_edit_mode','builder'),(2645,2977,'_elementor_template_type','wp-page'),(2646,2977,'_elementor_version','3.5.6'),(2647,2977,'_wp_page_template','elementor_header_footer'),(2648,2977,'_elementor_data','[{\"id\":\"7888ad6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5062cdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6efe91\",\"elType\":\"widget\",\"settings\":{\"cardlayout\":\"3\",\"listby\":\"byids\",\"listItems\":[34,37],\"countLabel\":\"Trips\",\"linkText\":\"View More\",\"viewAllButtonText\":\"View All\"},\"elements\":[],\"widgetType\":\"wptravelengine-destinations\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9844683\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c7dff34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5096a01\",\"elType\":\"widget\",\"settings\":{\"showReviews\":\"yes\",\"showActivities\":\"yes\",\"showTripType\":\"yes\",\"layout\":\"list\",\"cardlayout\":\"4\",\"listby\":\"featured\",\"viewAllButtonText\":\"Button label\"},\"elements\":[],\"widgetType\":\"wptravelengine-trips\"}],\"isInner\":false}],\"isInner\":false}]'),(2650,2977,'_wxr_import_user_slug','wptravelengine'),(2651,2977,'_demo_importer_plus_sites_imported_post','1'),(2652,2977,'_demo_importer_enable_for_batch','1'),(2653,2762,'trip_version','2.0.0'),(2654,2762,'_s_has_sale','yes'),(2655,2762,'wp_travel_engine_booking_setting','a:0:{}'),(2656,2762,'packages_ids','a:1:{i:0;i:4248;}'),(2657,2762,'wp_travel_engine_setting_trip_actual_price','600'),(2658,2762,'_s_price','600'),(2659,2762,'wp_travel_engine_setting_trip_duration','168'),(2660,2762,'_s_min_pax','2'),(2661,2762,'_s_max_pax','8'),(2662,2762,'wp_travel_engine_setting','a:26:{s:9:\"trip_code\";s:8:\"WTE-2762\";s:13:\"trip_duration\";s:1:\"7\";s:18:\"trip_duration_unit\";s:4:\"days\";s:20:\"trip_duration_nights\";s:1:\"6\";s:17:\"trip_cut_off_time\";s:0:\"\";s:17:\"trip_cut_off_unit\";s:4:\"days\";s:18:\"min_max_age_enable\";s:4:\"true\";s:17:\"minmax_pax_enable\";s:4:\"true\";s:16:\"trip_minimum_pax\";s:1:\"2\";s:16:\"trip_maximum_pax\";s:1:\"8\";s:22:\"overview_section_title\";s:8:\"Overview\";s:11:\"tab_content\";a:1:{s:10:\"1_wpeditor\";s:578:\"Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle, automobile, train, boat, bus, airplane, or other means, with or without luggage, and can be one way or round trip. Travel can also include relatively short stays between successive movements.\r\n\r\nThe origin of the word \"travel\" is most likely lost to history. The term \"travel\" may originate from the Old French word travail, which means \'work\'. According to the Merriam Webster dictionary, the first known use of the word travel was in the 14th century.\";}s:21:\"trip_highlights_title\";s:10:\"Highlights\";s:15:\"trip_highlights\";a:4:{i:85813673;a:1:{s:14:\"highlight_text\";s:42:\"Trek to the world-famous Everest Base Camp\";}i:87397561;a:1:{s:14:\"highlight_text\";s:57:\"Enjoy the amazing view of the Himalayas from Kala Patthar\";}i:88696978;a:1:{s:14:\"highlight_text\";s:77:\"Travel through the Sherpa villages of Namche, Khumjung, Khunde, and Dingboche\";}i:49295213;a:1:{s:14:\"highlight_text\";s:62:\"Visit Tengboche the biggest and oldest monastery n the region.\";}}s:16:\"wte_services_ids\";s:9:\"2922,2923\";s:20:\"trip_itinerary_title\";s:9:\"Itinerary\";s:9:\"itinerary\";a:2:{s:15:\"itinerary_title\";a:7:{i:1;s:84:\"Kathmandu to Pokhara (By flight or Bus), the city of Lakes, adventures and serenity.\";i:2;s:35:\"Drive to Nayapul and trek to Ulleri\";i:3;s:17:\"Trek to Ghorepani\";i:4;s:63:\"Early trek to Poon Hill, Back to Ghorepani and Trek to Tadapani\";i:5;s:20:\"Tadapani to Chomrong\";i:6;s:26:\"Chomrong to Dobhan (Dovan)\";i:7;s:16:\"Dovan to Deurali\";}s:17:\"itinerary_content\";a:7:{i:1;s:593:\"Arrive at Tribhuwan International Airport, Kathmandu, you are welcomed by the team and then you will be transferred to your hotel. This trail goes through Ghorepani Poon Hill. Normally, the trek starts like Pokhara to Nayapul and ends like Phedi to Pokhara. While early travel tended to be slower, more dangerous, and more dominated by trade and migration, cultural and technological advances over many years have tended to mean that travel has become easier and more accessible. The evolution of technology in such diverse fields as horse tack and bullet trains has contributed to this trend.\";i:2;s:335:\"While early travel tended to be slower, more dangerous, and more dominated by trade and migration, cultural and technological advances over many years have tended to mean that travel has become easier and more accessible. The evolution of technology in such diverse fields as horse tack and bullet trains has contributed to this trend.\";i:3;s:369:\"The Palace of Fifty five Windows: This magnificent palace was built during the reign of King Yakshya Malla in A.D. 1427 and was subsequently remodeled by King Bhupatindra Malla in the seventeenth century. Among the brick walls with their gracious setting and sculptural design, is a balcony with Fifty five Windows, considered to be a unique masterpiece of woodcarving.\";i:4;s:312:\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.\r\n\r\nSeparated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia.\";i:5;s:214:\"Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Dan decided to leave for the far World of Grammar.\";i:6;s:167:\"The Big Oxmox advised her not to do so because there were thousands of bad Commas, wild Question Marks and devious Semikoli, but the Little Blind Text didn’t listen.\";i:7;s:258:\"When she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road, the Line Lane. Pityful a rethoric question ran over her cheek.\";}}s:18:\"cost_tab_sec_title\";s:4:\"Cost\";s:4:\"cost\";a:4:{s:14:\"includes_title\";s:17:\"The Cost Includes\";s:13:\"cost_includes\";s:710:\"Pick-up or Drop-off service from and to Airport(in our own vehicle)\r\n Transportation to and from!!\r\n Food all along the trip(Breakfast, Lunch, Dinner and a cup of coffee or tea) and accommodations during the trip in hotels with family environment\r\n Transportation, food, accommodation and insurance of Guide during the trip \r\n Down jacket, all-season sleeping bag, duffel bag and trekking map(in case if you don’t have your own. Down jacket, sleeping bag and duffel bag must be returned after completion of the trip)\r\n First Aid Medical Kit(Your guide will carry the Medical Kit but we also advise to bring yourself for your own use, as far as possible)\r\nAll the required permits and paperwork\";s:14:\"excludes_title\";s:17:\"The Cost Excludes\";s:13:\"cost_excludes\";s:424:\"International Airfare\r\n Visa Charges\r\n Hotel Expenses(In Kathmandu, some packages do include hotel expenses)\r\n Your travel and medical insurance \r\n Personal Expenses such as shopping, bar bills, hot shower, telephone, laundry, titbits etc\r\n Food and accommodations in Kathmandu \r\n Services not mentioned or not promised by the agent/agency\r\n Emergency expenses such as expenses on chartered helicopter.\";}s:16:\"trip_facts_title\";s:0:\"\";s:17:\"faq_section_title\";s:33:\"Frequently Asked Questions (FAQs)\";s:3:\"faq\";a:2:{s:9:\"faq_title\";a:8:{i:1;s:40:\"How fit do I need to be to do this trek?\";i:2;s:70:\"How long do we walk every day when doing Annapurna Base Camp trekking?\";i:3;s:50:\"What is the highest altitude reached in this trek?\";i:4;s:54:\"What about battery charging and hot shower facilities?\";i:5;s:49:\"Are there ATMs on the way to Annapurna Base Camp?\";i:6;s:27:\"What about internet access?\";i:7;s:80:\"Is it necessary to hire Guides/trekking agency for Annapurna Base Camp trekking?\";i:8;s:36:\"How much do guides and porters cost?\";}s:11:\"faq_content\";a:8:{i:1;s:266:\"Annapurna Base Camp is a Grade B or a moderately difficult trekking route. So any fit person can do this trek, even if you do not have any previous experience. You should be aware of what to expect and mentally prepare for it. Then, as long as you will too, you can.\";i:2;s:131:\"On average, you walk about 4 to 6 hours per day. One or two days can be as less as 3hrs and one or two days can be as long as 7hrs.\";i:3;s:131:\"The highest altitude reached is 4190m. This is the elevation of Annapurna Base Camp. ABC is the highest we will climb in this trek.\";i:4;s:236:\"Yes, you can charge batteries en route. Charger should be brought. There are hot shower facilities as well. You may have to pay a certain amount for both ($1-$2). Negotiate. Also, a hot water facility could be free at a lower elevation.\";i:5;s:240:\"No. There are no ATMs on this trek route. You will have to draw enough cash in Pokhara or Kathmandu. There are a number of ATMs in these cities. Everything is paid in Nepali rupees. So money should be exchanged before the start of the trek.\";i:6;s:199:\"Yes. The Internet can be accessed in most places. Sometimes, there might be some technical problems. The Internet in Nepal is not as fast as you are used to and at times you can just lose connection.\";i:7;s:550:\"Not really. It depends on you. If you want, ABC trekking can be done independently. You could hire a guide and a porter by yourself instead of going through an agency or not hire a guide at all. Although, not having a guide can be a little problematic during the offseason.\r\n\r\nIt really depends on you. Is it your first time in Nepal? How confident are you of being able to find your way around? How pressed on time are you? If you go through an agency, it will be costlier but everything will be planned. You will only have to come, trek and return.\";i:8;s:107:\"For the Annapurna region, pay for guides range from $20 to $30 per day and porters take $15 to $25 per day.\";}}s:10:\"trip_facts\";a:12:{s:8:\"field_id\";a:10:{i:35550118;s:14:\"Transportation\";i:28890066;s:12:\"Accomodation\";i:89526429;s:16:\"Maximum Altitude\";i:32070658;s:14:\"Departure from\";i:33257212;s:11:\"Best season\";i:90730383;s:9:\"Tour type\";i:69801669;s:5:\"Meals\";i:12647846;s:8:\"Language\";i:69738162;s:13:\"Fitness level\";i:93988162;s:10:\"Group Size\";}s:10:\"field_type\";a:10:{i:35550118;s:4:\"text\";i:28890066;s:4:\"text\";i:89526429;s:4:\"text\";i:32070658;s:4:\"text\";i:33257212;s:4:\"text\";i:90730383;s:4:\"text\";i:69801669;s:4:\"text\";i:12647846;s:4:\"text\";i:69738162;s:4:\"text\";i:93988162;s:4:\"text\";}i:35550118;a:1:{i:35550118;s:13:\"Bus, Airlines\";}i:28890066;a:1:{i:28890066;s:14:\"3 Stars Hotels\";}i:89526429;a:1:{i:89526429;s:12:\"5,416 metres\";}i:32070658;a:1:{i:32070658;s:9:\"Kathmandu\";}i:33257212;a:1:{i:33257212;s:19:\"Feb, Mar, Apr & May\";}i:90730383;a:1:{i:90730383;s:16:\"Eco-Tour, Hiking\";}i:69801669;a:1:{i:69801669;s:25:\"All meals during the trek\";}i:12647846;a:1:{i:12647846;s:33:\"English, Spanish, French, Chinese\";}i:69738162;a:1:{i:69738162;s:16:\"Easy to Moderate\";}i:93988162;a:1:{i:93988162;s:4:\"2-15\";}}s:20:\"enable_video_gallery\";s:4:\"true\";s:17:\"map_section_title\";s:3:\"Map\";s:3:\"map\";a:2:{s:9:\"image_url\";s:0:\"\";s:6:\"iframe\";s:412:\"<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3500.4109563529746!2d83.86043231542989!3d28.67735098880116!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39be199c2d97b7a3%3A0x36fca1c48eeffc99!2z4KSk4KS_4KSy4KS_4KSa4KWLIOCkpOCkvuCksiDgpKjgpYfgpKrgpL7gpLI!5e0!3m2!1sen!2snp!4v1628845389546!5m2!1sen!2snp\" width=\"600\" height=\"450\" style=\"border:0\" allowfullscreen=\"\" loading=\"lazy\"></iframe>\";}}'),(2663,2762,'wp_travel_engine_trip_min_age','12'),(2664,2762,'wp_travel_engine_trip_max_age','65'),(2665,2762,'_wxr_import_user_slug','wptravelengine'),(2666,2762,'_demo_importer_plus_sites_imported_post','1'),(2667,2762,'_demo_importer_enable_for_batch','1'),(2668,2762,'_s_duration','168'),(2669,2762,'WTE_Fixed_Starting_Dates_setting','a:2:{s:18:\"availability_title\";s:0:\"\";s:15:\"departure_dates\";a:1:{s:7:\"section\";s:1:\"1\";}}'),(2670,2762,'list_serialized','a:0:{}'),(2671,2762,'wte_advanced_itinerary',''),(2672,2762,'trip_itinerary_chart_data','{\"1\":{\"at\":\"Kathmandu\",\"altitude\":\"1400\"},\"2\":{\"at\":\"Ulleri\",\"altitude\":\"1830\"},\"3\":{\"at\":\"Ghorepani\",\"altitude\":\"2345\"},\"4\":{\"at\":\"Tadapani\",\"altitude\":\"2145\"},\"5\":{\"at\":\"Chomrong\",\"altitude\":\"2264\"},\"6\":{\"at\":\"Dobhan\",\"altitude\":\"1832\"},\"7\":{\"at\":\"Deurali\",\"altitude\":\"1523\"}}'),(2673,2762,'wpte_gallery_id','a:4:{s:6:\"enable\";s:1:\"1\";i:92002914;s:4:\"4251\";i:92002915;s:4:\"4253\";i:92002916;s:4:\"4254\";}'),(2674,2762,'wpte_vid_gallery','a:1:{i:485;a:3:{s:2:\"id\";s:11:\"at2bKyCvgiY\";s:4:\"type\";s:7:\"youtube\";s:5:\"thumb\";s:46:\"//img.youtube.com/vi/at2bKyCvgiY/hqdefault.jpg\";}}'),(2675,2762,'_wp_old_slug','annapurna-circuit-trek-with-tilicho-lake-3-2'),(2676,2762,'_thumbnail_id','4256'),(2677,2762,'wp_travel_engine_featured_trip','no'),(2678,2762,'_booking_inventory','a:3:{s:31:\"cart_2762_4248_2022-12-25_00-00\";a:2:{i:4560;i:2;i:4563;i:2;}s:31:\"cart_2762_4248_2023-01-26_00-00\";a:1:{i:4615;i:2;}s:31:\"cart_2762_4248_2023-04-15_00-00\";a:1:{i:4829;i:2;}}'),(2679,2762,'wte_fsd_booked_seats','a:1:{i:1681516800;a:2:{s:6:\"booked\";i:2;s:7:\"datestr\";i:1681516800;}}'),(4367,4964,'_wp_attached_file','2024/07/cropped-logo-2.png'),(2682,2839,'_thumbnail_id','3340'),(2683,2839,'_travel_monster_sidebar_layout','default-sidebar'),(2684,2839,'_wp_old_date','2022-03-18'),(2685,2839,'_wxr_import_user_slug','wptravelengine'),(2686,2839,'_demo_importer_plus_sites_imported_post','1'),(2687,2839,'_demo_importer_enable_for_batch','1'),(2690,2841,'_thumbnail_id','3338'),(2691,2841,'_travel_monster_sidebar_layout','default-sidebar'),(2692,2841,'_wp_old_date','2022-03-18'),(2693,2841,'_wxr_import_user_slug','wptravelengine'),(2694,2841,'_demo_importer_plus_sites_imported_post','1'),(2695,2841,'_demo_importer_enable_for_batch','1'),(2698,2843,'_thumbnail_id','4256'),(2699,2843,'_travel_monster_sidebar_layout','default-sidebar'),(2700,2843,'_wxr_import_user_slug','wptravelengine'),(2701,2843,'_demo_importer_plus_sites_imported_post','1'),(2702,2843,'_demo_importer_enable_for_batch','1'),(2705,2845,'_thumbnail_id','4262'),(2706,2845,'_travel_monster_sidebar_layout','default-sidebar'),(2707,2845,'_wxr_import_user_slug','wptravelengine'),(2708,2845,'_demo_importer_plus_sites_imported_post','1'),(2709,2845,'_demo_importer_enable_for_batch','1'),(2712,2847,'_thumbnail_id','4257'),(2713,2847,'_travel_monster_sidebar_layout','default-sidebar'),(2714,2847,'_wxr_import_user_slug','wptravelengine'),(2715,2847,'_demo_importer_plus_sites_imported_post','1'),(2716,2847,'_demo_importer_enable_for_batch','1'),(2719,2849,'_travel_monster_sidebar_layout','default-sidebar'),(2720,2849,'_thumbnail_id','4261'),(2721,2849,'_wxr_import_user_slug','wptravelengine'),(2722,2849,'_demo_importer_plus_sites_imported_post','1'),(2723,2849,'_demo_importer_enable_for_batch','1'),(2726,2851,'_travel_monster_sidebar_layout','default-sidebar'),(2727,2851,'_thumbnail_id','4265'),(2728,2851,'_wxr_import_user_slug','wptravelengine'),(2729,2851,'_demo_importer_plus_sites_imported_post','1'),(2730,2851,'_demo_importer_enable_for_batch','1'),(2733,2853,'_travel_monster_sidebar_layout','default-sidebar'),(2734,2853,'_thumbnail_id','4251'),(2735,2853,'_elementor_template_type','wp-post'),(2736,2853,'_elementor_version','3.7.1'),(2737,2853,'_wxr_import_user_slug','wptravelengine'),(2738,2853,'_demo_importer_plus_sites_imported_post','1'),(2739,2853,'_demo_importer_enable_for_batch','1'),(2740,2872,'_demo_importer_enable_for_batch','1'),(2741,2872,'_elementor_edit_mode','builder'),(2742,2872,'_elementor_template_type','wp-page'),(2743,2872,'_elementor_version','3.8.0'),(2744,2872,'_wp_page_template','elementor_header_footer'),(2745,2872,'_elementor_data','[{\"id\":\"fa6d42d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/Mask-Group-1.jpg\",\"id\":3849,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C201180\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"85\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da3b31f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8a313b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Teams\",\"align\":\"left\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"--secondaryFontFamily\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7110040b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"19\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"49e8d17b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"59d5fa37\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A team is a group of individuals (human or non-human) working together to achieve their goal. As defined by Professor Leigh Thompson of the Kellogg School of Management, team is a group of people who are interdependent with respect to information, resources, knowledge and skills and who seek to combine their efforts to achieve a common goal\\\".<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7b83e8de\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]}},\"elements\":[{\"id\":\"268fc269\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":4,\"spread\":0,\"color\":\"rgba(27.999999999999996, 32, 17, 0.02)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f7d6d78\",\"elType\":\"widget\",\"settings\":{\"btccs_team_member_title\":\"John Trovalt\",\"btccs_team_member_job_title\":\"Founder, CEO\",\"btccs_team_member_bio\":\"John Trovalt was born in Iowa state of USA. He achieved the success one after another with in short span of time.\",\"btccs_team_member_align\":\"center\",\"btcss_team_member_social_profile_links\":[{\"btcss_team_member_social_new\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"bacdadb\"},{\"btcss_team_member_social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"ffb8f94\"},{\"btcss_team_member_social_new\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"fa9d3f7\"},{\"btcss_team_member_social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"ee1efbd\"}],\"btsis_team_member_image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btscs_team_member_content_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"16\",\"bottom\":\"32\",\"left\":\"16\",\"isLinked\":false},\"btscs_team_member_title_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"btscs_team_member_title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"btscs_team_member_title_typography_font_weight\":\"500\",\"btscs_team_member_title_typography_line_height\":{\"unit\":\"px\",\"size\":26.6,\"sizes\":[]},\"btscs_team_member_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"btscs_team_member_job_title_spacing\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"btssps_team_members_social_icons_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":40,\"spread\":0,\"color\":\"rgba(27.999999999999996, 32, 17, 0.04)\"},\"btccs_team_member_image\":{\"id\":3299,\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/08\\/team-img-1-2.jpg\",\"alt\":\"\",\"source\":\"library\"},\"__globals__\":{\"btscs_team_member_title_color\":\"globals\\/colors?id=heading_color\",\"btssps_team_members_social_icon_color\":\"globals\\/colors?id=primary_color\",\"btssps_team_members_social_icon_hover_color\":\"globals\\/colors?id=text\",\"btscs_team_member_bio_color\":\"globals\\/colors?id=body_font_color\",\"btscs_team_member_job_title_color\":\"globals\\/colors?id=body_font_color\"},\"btccs_team_member_title_tag\":\"h5\",\"btsis_team_member_image_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"btsis_team_member_image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"btsis_team_member_image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"btsis_team_member_image_box_shadow_box_shadow_type\":\"yes\",\"btsis_team_member_image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":4,\"spread\":0,\"color\":\"rgba(27.999999999999996, 32, 17, 0.02)\"},\"btscs_team_member_content_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"btscs_team_member_title_typography_typography\":\"custom\",\"btscs_team_member_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"btscs_team_member_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"btscs_team_member_job_title_spacing_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"btscs_team_member_job_title_typography_typography\":\"custom\",\"btscs_team_member_job_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"btscs_team_member_job_title_typography_line_height\":{\"unit\":\"px\",\"size\":28.8,\"sizes\":[]},\"btscs_team_member_bio_typography_typography\":\"custom\",\"btssps_team_members_social_icon_color\":\"#28b5a4\",\"btssps_team_members_social_icon_hover_color\":\"#e48e45\"},\"elements\":[],\"widgetType\":\"meafe-team\"}],\"isInner\":false},{\"id\":\"28f293b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":4,\"spread\":0,\"color\":\"rgba(27.999999999999996, 32, 17, 0.02)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"69057918\",\"elType\":\"widget\",\"settings\":{\"btccs_team_member_title\":\"Carl Watt\",\"btccs_team_member_job_title\":\"Manager\",\"btccs_team_member_bio\":\"Carl was born in Illinois and it was 2005 when he entered into travel nomad as manager. He has great passion.\",\"btccs_team_member_align\":\"center\",\"btcss_team_member_social_profile_links\":[{\"btcss_team_member_social_new\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"bacdadb\"},{\"btcss_team_member_social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"ffb8f94\"},{\"btcss_team_member_social_new\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"fa9d3f7\"},{\"btcss_team_member_social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"ee1efbd\"}],\"btsis_team_member_image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btscs_team_member_content_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"16\",\"bottom\":\"32\",\"left\":\"16\",\"isLinked\":false},\"btscs_team_member_title_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"btscs_team_member_title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"btscs_team_member_title_typography_font_weight\":\"500\",\"btscs_team_member_title_typography_line_height\":{\"unit\":\"px\",\"size\":26.6,\"sizes\":[]},\"btscs_team_member_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"btscs_team_member_job_title_spacing\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"btssps_team_members_social_icons_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":40,\"spread\":0,\"color\":\"rgba(27.999999999999996, 32, 17, 0.04)\"},\"btccs_team_member_image\":{\"id\":3300,\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/08\\/team-img-2-2.jpg\",\"alt\":\"\",\"source\":\"library\"},\"__globals__\":{\"btscs_team_member_title_color\":\"globals\\/colors?id=heading_color\",\"btssps_team_members_social_icon_color\":\"globals\\/colors?id=primary_color\",\"btssps_team_members_social_icon_hover_color\":\"globals\\/colors?id=text\",\"btscs_team_member_bio_color\":\"globals\\/colors?id=body_font_color\",\"btscs_team_member_job_title_color\":\"globals\\/colors?id=body_font_color\"},\"btccs_team_member_title_tag\":\"h5\",\"btsis_team_member_image_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"btsis_team_member_image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"btsis_team_member_image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"btsis_team_member_image_box_shadow_box_shadow_type\":\"yes\",\"btsis_team_member_image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":4,\"spread\":0,\"color\":\"rgba(27.999999999999996, 32, 17, 0.02)\"},\"btscs_team_member_content_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"btscs_team_member_title_typography_typography\":\"custom\",\"btscs_team_member_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"btscs_team_member_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"btscs_team_member_job_title_spacing_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"btscs_team_member_job_title_typography_typography\":\"custom\",\"btscs_team_member_job_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"btscs_team_member_job_title_typography_line_height\":{\"unit\":\"px\",\"size\":28.8,\"sizes\":[]},\"btscs_team_member_bio_typography_typography\":\"custom\",\"btssps_team_members_social_icon_color\":\"#28b5a4\",\"btssps_team_members_social_icon_hover_color\":\"#e48e45\"},\"elements\":[],\"widgetType\":\"meafe-team\"}],\"isInner\":false},{\"id\":\"1b504f2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":4,\"spread\":0,\"color\":\"rgba(27.999999999999996, 32, 17, 0.02)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e77bec\",\"elType\":\"widget\",\"settings\":{\"btccs_team_member_title\":\"Laura Gates\",\"btccs_team_member_job_title\":\"Mexico Travel Guide\",\"btccs_team_member_bio\":\"Laura is one of our honest and friendly member of travel nomad. She makes your trek funny, memorable and easy.\",\"btccs_team_member_align\":\"center\",\"btcss_team_member_social_profile_links\":[{\"btcss_team_member_social_new\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"bacdadb\"},{\"btcss_team_member_social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"ffb8f94\"},{\"btcss_team_member_social_new\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"fa9d3f7\"},{\"btcss_team_member_social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"ee1efbd\"}],\"btsis_team_member_image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btscs_team_member_content_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"16\",\"bottom\":\"32\",\"left\":\"16\",\"isLinked\":false},\"btscs_team_member_title_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"btscs_team_member_title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"btscs_team_member_title_typography_font_weight\":\"500\",\"btscs_team_member_title_typography_line_height\":{\"unit\":\"px\",\"size\":26.6,\"sizes\":[]},\"btscs_team_member_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"btscs_team_member_job_title_spacing\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"btssps_team_members_social_icons_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":40,\"spread\":0,\"color\":\"rgba(27.999999999999996, 32, 17, 0.04)\"},\"btccs_team_member_image\":{\"id\":3301,\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/08\\/team-img-3-2.jpg\",\"alt\":\"\",\"source\":\"library\"},\"__globals__\":{\"btscs_team_member_title_color\":\"globals\\/colors?id=heading_color\",\"btssps_team_members_social_icon_color\":\"globals\\/colors?id=primary_color\",\"btssps_team_members_social_icon_hover_color\":\"globals\\/colors?id=text\",\"btscs_team_member_bio_color\":\"globals\\/colors?id=body_font_color\",\"btscs_team_member_job_title_color\":\"globals\\/colors?id=body_font_color\"},\"btccs_team_member_title_tag\":\"h5\",\"btsis_team_member_image_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"btsis_team_member_image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"btsis_team_member_image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"btsis_team_member_image_box_shadow_box_shadow_type\":\"yes\",\"btsis_team_member_image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":4,\"spread\":0,\"color\":\"rgba(27.999999999999996, 32, 17, 0.02)\"},\"btscs_team_member_content_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"btscs_team_member_title_typography_typography\":\"custom\",\"btscs_team_member_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"btscs_team_member_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"btscs_team_member_job_title_spacing_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"btscs_team_member_job_title_typography_typography\":\"custom\",\"btscs_team_member_job_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"btscs_team_member_job_title_typography_line_height\":{\"unit\":\"px\",\"size\":28.8,\"sizes\":[]},\"btscs_team_member_bio_typography_typography\":\"custom\",\"btssps_team_members_social_icon_color\":\"#28b5a4\",\"btssps_team_members_social_icon_hover_color\":\"#e48e45\"},\"elements\":[],\"widgetType\":\"meafe-team\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"52a32803\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"206da6c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":4,\"spread\":0,\"color\":\"rgba(27.999999999999996, 32, 17, 0.02)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6362e8\",\"elType\":\"widget\",\"settings\":{\"btccs_team_member_title\":\"Paul Miller\",\"btccs_team_member_job_title\":\"France Travel Guide\",\"btccs_team_member_bio\":\"Paul is an energetic trekking guide with experience of 5 years as tour guide in France. He is cool, funny and helpful.\",\"btccs_team_member_align\":\"center\",\"btcss_team_member_social_profile_links\":[{\"btcss_team_member_social_new\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"bacdadb\"},{\"btcss_team_member_social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"ffb8f94\"},{\"btcss_team_member_social_new\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"fa9d3f7\"},{\"btcss_team_member_social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"ee1efbd\"}],\"btsis_team_member_image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btscs_team_member_content_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"16\",\"bottom\":\"32\",\"left\":\"16\",\"isLinked\":false},\"btscs_team_member_title_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"btscs_team_member_title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"btscs_team_member_title_typography_font_weight\":\"500\",\"btscs_team_member_title_typography_line_height\":{\"unit\":\"px\",\"size\":26.6,\"sizes\":[]},\"btscs_team_member_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"btscs_team_member_job_title_spacing\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"btssps_team_members_social_icons_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":40,\"spread\":0,\"color\":\"rgba(27.999999999999996, 32, 17, 0.04)\"},\"btccs_team_member_image\":{\"id\":3302,\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/08\\/team-img-4-1.jpg\",\"alt\":\"\",\"source\":\"library\"},\"__globals__\":{\"btscs_team_member_title_color\":\"globals\\/colors?id=heading_color\",\"btssps_team_members_social_icon_color\":\"globals\\/colors?id=primary_color\",\"btssps_team_members_social_icon_hover_color\":\"globals\\/colors?id=text\",\"btscs_team_member_bio_color\":\"globals\\/colors?id=body_font_color\",\"btscs_team_member_job_title_color\":\"globals\\/colors?id=body_font_color\"},\"btccs_team_member_title_tag\":\"h5\",\"btsis_team_member_image_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"btsis_team_member_image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"btsis_team_member_image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"btsis_team_member_image_box_shadow_box_shadow_type\":\"yes\",\"btsis_team_member_image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":4,\"spread\":0,\"color\":\"rgba(27.999999999999996, 32, 17, 0.02)\"},\"btscs_team_member_content_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"btscs_team_member_title_typography_typography\":\"custom\",\"btscs_team_member_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"btscs_team_member_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"btscs_team_member_job_title_spacing_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"btscs_team_member_job_title_typography_typography\":\"custom\",\"btscs_team_member_job_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"btscs_team_member_job_title_typography_line_height\":{\"unit\":\"px\",\"size\":28.8,\"sizes\":[]},\"btscs_team_member_bio_typography_typography\":\"custom\",\"btssps_team_members_social_icon_color\":\"#28b5a4\",\"btssps_team_members_social_icon_hover_color\":\"#e48e45\"},\"elements\":[],\"widgetType\":\"meafe-team\"}],\"isInner\":false},{\"id\":\"270820b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":4,\"spread\":0,\"color\":\"rgba(27.999999999999996, 32, 17, 0.02)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3995af09\",\"elType\":\"widget\",\"settings\":{\"btccs_team_member_title\":\"Henry Smith\",\"btccs_team_member_job_title\":\"Chief Travel Guide\",\"btccs_team_member_bio\":\"Henry is one of the professional travel guides. He had been working in this company from last five years. \",\"btccs_team_member_align\":\"center\",\"btcss_team_member_social_profile_links\":[{\"btcss_team_member_social_new\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"bacdadb\"},{\"btcss_team_member_social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"ffb8f94\"},{\"btcss_team_member_social_new\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"fa9d3f7\"},{\"btcss_team_member_social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"ee1efbd\"}],\"btsis_team_member_image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btscs_team_member_content_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"16\",\"bottom\":\"32\",\"left\":\"16\",\"isLinked\":false},\"btscs_team_member_title_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"btscs_team_member_title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"btscs_team_member_title_typography_font_weight\":\"500\",\"btscs_team_member_title_typography_line_height\":{\"unit\":\"px\",\"size\":26.6,\"sizes\":[]},\"btscs_team_member_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"btscs_team_member_job_title_spacing\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"btssps_team_members_social_icons_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":40,\"spread\":0,\"color\":\"rgba(27.999999999999996, 32, 17, 0.04)\"},\"btccs_team_member_image\":{\"id\":3303,\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/08\\/team-img-5-1.jpg\",\"alt\":\"\",\"source\":\"library\"},\"__globals__\":{\"btscs_team_member_title_color\":\"globals\\/colors?id=heading_color\",\"btssps_team_members_social_icon_color\":\"globals\\/colors?id=primary_color\",\"btssps_team_members_social_icon_hover_color\":\"globals\\/colors?id=text\",\"btscs_team_member_bio_color\":\"globals\\/colors?id=body_font_color\",\"btscs_team_member_job_title_color\":\"globals\\/colors?id=body_font_color\"},\"btccs_team_member_title_tag\":\"h5\",\"btsis_team_member_image_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"btsis_team_member_image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"btsis_team_member_image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"btsis_team_member_image_box_shadow_box_shadow_type\":\"yes\",\"btsis_team_member_image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":4,\"spread\":0,\"color\":\"rgba(27.999999999999996, 32, 17, 0.02)\"},\"btscs_team_member_content_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"btscs_team_member_title_typography_typography\":\"custom\",\"btscs_team_member_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"btscs_team_member_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"btscs_team_member_job_title_spacing_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"btscs_team_member_job_title_typography_typography\":\"custom\",\"btscs_team_member_job_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"btscs_team_member_job_title_typography_line_height\":{\"unit\":\"px\",\"size\":28.8,\"sizes\":[]},\"btscs_team_member_bio_typography_typography\":\"custom\",\"btssps_team_members_social_icon_color\":\"#28b5a4\",\"btssps_team_members_social_icon_hover_color\":\"#e48e45\"},\"elements\":[],\"widgetType\":\"meafe-team\"}],\"isInner\":false},{\"id\":\"644edcda\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":4,\"spread\":0,\"color\":\"rgba(27.999999999999996, 32, 17, 0.02)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"10780995\",\"elType\":\"widget\",\"settings\":{\"btccs_team_member_title\":\"Jannet Jhonson\",\"btccs_team_member_job_title\":\"Manager\",\"btccs_team_member_bio\":\"Jannet has been with us since the company is started. Her managerial skills is top notch with friendly behaviour.\",\"btccs_team_member_align\":\"center\",\"btcss_team_member_social_profile_links\":[{\"btcss_team_member_social_new\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"bacdadb\"},{\"btcss_team_member_social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"ffb8f94\"},{\"btcss_team_member_social_new\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"fa9d3f7\"},{\"btcss_team_member_social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"ee1efbd\"}],\"btsis_team_member_image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btscs_team_member_content_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"16\",\"bottom\":\"32\",\"left\":\"16\",\"isLinked\":false},\"btscs_team_member_title_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"btscs_team_member_title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"btscs_team_member_title_typography_font_weight\":\"500\",\"btscs_team_member_title_typography_line_height\":{\"unit\":\"px\",\"size\":26.6,\"sizes\":[]},\"btscs_team_member_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"btscs_team_member_job_title_spacing\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"btssps_team_members_social_icons_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":40,\"spread\":0,\"color\":\"rgba(27.999999999999996, 32, 17, 0.04)\"},\"btccs_team_member_image\":{\"id\":3304,\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/08\\/team-img-6-1.jpg\",\"alt\":\"\",\"source\":\"library\"},\"__globals__\":{\"btscs_team_member_title_color\":\"globals\\/colors?id=heading_color\",\"btssps_team_members_social_icon_color\":\"globals\\/colors?id=primary_color\",\"btssps_team_members_social_icon_hover_color\":\"globals\\/colors?id=text\",\"btscs_team_member_bio_color\":\"globals\\/colors?id=body_font_color\",\"btscs_team_member_job_title_color\":\"globals\\/colors?id=body_font_color\"},\"btccs_team_member_title_tag\":\"h5\",\"btsis_team_member_image_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"btsis_team_member_image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"btsis_team_member_image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"btsis_team_member_image_box_shadow_box_shadow_type\":\"yes\",\"btsis_team_member_image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":4,\"spread\":0,\"color\":\"rgba(27.999999999999996, 32, 17, 0.02)\"},\"btscs_team_member_content_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"btscs_team_member_title_typography_typography\":\"custom\",\"btscs_team_member_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"btscs_team_member_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"btscs_team_member_job_title_spacing_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"btscs_team_member_job_title_typography_typography\":\"custom\",\"btscs_team_member_job_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"btscs_team_member_job_title_typography_line_height\":{\"unit\":\"px\",\"size\":28.8,\"sizes\":[]},\"btscs_team_member_bio_typography_typography\":\"custom\",\"btssps_team_members_social_icon_color\":\"#28b5a4\",\"btssps_team_members_social_icon_hover_color\":\"#e48e45\"},\"elements\":[],\"widgetType\":\"meafe-team\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d73f0d4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a43d420\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":4,\"spread\":0,\"color\":\"rgba(27.999999999999996, 32, 17, 0.02)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"427cb92f\",\"elType\":\"widget\",\"settings\":{\"btccs_team_member_title\":\"Patrick Watson\",\"btccs_team_member_job_title\":\"Travel Gudie\",\"btccs_team_member_bio\":\"Patrick is a veteran trekking guide. He has been frequently working with us since 2000. He is dedicated to his job honestly.\",\"btccs_team_member_align\":\"center\",\"btcss_team_member_social_profile_links\":[{\"btcss_team_member_social_new\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"bacdadb\"},{\"btcss_team_member_social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"ffb8f94\"},{\"btcss_team_member_social_new\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"fa9d3f7\"},{\"btcss_team_member_social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"ee1efbd\"}],\"btsis_team_member_image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btscs_team_member_content_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"16\",\"bottom\":\"32\",\"left\":\"16\",\"isLinked\":false},\"btscs_team_member_title_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"btscs_team_member_title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"btscs_team_member_title_typography_font_weight\":\"500\",\"btscs_team_member_title_typography_line_height\":{\"unit\":\"px\",\"size\":26.6,\"sizes\":[]},\"btscs_team_member_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"btscs_team_member_job_title_spacing\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"btssps_team_members_social_icons_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":40,\"spread\":0,\"color\":\"rgba(27.999999999999996, 32, 17, 0.04)\"},\"btccs_team_member_image\":{\"id\":3525,\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/Mask-Group2.jpg\",\"alt\":\"\",\"source\":\"library\"},\"__globals__\":{\"btscs_team_member_title_color\":\"globals\\/colors?id=heading_color\",\"btssps_team_members_social_icon_color\":\"globals\\/colors?id=primary_color\",\"btssps_team_members_social_icon_hover_color\":\"globals\\/colors?id=text\",\"btscs_team_member_bio_color\":\"globals\\/colors?id=body_font_color\",\"btscs_team_member_job_title_color\":\"globals\\/colors?id=body_font_color\"},\"btccs_team_member_title_tag\":\"h5\",\"btsis_team_member_image_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"btsis_team_member_image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"btsis_team_member_image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"btsis_team_member_image_box_shadow_box_shadow_type\":\"yes\",\"btsis_team_member_image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":4,\"spread\":0,\"color\":\"rgba(27.999999999999996, 32, 17, 0.02)\"},\"btscs_team_member_content_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"btscs_team_member_title_typography_typography\":\"custom\",\"btscs_team_member_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"btscs_team_member_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"btscs_team_member_job_title_spacing_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"btscs_team_member_job_title_typography_typography\":\"custom\",\"btscs_team_member_job_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"btscs_team_member_job_title_typography_line_height\":{\"unit\":\"px\",\"size\":28.8,\"sizes\":[]},\"btscs_team_member_bio_typography_typography\":\"custom\",\"btssps_team_members_social_icon_color\":\"#28b5a4\",\"btssps_team_members_social_icon_hover_color\":\"#e48e45\"},\"elements\":[],\"widgetType\":\"meafe-team\"}],\"isInner\":false},{\"id\":\"4faeeb01\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":4,\"spread\":0,\"color\":\"rgba(27.999999999999996, 32, 17, 0.02)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c895874\",\"elType\":\"widget\",\"settings\":{\"btccs_team_member_title\":\"Anna Romanov\",\"btccs_team_member_job_title\":\"Travel Guide\",\"btccs_team_member_bio\":\"Anna, a very young, friendly, and energetic. She one the most trust worthy guide of our company.\",\"btccs_team_member_align\":\"center\",\"btcss_team_member_social_profile_links\":[{\"btcss_team_member_social_new\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"bacdadb\"},{\"btcss_team_member_social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"ffb8f94\"},{\"btcss_team_member_social_new\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"fa9d3f7\"},{\"btcss_team_member_social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"ee1efbd\"}],\"btsis_team_member_image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btscs_team_member_content_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"16\",\"bottom\":\"32\",\"left\":\"16\",\"isLinked\":false},\"btscs_team_member_title_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"btscs_team_member_title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"btscs_team_member_title_typography_font_weight\":\"500\",\"btscs_team_member_title_typography_line_height\":{\"unit\":\"px\",\"size\":26.6,\"sizes\":[]},\"btscs_team_member_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"btscs_team_member_job_title_spacing\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"btssps_team_members_social_icons_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":40,\"spread\":0,\"color\":\"rgba(27.999999999999996, 32, 17, 0.04)\"},\"btccs_team_member_image\":{\"id\":3524,\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/Mask-Group1.jpg\",\"alt\":\"\",\"source\":\"library\"},\"__globals__\":{\"btscs_team_member_title_color\":\"globals\\/colors?id=heading_color\",\"btssps_team_members_social_icon_color\":\"globals\\/colors?id=primary_color\",\"btssps_team_members_social_icon_hover_color\":\"globals\\/colors?id=text\",\"btscs_team_member_bio_color\":\"globals\\/colors?id=body_font_color\",\"btscs_team_member_job_title_color\":\"globals\\/colors?id=body_font_color\"},\"btccs_team_member_title_tag\":\"h5\",\"btsis_team_member_image_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"btsis_team_member_image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"btsis_team_member_image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"btsis_team_member_image_box_shadow_box_shadow_type\":\"yes\",\"btsis_team_member_image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":4,\"spread\":0,\"color\":\"rgba(27.999999999999996, 32, 17, 0.02)\"},\"btscs_team_member_content_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"btscs_team_member_title_typography_typography\":\"custom\",\"btscs_team_member_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"btscs_team_member_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"btscs_team_member_job_title_spacing_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"btscs_team_member_job_title_typography_typography\":\"custom\",\"btscs_team_member_job_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"btscs_team_member_job_title_typography_line_height\":{\"unit\":\"px\",\"size\":28.8,\"sizes\":[]},\"btscs_team_member_bio_typography_typography\":\"custom\",\"btssps_team_members_social_icon_color\":\"#28b5a4\",\"btssps_team_members_social_icon_hover_color\":\"#e48e45\"},\"elements\":[],\"widgetType\":\"meafe-team\"}],\"isInner\":false},{\"id\":\"43cab9ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":4,\"spread\":0,\"color\":\"rgba(27.999999999999996, 32, 17, 0.02)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f5ff429\",\"elType\":\"widget\",\"settings\":{\"btccs_team_member_title\":\"Simon Wilson\",\"btccs_team_member_job_title\":\"Travel Guide\",\"btccs_team_member_bio\":\"Simon is originally from the eastern part of Europe. He has been actively working in the tourism sector for 25 years.\",\"btccs_team_member_align\":\"center\",\"btcss_team_member_social_profile_links\":[{\"btcss_team_member_social_new\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"bacdadb\"},{\"btcss_team_member_social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"ffb8f94\"},{\"btcss_team_member_social_new\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"fa9d3f7\"},{\"btcss_team_member_social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"ee1efbd\"}],\"btsis_team_member_image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btscs_team_member_content_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"16\",\"bottom\":\"32\",\"left\":\"16\",\"isLinked\":false},\"btscs_team_member_title_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"btscs_team_member_title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"btscs_team_member_title_typography_font_weight\":\"500\",\"btscs_team_member_title_typography_line_height\":{\"unit\":\"px\",\"size\":26.6,\"sizes\":[]},\"btscs_team_member_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"btscs_team_member_job_title_spacing\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"btssps_team_members_social_icons_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":40,\"spread\":0,\"color\":\"rgba(27.999999999999996, 32, 17, 0.04)\"},\"btccs_team_member_image\":{\"id\":3523,\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/Mask-Group.jpg\",\"alt\":\"\",\"source\":\"library\"},\"__globals__\":{\"btscs_team_member_title_color\":\"globals\\/colors?id=heading_color\",\"btssps_team_members_social_icon_color\":\"globals\\/colors?id=primary_color\",\"btssps_team_members_social_icon_hover_color\":\"globals\\/colors?id=text\",\"btscs_team_member_bio_color\":\"globals\\/colors?id=body_font_color\",\"btscs_team_member_job_title_color\":\"globals\\/colors?id=body_font_color\"},\"btccs_team_member_title_tag\":\"h5\",\"btsis_team_member_image_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"btsis_team_member_image_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"btsis_team_member_image_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"btsis_team_member_image_box_shadow_box_shadow_type\":\"yes\",\"btsis_team_member_image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":4,\"spread\":0,\"color\":\"rgba(27.999999999999996, 32, 17, 0.02)\"},\"btscs_team_member_content_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"btscs_team_member_title_typography_typography\":\"custom\",\"btscs_team_member_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"btscs_team_member_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"btscs_team_member_job_title_spacing_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"btscs_team_member_job_title_typography_typography\":\"custom\",\"btscs_team_member_job_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"btscs_team_member_job_title_typography_line_height\":{\"unit\":\"px\",\"size\":28.8,\"sizes\":[]},\"btscs_team_member_bio_typography_typography\":\"custom\",\"btssps_team_members_social_icon_color\":\"#28b5a4\",\"btssps_team_members_social_icon_hover_color\":\"#e48e45\"},\"elements\":[],\"widgetType\":\"meafe-team\"}],\"isInner\":false}],\"isInner\":false}]'),(2747,2872,'_demo_importer_plus_hotlink_imported','1'),(2748,2872,'_travel_monster_sidebar_layout','default-sidebar'),(2749,2872,'_wxr_import_user_slug','wptravelengine'),(2750,2872,'_demo_importer_plus_sites_imported_post','1'),(2751,2875,'_demo_importer_enable_for_batch','1'),(2752,2875,'_elementor_edit_mode','builder'),(2753,2875,'_elementor_template_type','wp-page'),(2754,2875,'_elementor_version','3.8.0'),(2755,2875,'_wp_page_template','elementor_header_footer'),(2756,2875,'_elementor_data','[{\"id\":\"a09db4c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/fa.jpg\",\"id\":4006,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C201180\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"85\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5198a9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"259e1da\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\'s\",\"align\":\"left\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"--secondaryFontFamily\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"131502f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"15\",\"bottom\":\"26\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"26\",\"bottom\":\"15\",\"left\":\"26\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"16\",\"bottom\":\"15\",\"left\":\"16\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e83a179\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"303d9d60\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Find answers to your questions before joining a tour so that you can find out exactly what you want to know. If you have more question please feel free to reach us via <a href=\\\"#\\\">contact form<\\/a>.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4fb90d9d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"26\",\"bottom\":\"60\",\"left\":\"26\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"754a3394\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"540c93e0\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What payment methods do you accept?\",\"tab_content\":\"<p>There is no one \'best\' place to stay in Yellowstone. There are many nice lodges inside the park and also lots of accommodation options nearby. That being said, if your budget allows it and there is availability, the Canyon area offers the best location for sightseeing.<\\/p>\",\"_id\":\"a887857\"},{\"tab_title\":\"What does the warranty cover?\",\"tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"b2db1b7\"},{\"_id\":\"6816e03\",\"tab_title\":\"Where are you located?\",\"tab_content\":\"<p>Lorem ipsum dolor sit amet consectetur adipiscing elit ultricies arcu orci accumsan neque posuere fames, eu tincidunt fermentum tempor odio aliquam nam dictum mollis ad est aliquet. Fames himenaeos hendrerit pharetra aliquam malesuada proin potenti dictum dis turpis erat,<\\/p>\"},{\"_id\":\"9b7f4b6\",\"tab_title\":\"How can I contact you?\",\"tab_content\":\"<p>Lorem ipsum dolor sit amet consectetur adipiscing elit, fringilla netus porttitor sodales varius bibendum vehicula, nibh velit donec lacus dignissim maecenas. Fringilla dictum sapien lacinia turpis sollicitudin placerat nunc elementum, netus metus auctor ultrices curae torquent quis curabitur cum, ac tristique neque nam nullam justo pharetra.<\\/p>\"},{\"_id\":\"94484f5\",\"tab_title\":\"Can I receive a refund?\",\"tab_content\":\"<p>Lorem ipsum dolor sit amet consectetur adipiscing elit donec, sem torquent dictumst euismod vitae natoque himenaeos commodo fames, ornare duis molestie pharetra non tempor lobortis. Tellus ultricies morbi nostra lectus dignissim porta cursus sed vestibulum odio rutrum, iaculis aliquet velit aptent venenatis pharetra<\\/p>\"},{\"_id\":\"8965ae3\",\"tab_title\":\"Is there any age ristrictions?\",\"tab_content\":\"<p>Ut dui nascetur iaculis euismod dapibus proin aliquam ullamcorper, pharetra lacus elementum in nunc magna vestibulum taciti porttitor, ridiculus nisl mi diam tempus luctus dictumst.<\\/p>\"},{\"_id\":\"7d2ec68\",\"tab_title\":\"Will I have access to Wi-Fi?\",\"tab_content\":\"<p>Convallis sollicitudin praesent natoque dignissim scelerisque, ultricies nibh eu taciti sociis, montes nostra arcu euismod. Metus ultricies nec fusce nulla phasellus cras ridiculus justo fermentum, commodo sociis feugiat congue leo vitae viverra.<\\/p>\"},{\"_id\":\"e8f7b8b\",\"tab_title\":\"Why Trave Nomad?\",\"tab_content\":\"<p>Praesent nec eget mi urna sodales eros nunc dui vel bibendum a fringilla, condimentum dictumst massa primis viverra ut parturient feugiat euismod varius cursus.<\\/p>\"}],\"border_color\":\"#E8E9E7\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"icon_align\":\"right\",\"content_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/u_plus-circle.svg\",\"id\":3761},\"library\":\"svg\"},\"selected_active_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/u_minus-circle.svg\",\"id\":3760},\"library\":\"svg\"},\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"__globals__\":{\"content_color\":\"\",\"title_color\":\"globals\\/colors?id=heading_color\",\"tab_active_color\":\"\",\"icon_color\":\"globals\\/colors?id=primary_color\",\"icon_active_color\":\"globals\\/colors?id=primary_color\"},\"icon_color\":\"#28b5a4\",\"icon_active_color\":\"#28b5a4\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(2758,2875,'_demo_importer_plus_hotlink_imported','1'),(2759,2875,'_wxr_import_user_slug','wptravelengine'),(2760,2875,'_demo_importer_plus_sites_imported_post','1'),(2761,2948,'trip_version','2.0.0'),(2762,2948,'_s_has_sale','yes'),(2763,2948,'wp_travel_engine_booking_setting','a:0:{}'),(2764,2948,'packages_ids','a:1:{i:0;i:4247;}'),(2765,2948,'wp_travel_engine_setting_trip_actual_price','350'),(2766,2948,'_s_price','350'),(2767,2948,'wp_travel_engine_setting_trip_duration','168'),(2768,2948,'_s_min_pax','2'),(2769,2948,'_s_max_pax','10'),(2770,2948,'wp_travel_engine_setting','a:26:{s:9:\"trip_code\";s:8:\"WTE-2762\";s:13:\"trip_duration\";s:1:\"7\";s:18:\"trip_duration_unit\";s:4:\"days\";s:20:\"trip_duration_nights\";s:1:\"6\";s:17:\"trip_cut_off_time\";s:0:\"\";s:17:\"trip_cut_off_unit\";s:4:\"days\";s:18:\"min_max_age_enable\";s:4:\"true\";s:17:\"minmax_pax_enable\";s:4:\"true\";s:16:\"trip_minimum_pax\";s:1:\"2\";s:16:\"trip_maximum_pax\";s:2:\"10\";s:22:\"overview_section_title\";s:8:\"Overview\";s:11:\"tab_content\";a:1:{s:10:\"1_wpeditor\";s:578:\"Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle, automobile, train, boat, bus, airplane, or other means, with or without luggage, and can be one way or round trip. Travel can also include relatively short stays between successive movements.\r\n\r\nThe origin of the word \"travel\" is most likely lost to history. The term \"travel\" may originate from the Old French word travail, which means \'work\'. According to the Merriam Webster dictionary, the first known use of the word travel was in the 14th century.\";}s:21:\"trip_highlights_title\";s:10:\"Highlights\";s:15:\"trip_highlights\";a:4:{i:85813673;a:1:{s:14:\"highlight_text\";s:42:\"Trek to the world-famous Everest Base Camp\";}i:87397561;a:1:{s:14:\"highlight_text\";s:57:\"Enjoy the amazing view of the Himalayas from Kala Patthar\";}i:88696978;a:1:{s:14:\"highlight_text\";s:77:\"Travel through the Sherpa villages of Namche, Khumjung, Khunde, and Dingboche\";}i:49295213;a:1:{s:14:\"highlight_text\";s:62:\"Visit Tengboche the biggest and oldest monastery n the region.\";}}s:16:\"wte_services_ids\";s:9:\"2922,2923\";s:20:\"trip_itinerary_title\";s:9:\"Itinerary\";s:9:\"itinerary\";a:2:{s:15:\"itinerary_title\";a:7:{i:1;s:84:\"Kathmandu to Pokhara (By flight or Bus), the city of Lakes, adventures and serenity.\";i:2;s:35:\"Drive to Nayapul and trek to Ulleri\";i:3;s:17:\"Trek to Ghorepani\";i:4;s:63:\"Early trek to Poon Hill, Back to Ghorepani and Trek to Tadapani\";i:5;s:20:\"Tadapani to Chomrong\";i:6;s:26:\"Chomrong to Dobhan (Dovan)\";i:7;s:16:\"Dovan to Deurali\";}s:17:\"itinerary_content\";a:7:{i:1;s:593:\"Arrive at Tribhuwan International Airport, Kathmandu, you are welcomed by the team and then you will be transferred to your hotel. This trail goes through Ghorepani Poon Hill. Normally, the trek starts like Pokhara to Nayapul and ends like Phedi to Pokhara. While early travel tended to be slower, more dangerous, and more dominated by trade and migration, cultural and technological advances over many years have tended to mean that travel has become easier and more accessible. The evolution of technology in such diverse fields as horse tack and bullet trains has contributed to this trend.\";i:2;s:335:\"While early travel tended to be slower, more dangerous, and more dominated by trade and migration, cultural and technological advances over many years have tended to mean that travel has become easier and more accessible. The evolution of technology in such diverse fields as horse tack and bullet trains has contributed to this trend.\";i:3;s:369:\"The Palace of Fifty five Windows: This magnificent palace was built during the reign of King Yakshya Malla in A.D. 1427 and was subsequently remodeled by King Bhupatindra Malla in the seventeenth century. Among the brick walls with their gracious setting and sculptural design, is a balcony with Fifty five Windows, considered to be a unique masterpiece of woodcarving.\";i:4;s:312:\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.\r\n\r\nSeparated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia.\";i:5;s:214:\"Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Dan decided to leave for the far World of Grammar.\";i:6;s:167:\"The Big Oxmox advised her not to do so because there were thousands of bad Commas, wild Question Marks and devious Semikoli, but the Little Blind Text didn’t listen.\";i:7;s:258:\"When she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road, the Line Lane. Pityful a rethoric question ran over her cheek.\";}}s:18:\"cost_tab_sec_title\";s:4:\"Cost\";s:4:\"cost\";a:4:{s:14:\"includes_title\";s:17:\"The Cost Includes\";s:13:\"cost_includes\";s:710:\"Pick-up or Drop-off service from and to Airport(in our own vehicle)\r\n Transportation to and from!!\r\n Food all along the trip(Breakfast, Lunch, Dinner and a cup of coffee or tea) and accommodations during the trip in hotels with family environment\r\n Transportation, food, accommodation and insurance of Guide during the trip \r\n Down jacket, all-season sleeping bag, duffel bag and trekking map(in case if you don’t have your own. Down jacket, sleeping bag and duffel bag must be returned after completion of the trip)\r\n First Aid Medical Kit(Your guide will carry the Medical Kit but we also advise to bring yourself for your own use, as far as possible)\r\nAll the required permits and paperwork\";s:14:\"excludes_title\";s:17:\"The Cost Excludes\";s:13:\"cost_excludes\";s:424:\"International Airfare\r\n Visa Charges\r\n Hotel Expenses(In Kathmandu, some packages do include hotel expenses)\r\n Your travel and medical insurance \r\n Personal Expenses such as shopping, bar bills, hot shower, telephone, laundry, titbits etc\r\n Food and accommodations in Kathmandu \r\n Services not mentioned or not promised by the agent/agency\r\n Emergency expenses such as expenses on chartered helicopter.\";}s:16:\"trip_facts_title\";s:0:\"\";s:17:\"faq_section_title\";s:33:\"Frequently Asked Questions (FAQs)\";s:3:\"faq\";a:2:{s:9:\"faq_title\";a:8:{i:1;s:40:\"How fit do I need to be to do this trek?\";i:2;s:70:\"How long do we walk every day when doing Annapurna Base Camp trekking?\";i:3;s:50:\"What is the highest altitude reached in this trek?\";i:4;s:54:\"What about battery charging and hot shower facilities?\";i:5;s:49:\"Are there ATMs on the way to Annapurna Base Camp?\";i:6;s:27:\"What about internet access?\";i:7;s:80:\"Is it necessary to hire Guides/trekking agency for Annapurna Base Camp trekking?\";i:8;s:36:\"How much do guides and porters cost?\";}s:11:\"faq_content\";a:8:{i:1;s:266:\"Annapurna Base Camp is a Grade B or a moderately difficult trekking route. So any fit person can do this trek, even if you do not have any previous experience. You should be aware of what to expect and mentally prepare for it. Then, as long as you will too, you can.\";i:2;s:131:\"On average, you walk about 4 to 6 hours per day. One or two days can be as less as 3hrs and one or two days can be as long as 7hrs.\";i:3;s:131:\"The highest altitude reached is 4190m. This is the elevation of Annapurna Base Camp. ABC is the highest we will climb in this trek.\";i:4;s:236:\"Yes, you can charge batteries en route. Charger should be brought. There are hot shower facilities as well. You may have to pay a certain amount for both ($1-$2). Negotiate. Also, a hot water facility could be free at a lower elevation.\";i:5;s:240:\"No. There are no ATMs on this trek route. You will have to draw enough cash in Pokhara or Kathmandu. There are a number of ATMs in these cities. Everything is paid in Nepali rupees. So money should be exchanged before the start of the trek.\";i:6;s:199:\"Yes. The Internet can be accessed in most places. Sometimes, there might be some technical problems. The Internet in Nepal is not as fast as you are used to and at times you can just lose connection.\";i:7;s:550:\"Not really. It depends on you. If you want, ABC trekking can be done independently. You could hire a guide and a porter by yourself instead of going through an agency or not hire a guide at all. Although, not having a guide can be a little problematic during the offseason.\r\n\r\nIt really depends on you. Is it your first time in Nepal? How confident are you of being able to find your way around? How pressed on time are you? If you go through an agency, it will be costlier but everything will be planned. You will only have to come, trek and return.\";i:8;s:107:\"For the Annapurna region, pay for guides range from $20 to $30 per day and porters take $15 to $25 per day.\";}}s:10:\"trip_facts\";a:12:{s:8:\"field_id\";a:10:{i:35550118;s:14:\"Transportation\";i:28890066;s:12:\"Accomodation\";i:89526429;s:16:\"Maximum Altitude\";i:32070658;s:14:\"Departure from\";i:33257212;s:11:\"Best season\";i:90730383;s:9:\"Tour type\";i:69801669;s:5:\"Meals\";i:12647846;s:8:\"Language\";i:69738162;s:13:\"Fitness level\";i:93988162;s:10:\"Group Size\";}s:10:\"field_type\";a:10:{i:35550118;s:4:\"text\";i:28890066;s:4:\"text\";i:89526429;s:4:\"text\";i:32070658;s:4:\"text\";i:33257212;s:4:\"text\";i:90730383;s:4:\"text\";i:69801669;s:4:\"text\";i:12647846;s:4:\"text\";i:69738162;s:4:\"text\";i:93988162;s:4:\"text\";}i:35550118;a:1:{i:35550118;s:13:\"Bus, Airlines\";}i:28890066;a:1:{i:28890066;s:14:\"3 Stars Hotels\";}i:89526429;a:1:{i:89526429;s:12:\"5,416 metres\";}i:32070658;a:1:{i:32070658;s:9:\"Kathmandu\";}i:33257212;a:1:{i:33257212;s:19:\"Feb, Mar, Apr & May\";}i:90730383;a:1:{i:90730383;s:16:\"Eco-Tour, Hiking\";}i:69801669;a:1:{i:69801669;s:25:\"All meals during the trek\";}i:12647846;a:1:{i:12647846;s:33:\"English, Spanish, French, Chinese\";}i:69738162;a:1:{i:69738162;s:16:\"Easy to Moderate\";}i:93988162;a:1:{i:93988162;s:4:\"2-15\";}}s:20:\"enable_video_gallery\";s:4:\"true\";s:17:\"map_section_title\";s:3:\"Map\";s:3:\"map\";a:2:{s:9:\"image_url\";s:0:\"\";s:6:\"iframe\";s:412:\"<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3500.4109563529746!2d83.86043231542989!3d28.67735098880116!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39be199c2d97b7a3%3A0x36fca1c48eeffc99!2z4KSk4KS_4KSy4KS_4KSa4KWLIOCkpOCkvuCksiDgpKjgpYfgpKrgpL7gpLI!5e0!3m2!1sen!2snp!4v1628845389546!5m2!1sen!2snp\" width=\"600\" height=\"450\" style=\"border:0\" allowfullscreen=\"\" loading=\"lazy\"></iframe>\";}}'),(2771,2948,'wp_travel_engine_trip_min_age','12'),(2772,2948,'wp_travel_engine_trip_max_age','65'),(2773,2948,'_wxr_import_user_slug','wptravelengine'),(2774,2948,'_demo_importer_plus_sites_imported_post','1'),(2775,2948,'_demo_importer_enable_for_batch','1'),(2776,2948,'_s_duration','168'),(2777,2948,'WTE_Fixed_Starting_Dates_setting','a:2:{s:18:\"availability_title\";s:0:\"\";s:15:\"departure_dates\";a:1:{s:7:\"section\";s:1:\"1\";}}'),(2778,2948,'list_serialized','a:0:{}'),(2779,2948,'wte_advanced_itinerary',''),(2780,2948,'trip_itinerary_chart_data','{\"1\":{\"at\":\"Kathmandu\",\"altitude\":\"1400\"},\"2\":{\"at\":\"Ulleri\",\"altitude\":\"1830\"},\"3\":{\"at\":\"Ghorepani\",\"altitude\":\"2345\"},\"4\":{\"at\":\"Tadapani\",\"altitude\":\"2145\"},\"5\":{\"at\":\"Chomrong\",\"altitude\":\"2264\"},\"6\":{\"at\":\"Dobhan\",\"altitude\":\"1832\"},\"7\":{\"at\":\"Deurali\",\"altitude\":\"1523\"}}'),(2781,2948,'wpte_gallery_id','a:4:{s:6:\"enable\";s:1:\"1\";i:80831643;s:4:\"4251\";i:80831644;s:4:\"4253\";i:80831645;s:4:\"4254\";}'),(2782,2948,'wpte_vid_gallery','a:1:{i:69;a:3:{s:2:\"id\";s:11:\"at2bKyCvgiY\";s:4:\"type\";s:7:\"youtube\";s:5:\"thumb\";s:46:\"//img.youtube.com/vi/at2bKyCvgiY/hqdefault.jpg\";}}'),(2783,2948,'_wp_old_slug','ghorepani-poon-hill-trek-3'),(2784,2948,'_thumbnail_id','4258'),(2785,2948,'wp_travel_engine_featured_trip','no'),(2786,2948,'_booking_inventory','a:4:{s:31:\"cart_2948_4247_2022-12-28_00-00\";a:2:{i:4549;i:2;i:4552;i:2;}s:31:\"cart_2948_4247_2023-02-01_00-00\";a:3:{i:4633;i:2;i:4636;i:2;i:4638;i:2;}s:31:\"cart_2948_4247_2023-02-21_00-00\";a:1:{i:4688;i:3;}s:31:\"cart_2948_4247_2023-03-08_00-00\";a:1:{i:4734;i:2;}}'),(2787,2949,'trip_version','2.0.0'),(2788,2949,'_s_has_sale','yes'),(2789,2949,'wp_travel_engine_booking_setting','a:0:{}'),(2790,2949,'packages_ids','a:1:{i:0;i:4237;}'),(2791,2949,'wp_travel_engine_setting_trip_actual_price','30'),(2792,2949,'_s_price','30'),(2793,2949,'wp_travel_engine_setting_trip_duration','5'),(2794,2949,'_s_min_pax','1'),(2795,2949,'_s_max_pax','10'),(2796,2949,'wp_travel_engine_setting','a:26:{s:9:\"trip_code\";s:8:\"WTE-2762\";s:13:\"trip_duration\";s:1:\"5\";s:18:\"trip_duration_unit\";s:5:\"hours\";s:20:\"trip_duration_nights\";s:1:\"6\";s:17:\"trip_cut_off_time\";s:0:\"\";s:17:\"trip_cut_off_unit\";s:4:\"days\";s:18:\"min_max_age_enable\";s:4:\"true\";s:17:\"minmax_pax_enable\";s:4:\"true\";s:16:\"trip_minimum_pax\";s:1:\"1\";s:16:\"trip_maximum_pax\";s:2:\"10\";s:22:\"overview_section_title\";s:8:\"Overview\";s:11:\"tab_content\";a:1:{s:10:\"1_wpeditor\";s:578:\"Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle, automobile, train, boat, bus, airplane, or other means, with or without luggage, and can be one way or round trip. Travel can also include relatively short stays between successive movements.\r\n\r\nThe origin of the word \"travel\" is most likely lost to history. The term \"travel\" may originate from the Old French word travail, which means \'work\'. According to the Merriam Webster dictionary, the first known use of the word travel was in the 14th century.\";}s:21:\"trip_highlights_title\";s:10:\"Highlights\";s:15:\"trip_highlights\";a:4:{i:85813673;a:1:{s:14:\"highlight_text\";s:42:\"Trek to the world-famous Everest Base Camp\";}i:87397561;a:1:{s:14:\"highlight_text\";s:57:\"Enjoy the amazing view of the Himalayas from Kala Patthar\";}i:88696978;a:1:{s:14:\"highlight_text\";s:77:\"Travel through the Sherpa villages of Namche, Khumjung, Khunde, and Dingboche\";}i:49295213;a:1:{s:14:\"highlight_text\";s:62:\"Visit Tengboche the biggest and oldest monastery n the region.\";}}s:16:\"wte_services_ids\";s:9:\"2922,2923\";s:20:\"trip_itinerary_title\";s:9:\"Itinerary\";s:9:\"itinerary\";a:2:{s:15:\"itinerary_title\";a:7:{i:1;s:84:\"Kathmandu to Pokhara (By flight or Bus), the city of Lakes, adventures and serenity.\";i:2;s:35:\"Drive to Nayapul and trek to Ulleri\";i:3;s:17:\"Trek to Ghorepani\";i:4;s:63:\"Early trek to Poon Hill, Back to Ghorepani and Trek to Tadapani\";i:5;s:20:\"Tadapani to Chomrong\";i:6;s:26:\"Chomrong to Dobhan (Dovan)\";i:7;s:16:\"Dovan to Deurali\";}s:17:\"itinerary_content\";a:7:{i:1;s:593:\"Arrive at Tribhuwan International Airport, Kathmandu, you are welcomed by the team and then you will be transferred to your hotel. This trail goes through Ghorepani Poon Hill. Normally, the trek starts like Pokhara to Nayapul and ends like Phedi to Pokhara. While early travel tended to be slower, more dangerous, and more dominated by trade and migration, cultural and technological advances over many years have tended to mean that travel has become easier and more accessible. The evolution of technology in such diverse fields as horse tack and bullet trains has contributed to this trend.\";i:2;s:335:\"While early travel tended to be slower, more dangerous, and more dominated by trade and migration, cultural and technological advances over many years have tended to mean that travel has become easier and more accessible. The evolution of technology in such diverse fields as horse tack and bullet trains has contributed to this trend.\";i:3;s:369:\"The Palace of Fifty five Windows: This magnificent palace was built during the reign of King Yakshya Malla in A.D. 1427 and was subsequently remodeled by King Bhupatindra Malla in the seventeenth century. Among the brick walls with their gracious setting and sculptural design, is a balcony with Fifty five Windows, considered to be a unique masterpiece of woodcarving.\";i:4;s:312:\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.\r\n\r\nSeparated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia.\";i:5;s:214:\"Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Dan decided to leave for the far World of Grammar.\";i:6;s:167:\"The Big Oxmox advised her not to do so because there were thousands of bad Commas, wild Question Marks and devious Semikoli, but the Little Blind Text didn’t listen.\";i:7;s:258:\"When she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road, the Line Lane. Pityful a rethoric question ran over her cheek.\";}}s:18:\"cost_tab_sec_title\";s:4:\"Cost\";s:4:\"cost\";a:4:{s:14:\"includes_title\";s:17:\"The Cost Includes\";s:13:\"cost_includes\";s:710:\"Pick-up or Drop-off service from and to Airport(in our own vehicle)\r\n Transportation to and from!!\r\n Food all along the trip(Breakfast, Lunch, Dinner and a cup of coffee or tea) and accommodations during the trip in hotels with family environment\r\n Transportation, food, accommodation and insurance of Guide during the trip \r\n Down jacket, all-season sleeping bag, duffel bag and trekking map(in case if you don’t have your own. Down jacket, sleeping bag and duffel bag must be returned after completion of the trip)\r\n First Aid Medical Kit(Your guide will carry the Medical Kit but we also advise to bring yourself for your own use, as far as possible)\r\nAll the required permits and paperwork\";s:14:\"excludes_title\";s:17:\"The Cost Excludes\";s:13:\"cost_excludes\";s:424:\"International Airfare\r\n Visa Charges\r\n Hotel Expenses(In Kathmandu, some packages do include hotel expenses)\r\n Your travel and medical insurance \r\n Personal Expenses such as shopping, bar bills, hot shower, telephone, laundry, titbits etc\r\n Food and accommodations in Kathmandu \r\n Services not mentioned or not promised by the agent/agency\r\n Emergency expenses such as expenses on chartered helicopter.\";}s:16:\"trip_facts_title\";s:0:\"\";s:17:\"faq_section_title\";s:33:\"Frequently Asked Questions (FAQs)\";s:3:\"faq\";a:2:{s:9:\"faq_title\";a:8:{i:1;s:40:\"How fit do I need to be to do this trek?\";i:2;s:70:\"How long do we walk every day when doing Annapurna Base Camp trekking?\";i:3;s:50:\"What is the highest altitude reached in this trek?\";i:4;s:54:\"What about battery charging and hot shower facilities?\";i:5;s:49:\"Are there ATMs on the way to Annapurna Base Camp?\";i:6;s:27:\"What about internet access?\";i:7;s:80:\"Is it necessary to hire Guides/trekking agency for Annapurna Base Camp trekking?\";i:8;s:36:\"How much do guides and porters cost?\";}s:11:\"faq_content\";a:8:{i:1;s:266:\"Annapurna Base Camp is a Grade B or a moderately difficult trekking route. So any fit person can do this trek, even if you do not have any previous experience. You should be aware of what to expect and mentally prepare for it. Then, as long as you will too, you can.\";i:2;s:131:\"On average, you walk about 4 to 6 hours per day. One or two days can be as less as 3hrs and one or two days can be as long as 7hrs.\";i:3;s:131:\"The highest altitude reached is 4190m. This is the elevation of Annapurna Base Camp. ABC is the highest we will climb in this trek.\";i:4;s:236:\"Yes, you can charge batteries en route. Charger should be brought. There are hot shower facilities as well. You may have to pay a certain amount for both ($1-$2). Negotiate. Also, a hot water facility could be free at a lower elevation.\";i:5;s:240:\"No. There are no ATMs on this trek route. You will have to draw enough cash in Pokhara or Kathmandu. There are a number of ATMs in these cities. Everything is paid in Nepali rupees. So money should be exchanged before the start of the trek.\";i:6;s:199:\"Yes. The Internet can be accessed in most places. Sometimes, there might be some technical problems. The Internet in Nepal is not as fast as you are used to and at times you can just lose connection.\";i:7;s:550:\"Not really. It depends on you. If you want, ABC trekking can be done independently. You could hire a guide and a porter by yourself instead of going through an agency or not hire a guide at all. Although, not having a guide can be a little problematic during the offseason.\r\n\r\nIt really depends on you. Is it your first time in Nepal? How confident are you of being able to find your way around? How pressed on time are you? If you go through an agency, it will be costlier but everything will be planned. You will only have to come, trek and return.\";i:8;s:107:\"For the Annapurna region, pay for guides range from $20 to $30 per day and porters take $15 to $25 per day.\";}}s:10:\"trip_facts\";a:12:{s:8:\"field_id\";a:10:{i:35550118;s:14:\"Transportation\";i:28890066;s:12:\"Accomodation\";i:89526429;s:16:\"Maximum Altitude\";i:32070658;s:14:\"Departure from\";i:33257212;s:11:\"Best season\";i:90730383;s:9:\"Tour type\";i:69801669;s:5:\"Meals\";i:12647846;s:8:\"Language\";i:69738162;s:13:\"Fitness level\";i:93988162;s:10:\"Group Size\";}s:10:\"field_type\";a:10:{i:35550118;s:4:\"text\";i:28890066;s:4:\"text\";i:89526429;s:4:\"text\";i:32070658;s:4:\"text\";i:33257212;s:4:\"text\";i:90730383;s:4:\"text\";i:69801669;s:4:\"text\";i:12647846;s:4:\"text\";i:69738162;s:4:\"text\";i:93988162;s:4:\"text\";}i:35550118;a:1:{i:35550118;s:13:\"Bus, Airlines\";}i:28890066;a:1:{i:28890066;s:14:\"3 Stars Hotels\";}i:89526429;a:1:{i:89526429;s:12:\"5,416 metres\";}i:32070658;a:1:{i:32070658;s:9:\"Kathmandu\";}i:33257212;a:1:{i:33257212;s:19:\"Feb, Mar, Apr & May\";}i:90730383;a:1:{i:90730383;s:16:\"Eco-Tour, Hiking\";}i:69801669;a:1:{i:69801669;s:25:\"All meals during the trek\";}i:12647846;a:1:{i:12647846;s:33:\"English, Spanish, French, Chinese\";}i:69738162;a:1:{i:69738162;s:16:\"Easy to Moderate\";}i:93988162;a:1:{i:93988162;s:4:\"2-15\";}}s:20:\"enable_video_gallery\";s:4:\"true\";s:17:\"map_section_title\";s:3:\"Map\";s:3:\"map\";a:2:{s:9:\"image_url\";s:0:\"\";s:6:\"iframe\";s:412:\"<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3500.4109563529746!2d83.86043231542989!3d28.67735098880116!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39be199c2d97b7a3%3A0x36fca1c48eeffc99!2z4KSk4KS_4KSy4KS_4KSa4KWLIOCkpOCkvuCksiDgpKjgpYfgpKrgpL7gpLI!5e0!3m2!1sen!2snp!4v1628845389546!5m2!1sen!2snp\" width=\"600\" height=\"450\" style=\"border:0\" allowfullscreen=\"\" loading=\"lazy\"></iframe>\";}}'),(2797,2949,'wp_travel_engine_trip_min_age','12'),(2798,2949,'wp_travel_engine_trip_max_age','65'),(2799,2949,'_wxr_import_user_slug','wptravelengine'),(2800,2949,'_demo_importer_plus_sites_imported_post','1'),(2801,2949,'_demo_importer_enable_for_batch','1'),(2802,2949,'_s_duration','5'),(2803,2949,'trip_available_months','2303,2304,2305,2306,2307,2308,2309,2310,2311,2312,2401'),(2804,2949,'WTE_Fixed_Starting_Dates_setting','a:2:{s:18:\"availability_title\";s:0:\"\";s:15:\"departure_dates\";a:1:{s:7:\"section\";s:1:\"1\";}}'),(2805,2949,'list_serialized','a:0:{}'),(2806,2949,'wte_advanced_itinerary',''),(2807,2949,'trip_itinerary_chart_data','{\"1\":{\"at\":\"Kathmandu\",\"altitude\":\"1400\"},\"2\":{\"at\":\"Ulleri\",\"altitude\":\"1830\"},\"3\":{\"at\":\"Ghorepani\",\"altitude\":\"2345\"},\"4\":{\"at\":\"Tadapani\",\"altitude\":\"2145\"},\"5\":{\"at\":\"Chomrong\",\"altitude\":\"2264\"},\"6\":{\"at\":\"Dobhan\",\"altitude\":\"1832\"},\"7\":{\"at\":\"Deurali\",\"altitude\":\"1523\"}}'),(2808,2949,'wpte_gallery_id','a:4:{s:6:\"enable\";s:1:\"1\";i:94873909;s:4:\"4251\";i:94873910;s:4:\"4253\";i:94873911;s:4:\"4254\";}'),(2809,2949,'wpte_vid_gallery','a:1:{i:355;a:3:{s:2:\"id\";s:11:\"at2bKyCvgiY\";s:4:\"type\";s:7:\"youtube\";s:5:\"thumb\";s:46:\"//img.youtube.com/vi/at2bKyCvgiY/hqdefault.jpg\";}}'),(2810,2949,'_wp_old_slug','paris-effiel-tower-trip-3'),(2811,2949,'wp_travel_engine_featured_trip','yes'),(2812,2949,'_thumbnail_id','3337'),(2813,2949,'_booking_inventory','a:4:{s:31:\"cart_2949_4237_2023-01-27_14-00\";a:1:{i:4554;i:4;}s:31:\"cart_2949_4237_2022-12-30_14-00\";a:2:{i:4576;i:1;i:4579;i:1;}s:31:\"cart_2949_4237_2023-02-09_14-00\";a:1:{i:4643;i:5;}s:31:\"cart_2949_4237_2023-04-11_12-00\";a:1:{i:4832;i:1;}}'),(2814,2949,'wte_fsd_booked_seats','a:4:{i:1680264000;a:2:{s:6:\"booked\";i:3;s:7:\"datestr\";i:1680264000;}i:1680868800;a:2:{s:6:\"booked\";i:1;s:7:\"datestr\";i:1680868800;}i:1681394400;a:2:{s:6:\"booked\";i:2;s:7:\"datestr\";i:1681394400;}i:1681214400;a:2:{s:6:\"booked\";i:1;s:7:\"datestr\";i:1681214400;}}'),(2815,2950,'trip_version','2.0.0'),(2816,2950,'_s_has_sale','yes'),(2817,2950,'wp_travel_engine_booking_setting','a:0:{}'),(2818,2950,'packages_ids','a:1:{i:0;i:4246;}'),(2819,2950,'wp_travel_engine_setting_trip_actual_price','450'),(2820,2950,'_s_price','450'),(2821,2950,'wp_travel_engine_setting_trip_duration','96'),(2822,2950,'_s_min_pax','2'),(2823,2950,'_s_max_pax','8'),(2824,2950,'wp_travel_engine_setting','a:26:{s:9:\"trip_code\";s:8:\"WTE-2762\";s:13:\"trip_duration\";s:1:\"4\";s:18:\"trip_duration_unit\";s:4:\"days\";s:20:\"trip_duration_nights\";s:1:\"3\";s:17:\"trip_cut_off_time\";s:0:\"\";s:17:\"trip_cut_off_unit\";s:4:\"days\";s:18:\"min_max_age_enable\";s:4:\"true\";s:17:\"minmax_pax_enable\";s:4:\"true\";s:16:\"trip_minimum_pax\";s:1:\"2\";s:16:\"trip_maximum_pax\";s:1:\"8\";s:22:\"overview_section_title\";s:8:\"Overview\";s:11:\"tab_content\";a:1:{s:10:\"1_wpeditor\";s:578:\"Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle, automobile, train, boat, bus, airplane, or other means, with or without luggage, and can be one way or round trip. Travel can also include relatively short stays between successive movements.\r\n\r\nThe origin of the word \"travel\" is most likely lost to history. The term \"travel\" may originate from the Old French word travail, which means \'work\'. According to the Merriam Webster dictionary, the first known use of the word travel was in the 14th century.\";}s:21:\"trip_highlights_title\";s:10:\"Highlights\";s:15:\"trip_highlights\";a:4:{i:85813673;a:1:{s:14:\"highlight_text\";s:42:\"Trek to the world-famous Everest Base Camp\";}i:87397561;a:1:{s:14:\"highlight_text\";s:57:\"Enjoy the amazing view of the Himalayas from Kala Patthar\";}i:88696978;a:1:{s:14:\"highlight_text\";s:77:\"Travel through the Sherpa villages of Namche, Khumjung, Khunde, and Dingboche\";}i:49295213;a:1:{s:14:\"highlight_text\";s:62:\"Visit Tengboche the biggest and oldest monastery n the region.\";}}s:16:\"wte_services_ids\";s:9:\"2922,2923\";s:20:\"trip_itinerary_title\";s:9:\"Itinerary\";s:9:\"itinerary\";a:2:{s:15:\"itinerary_title\";a:7:{i:1;s:84:\"Kathmandu to Pokhara (By flight or Bus), the city of Lakes, adventures and serenity.\";i:2;s:35:\"Drive to Nayapul and trek to Ulleri\";i:3;s:17:\"Trek to Ghorepani\";i:4;s:63:\"Early trek to Poon Hill, Back to Ghorepani and Trek to Tadapani\";i:5;s:20:\"Tadapani to Chomrong\";i:6;s:26:\"Chomrong to Dobhan (Dovan)\";i:7;s:16:\"Dovan to Deurali\";}s:17:\"itinerary_content\";a:7:{i:1;s:593:\"Arrive at Tribhuwan International Airport, Kathmandu, you are welcomed by the team and then you will be transferred to your hotel. This trail goes through Ghorepani Poon Hill. Normally, the trek starts like Pokhara to Nayapul and ends like Phedi to Pokhara. While early travel tended to be slower, more dangerous, and more dominated by trade and migration, cultural and technological advances over many years have tended to mean that travel has become easier and more accessible. The evolution of technology in such diverse fields as horse tack and bullet trains has contributed to this trend.\";i:2;s:335:\"While early travel tended to be slower, more dangerous, and more dominated by trade and migration, cultural and technological advances over many years have tended to mean that travel has become easier and more accessible. The evolution of technology in such diverse fields as horse tack and bullet trains has contributed to this trend.\";i:3;s:369:\"The Palace of Fifty five Windows: This magnificent palace was built during the reign of King Yakshya Malla in A.D. 1427 and was subsequently remodeled by King Bhupatindra Malla in the seventeenth century. Among the brick walls with their gracious setting and sculptural design, is a balcony with Fifty five Windows, considered to be a unique masterpiece of woodcarving.\";i:4;s:312:\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.\r\n\r\nSeparated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia.\";i:5;s:214:\"Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Dan decided to leave for the far World of Grammar.\";i:6;s:167:\"The Big Oxmox advised her not to do so because there were thousands of bad Commas, wild Question Marks and devious Semikoli, but the Little Blind Text didn’t listen.\";i:7;s:258:\"When she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road, the Line Lane. Pityful a rethoric question ran over her cheek.\";}}s:18:\"cost_tab_sec_title\";s:4:\"Cost\";s:4:\"cost\";a:4:{s:14:\"includes_title\";s:17:\"The Cost Includes\";s:13:\"cost_includes\";s:710:\"Pick-up or Drop-off service from and to Airport(in our own vehicle)\r\n Transportation to and from!!\r\n Food all along the trip(Breakfast, Lunch, Dinner and a cup of coffee or tea) and accommodations during the trip in hotels with family environment\r\n Transportation, food, accommodation and insurance of Guide during the trip \r\n Down jacket, all-season sleeping bag, duffel bag and trekking map(in case if you don’t have your own. Down jacket, sleeping bag and duffel bag must be returned after completion of the trip)\r\n First Aid Medical Kit(Your guide will carry the Medical Kit but we also advise to bring yourself for your own use, as far as possible)\r\nAll the required permits and paperwork\";s:14:\"excludes_title\";s:17:\"The Cost Excludes\";s:13:\"cost_excludes\";s:424:\"International Airfare\r\n Visa Charges\r\n Hotel Expenses(In Kathmandu, some packages do include hotel expenses)\r\n Your travel and medical insurance \r\n Personal Expenses such as shopping, bar bills, hot shower, telephone, laundry, titbits etc\r\n Food and accommodations in Kathmandu \r\n Services not mentioned or not promised by the agent/agency\r\n Emergency expenses such as expenses on chartered helicopter.\";}s:16:\"trip_facts_title\";s:0:\"\";s:17:\"faq_section_title\";s:33:\"Frequently Asked Questions (FAQs)\";s:3:\"faq\";a:2:{s:9:\"faq_title\";a:8:{i:1;s:40:\"How fit do I need to be to do this trek?\";i:2;s:70:\"How long do we walk every day when doing Annapurna Base Camp trekking?\";i:3;s:50:\"What is the highest altitude reached in this trek?\";i:4;s:54:\"What about battery charging and hot shower facilities?\";i:5;s:49:\"Are there ATMs on the way to Annapurna Base Camp?\";i:6;s:27:\"What about internet access?\";i:7;s:80:\"Is it necessary to hire Guides/trekking agency for Annapurna Base Camp trekking?\";i:8;s:36:\"How much do guides and porters cost?\";}s:11:\"faq_content\";a:8:{i:1;s:266:\"Annapurna Base Camp is a Grade B or a moderately difficult trekking route. So any fit person can do this trek, even if you do not have any previous experience. You should be aware of what to expect and mentally prepare for it. Then, as long as you will too, you can.\";i:2;s:131:\"On average, you walk about 4 to 6 hours per day. One or two days can be as less as 3hrs and one or two days can be as long as 7hrs.\";i:3;s:131:\"The highest altitude reached is 4190m. This is the elevation of Annapurna Base Camp. ABC is the highest we will climb in this trek.\";i:4;s:236:\"Yes, you can charge batteries en route. Charger should be brought. There are hot shower facilities as well. You may have to pay a certain amount for both ($1-$2). Negotiate. Also, a hot water facility could be free at a lower elevation.\";i:5;s:240:\"No. There are no ATMs on this trek route. You will have to draw enough cash in Pokhara or Kathmandu. There are a number of ATMs in these cities. Everything is paid in Nepali rupees. So money should be exchanged before the start of the trek.\";i:6;s:199:\"Yes. The Internet can be accessed in most places. Sometimes, there might be some technical problems. The Internet in Nepal is not as fast as you are used to and at times you can just lose connection.\";i:7;s:550:\"Not really. It depends on you. If you want, ABC trekking can be done independently. You could hire a guide and a porter by yourself instead of going through an agency or not hire a guide at all. Although, not having a guide can be a little problematic during the offseason.\r\n\r\nIt really depends on you. Is it your first time in Nepal? How confident are you of being able to find your way around? How pressed on time are you? If you go through an agency, it will be costlier but everything will be planned. You will only have to come, trek and return.\";i:8;s:107:\"For the Annapurna region, pay for guides range from $20 to $30 per day and porters take $15 to $25 per day.\";}}s:10:\"trip_facts\";a:12:{s:8:\"field_id\";a:10:{i:35550118;s:14:\"Transportation\";i:28890066;s:12:\"Accomodation\";i:89526429;s:16:\"Maximum Altitude\";i:32070658;s:14:\"Departure from\";i:33257212;s:11:\"Best season\";i:90730383;s:9:\"Tour type\";i:69801669;s:5:\"Meals\";i:12647846;s:8:\"Language\";i:69738162;s:13:\"Fitness level\";i:93988162;s:10:\"Group Size\";}s:10:\"field_type\";a:10:{i:35550118;s:4:\"text\";i:28890066;s:4:\"text\";i:89526429;s:4:\"text\";i:32070658;s:4:\"text\";i:33257212;s:4:\"text\";i:90730383;s:4:\"text\";i:69801669;s:4:\"text\";i:12647846;s:4:\"text\";i:69738162;s:4:\"text\";i:93988162;s:4:\"text\";}i:35550118;a:1:{i:35550118;s:13:\"Bus, Airlines\";}i:28890066;a:1:{i:28890066;s:14:\"3 Stars Hotels\";}i:89526429;a:1:{i:89526429;s:12:\"5,416 metres\";}i:32070658;a:1:{i:32070658;s:9:\"Kathmandu\";}i:33257212;a:1:{i:33257212;s:19:\"Feb, Mar, Apr & May\";}i:90730383;a:1:{i:90730383;s:16:\"Eco-Tour, Hiking\";}i:69801669;a:1:{i:69801669;s:25:\"All meals during the trek\";}i:12647846;a:1:{i:12647846;s:33:\"English, Spanish, French, Chinese\";}i:69738162;a:1:{i:69738162;s:16:\"Easy to Moderate\";}i:93988162;a:1:{i:93988162;s:4:\"2-15\";}}s:20:\"enable_video_gallery\";s:4:\"true\";s:17:\"map_section_title\";s:3:\"Map\";s:3:\"map\";a:2:{s:9:\"image_url\";s:0:\"\";s:6:\"iframe\";s:412:\"<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3500.4109563529746!2d83.86043231542989!3d28.67735098880116!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39be199c2d97b7a3%3A0x36fca1c48eeffc99!2z4KSk4KS_4KSy4KS_4KSa4KWLIOCkpOCkvuCksiDgpKjgpYfgpKrgpL7gpLI!5e0!3m2!1sen!2snp!4v1628845389546!5m2!1sen!2snp\" width=\"600\" height=\"450\" style=\"border:0\" allowfullscreen=\"\" loading=\"lazy\"></iframe>\";}}'),(2825,2950,'wp_travel_engine_trip_min_age','12'),(2826,2950,'wp_travel_engine_trip_max_age','65'),(2827,2950,'_wxr_import_user_slug','wptravelengine'),(2828,2950,'_demo_importer_plus_sites_imported_post','1'),(2829,2950,'_demo_importer_enable_for_batch','1'),(2830,2950,'_s_duration','96'),(2831,2950,'WTE_Fixed_Starting_Dates_setting','a:2:{s:18:\"availability_title\";s:0:\"\";s:15:\"departure_dates\";a:1:{s:7:\"section\";s:1:\"1\";}}'),(2832,2950,'list_serialized','a:0:{}'),(2833,2950,'wte_advanced_itinerary',''),(2834,2950,'trip_itinerary_chart_data','{\"1\":{\"at\":\"Kathmandu\",\"altitude\":\"1400\"},\"2\":{\"at\":\"Ulleri\",\"altitude\":\"1830\"},\"3\":{\"at\":\"Ghorepani\",\"altitude\":\"2345\"},\"4\":{\"at\":\"Tadapani\",\"altitude\":\"2145\"},\"5\":{\"at\":\"Chomrong\",\"altitude\":\"2264\"},\"6\":{\"at\":\"Dobhan\",\"altitude\":\"1832\"},\"7\":{\"at\":\"Deurali\",\"altitude\":\"1523\"}}'),(2835,2950,'wpte_gallery_id','a:4:{s:6:\"enable\";s:1:\"1\";i:51621958;s:4:\"4251\";i:51621959;s:4:\"4253\";i:51621960;s:4:\"4254\";}'),(2836,2950,'wpte_vid_gallery','a:1:{i:16;a:3:{s:2:\"id\";s:11:\"at2bKyCvgiY\";s:4:\"type\";s:7:\"youtube\";s:5:\"thumb\";s:46:\"//img.youtube.com/vi/at2bKyCvgiY/hqdefault.jpg\";}}'),(2837,2950,'_wp_old_slug','island-peak-climbing-3'),(2838,2950,'_thumbnail_id','4257'),(2839,2950,'wp_travel_engine_featured_trip','no'),(2840,2950,'_booking_inventory','a:1:{s:31:\"cart_2950_4246_2023-06-01_00-00\";a:1:{i:4855;i:2;}}'),(2841,2951,'trip_version','2.0.0'),(2842,2951,'_s_has_sale','yes'),(2843,2951,'wp_travel_engine_booking_setting','a:0:{}'),(2844,2951,'packages_ids','a:2:{i:0;i:4236;i:1;i:4242;}'),(2845,2951,'wp_travel_engine_setting_trip_actual_price','2300'),(2846,2951,'_s_price','2300'),(2847,2951,'wp_travel_engine_setting_trip_duration','168'),(2848,2951,'_s_min_pax','1'),(2849,2951,'_s_max_pax','8'),(2850,2951,'wp_travel_engine_setting','a:27:{s:9:\"trip_code\";s:8:\"WTE-2762\";s:13:\"trip_duration\";s:1:\"7\";s:18:\"trip_duration_unit\";s:4:\"days\";s:20:\"trip_duration_nights\";s:1:\"6\";s:17:\"trip_cut_off_time\";s:1:\"1\";s:17:\"trip_cut_off_unit\";s:4:\"days\";s:18:\"min_max_age_enable\";s:4:\"true\";s:16:\"trip_minimum_pax\";s:1:\"1\";s:16:\"trip_maximum_pax\";s:1:\"8\";s:22:\"overview_section_title\";s:8:\"Overview\";s:11:\"tab_content\";a:1:{s:10:\"1_wpeditor\";s:578:\"Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle, automobile, train, boat, bus, airplane, or other means, with or without luggage, and can be one way or round trip. Travel can also include relatively short stays between successive movements.\r\n\r\nThe origin of the word \"travel\" is most likely lost to history. The term \"travel\" may originate from the Old French word travail, which means \'work\'. According to the Merriam Webster dictionary, the first known use of the word travel was in the 14th century.\";}s:21:\"trip_highlights_title\";s:10:\"Highlights\";s:15:\"trip_highlights\";a:4:{i:85813673;a:1:{s:14:\"highlight_text\";s:42:\"Trek to the world-famous Everest Base Camp\";}i:87397561;a:1:{s:14:\"highlight_text\";s:57:\"Enjoy the amazing view of the Himalayas from Kala Patthar\";}i:88696978;a:1:{s:14:\"highlight_text\";s:77:\"Travel through the Sherpa villages of Namche, Khumjung, Khunde, and Dingboche\";}i:49295213;a:1:{s:14:\"highlight_text\";s:62:\"Visit Tengboche the biggest and oldest monastery n the region.\";}}s:16:\"wte_services_ids\";s:9:\"2922,2923\";s:20:\"trip_itinerary_title\";s:9:\"Itinerary\";s:9:\"itinerary\";a:2:{s:15:\"itinerary_title\";a:7:{i:1;s:84:\"Kathmandu to Pokhara (By flight or Bus), the city of Lakes, adventures and serenity.\";i:2;s:35:\"Drive to Nayapul and trek to Ulleri\";i:3;s:17:\"Trek to Ghorepani\";i:4;s:63:\"Early trek to Poon Hill, Back to Ghorepani and Trek to Tadapani\";i:5;s:20:\"Tadapani to Chomrong\";i:6;s:26:\"Chomrong to Dobhan (Dovan)\";i:7;s:16:\"Dovan to Deurali\";}s:17:\"itinerary_content\";a:7:{i:1;s:593:\"Arrive at Tribhuwan International Airport, Kathmandu, you are welcomed by the team and then you will be transferred to your hotel. This trail goes through Ghorepani Poon Hill. Normally, the trek starts like Pokhara to Nayapul and ends like Phedi to Pokhara. While early travel tended to be slower, more dangerous, and more dominated by trade and migration, cultural and technological advances over many years have tended to mean that travel has become easier and more accessible. The evolution of technology in such diverse fields as horse tack and bullet trains has contributed to this trend.\";i:2;s:335:\"While early travel tended to be slower, more dangerous, and more dominated by trade and migration, cultural and technological advances over many years have tended to mean that travel has become easier and more accessible. The evolution of technology in such diverse fields as horse tack and bullet trains has contributed to this trend.\";i:3;s:369:\"The Palace of Fifty five Windows: This magnificent palace was built during the reign of King Yakshya Malla in A.D. 1427 and was subsequently remodeled by King Bhupatindra Malla in the seventeenth century. Among the brick walls with their gracious setting and sculptural design, is a balcony with Fifty five Windows, considered to be a unique masterpiece of woodcarving.\";i:4;s:312:\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.\r\n\r\nSeparated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia.\";i:5;s:214:\"Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Dan decided to leave for the far World of Grammar.\";i:6;s:167:\"The Big Oxmox advised her not to do so because there were thousands of bad Commas, wild Question Marks and devious Semikoli, but the Little Blind Text didn’t listen.\";i:7;s:258:\"When she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road, the Line Lane. Pityful a rethoric question ran over her cheek.\";}}s:18:\"cost_tab_sec_title\";s:4:\"Cost\";s:4:\"cost\";a:4:{s:14:\"includes_title\";s:17:\"The Cost Includes\";s:13:\"cost_includes\";s:710:\"Pick-up or Drop-off service from and to Airport(in our own vehicle)\r\n Transportation to and from!!\r\n Food all along the trip(Breakfast, Lunch, Dinner and a cup of coffee or tea) and accommodations during the trip in hotels with family environment\r\n Transportation, food, accommodation and insurance of Guide during the trip \r\n Down jacket, all-season sleeping bag, duffel bag and trekking map(in case if you don’t have your own. Down jacket, sleeping bag and duffel bag must be returned after completion of the trip)\r\n First Aid Medical Kit(Your guide will carry the Medical Kit but we also advise to bring yourself for your own use, as far as possible)\r\nAll the required permits and paperwork\";s:14:\"excludes_title\";s:17:\"The Cost Excludes\";s:13:\"cost_excludes\";s:424:\"International Airfare\r\n Visa Charges\r\n Hotel Expenses(In Kathmandu, some packages do include hotel expenses)\r\n Your travel and medical insurance \r\n Personal Expenses such as shopping, bar bills, hot shower, telephone, laundry, titbits etc\r\n Food and accommodations in Kathmandu \r\n Services not mentioned or not promised by the agent/agency\r\n Emergency expenses such as expenses on chartered helicopter.\";}s:16:\"trip_facts_title\";s:0:\"\";s:17:\"faq_section_title\";s:4:\"FAQs\";s:3:\"faq\";a:2:{s:9:\"faq_title\";a:8:{i:1;s:40:\"How fit do I need to be to do this trek?\";i:2;s:70:\"How long do we walk every day when doing Annapurna Base Camp trekking?\";i:3;s:50:\"What is the highest altitude reached in this trek?\";i:4;s:54:\"What about battery charging and hot shower facilities?\";i:5;s:49:\"Are there ATMs on the way to Annapurna Base Camp?\";i:6;s:27:\"What about internet access?\";i:7;s:80:\"Is it necessary to hire Guides/trekking agency for Annapurna Base Camp trekking?\";i:8;s:36:\"How much do guides and porters cost?\";}s:11:\"faq_content\";a:8:{i:1;s:266:\"Annapurna Base Camp is a Grade B or a moderately difficult trekking route. So any fit person can do this trek, even if you do not have any previous experience. You should be aware of what to expect and mentally prepare for it. Then, as long as you will too, you can.\";i:2;s:131:\"On average, you walk about 4 to 6 hours per day. One or two days can be as less as 3hrs and one or two days can be as long as 7hrs.\";i:3;s:131:\"The highest altitude reached is 4190m. This is the elevation of Annapurna Base Camp. ABC is the highest we will climb in this trek.\";i:4;s:236:\"Yes, you can charge batteries en route. Charger should be brought. There are hot shower facilities as well. You may have to pay a certain amount for both ($1-$2). Negotiate. Also, a hot water facility could be free at a lower elevation.\";i:5;s:240:\"No. There are no ATMs on this trek route. You will have to draw enough cash in Pokhara or Kathmandu. There are a number of ATMs in these cities. Everything is paid in Nepali rupees. So money should be exchanged before the start of the trek.\";i:6;s:199:\"Yes. The Internet can be accessed in most places. Sometimes, there might be some technical problems. The Internet in Nepal is not as fast as you are used to and at times you can just lose connection.\";i:7;s:550:\"Not really. It depends on you. If you want, ABC trekking can be done independently. You could hire a guide and a porter by yourself instead of going through an agency or not hire a guide at all. Although, not having a guide can be a little problematic during the offseason.\r\n\r\nIt really depends on you. Is it your first time in Nepal? How confident are you of being able to find your way around? How pressed on time are you? If you go through an agency, it will be costlier but everything will be planned. You will only have to come, trek and return.\";i:8;s:107:\"For the Annapurna region, pay for guides range from $20 to $30 per day and porters take $15 to $25 per day.\";}}s:10:\"trip_facts\";a:12:{s:8:\"field_id\";a:10:{i:35550118;s:14:\"Transportation\";i:28890066;s:12:\"Accomodation\";i:89526429;s:16:\"Maximum Altitude\";i:32070658;s:14:\"Departure from\";i:33257212;s:11:\"Best season\";i:90730383;s:9:\"Tour type\";i:69801669;s:5:\"Meals\";i:12647846;s:8:\"Language\";i:69738162;s:13:\"Fitness level\";i:93988162;s:10:\"Group Size\";}s:10:\"field_type\";a:10:{i:35550118;s:4:\"text\";i:28890066;s:4:\"text\";i:89526429;s:4:\"text\";i:32070658;s:4:\"text\";i:33257212;s:4:\"text\";i:90730383;s:4:\"text\";i:69801669;s:4:\"text\";i:12647846;s:4:\"text\";i:69738162;s:4:\"text\";i:93988162;s:4:\"text\";}i:35550118;a:1:{i:35550118;s:13:\"Bus, Airlines\";}i:28890066;a:1:{i:28890066;s:14:\"3 Stars Hotels\";}i:89526429;a:1:{i:89526429;s:12:\"5,416 metres\";}i:32070658;a:1:{i:32070658;s:9:\"Kathmandu\";}i:33257212;a:1:{i:33257212;s:19:\"Feb, Mar, Apr & May\";}i:90730383;a:1:{i:90730383;s:16:\"Eco-Tour, Hiking\";}i:69801669;a:1:{i:69801669;s:25:\"All meals during the trek\";}i:12647846;a:1:{i:12647846;s:33:\"English, Spanish, French, Chinese\";}i:69738162;a:1:{i:69738162;s:16:\"Easy to Moderate\";}i:93988162;a:1:{i:93988162;s:4:\"2-15\";}}s:20:\"enable_video_gallery\";s:4:\"true\";s:17:\"map_section_title\";s:3:\"Map\";s:3:\"map\";a:2:{s:9:\"image_url\";s:0:\"\";s:6:\"iframe\";s:412:\"<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3500.4109563529746!2d83.86043231542989!3d28.67735098880116!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39be199c2d97b7a3%3A0x36fca1c48eeffc99!2z4KSk4KS_4KSy4KS_4KSa4KWLIOCkpOCkvuCksiDgpKjgpYfgpKrgpL7gpLI!5e0!3m2!1sen!2snp!4v1628845389546!5m2!1sen!2snp\" width=\"600\" height=\"450\" style=\"border:0\" allowfullscreen=\"\" loading=\"lazy\"></iframe>\";}s:18:\"trip_cutoff_enable\";s:4:\"true\";s:17:\"minmax_pax_enable\";s:4:\"true\";}'),(2851,2951,'wp_travel_engine_trip_min_age','12'),(2852,2951,'wp_travel_engine_trip_max_age','65'),(2853,2951,'_wxr_import_user_slug','wptravelengine'),(2854,2951,'_demo_importer_plus_sites_imported_post','1'),(2855,2951,'_demo_importer_enable_for_batch','1'),(2856,2951,'_s_duration','168'),(2857,2951,'WTE_Fixed_Starting_Dates_setting','a:2:{s:18:\"availability_title\";s:0:\"\";s:15:\"departure_dates\";a:1:{s:7:\"section\";s:1:\"1\";}}'),(2858,2951,'list_serialized','a:0:{}'),(2859,2951,'wte_advanced_itinerary',''),(2860,2951,'trip_itinerary_chart_data','{\"1\":{\"at\":\"Kathmandu\",\"altitude\":\"1400\"},\"2\":{\"at\":\"Ulleri\",\"altitude\":\"1830\"},\"3\":{\"at\":\"Ghorepani\",\"altitude\":\"2345\"},\"4\":{\"at\":\"Tadapani\",\"altitude\":\"2145\"},\"5\":{\"at\":\"Chomrong\",\"altitude\":\"2264\"},\"6\":{\"at\":\"Dobhan\",\"altitude\":\"1832\"},\"7\":{\"at\":\"Deurali\",\"altitude\":\"1523\"}}'),(2861,2951,'wpte_gallery_id','a:4:{s:6:\"enable\";s:1:\"1\";i:44148165;s:4:\"4253\";i:44148166;s:4:\"4254\";i:44148167;s:4:\"4251\";}'),(2862,2951,'wpte_vid_gallery','a:1:{i:906;a:3:{s:2:\"id\";s:11:\"at2bKyCvgiY\";s:4:\"type\";s:7:\"youtube\";s:5:\"thumb\";s:46:\"//img.youtube.com/vi/at2bKyCvgiY/hqdefault.jpg\";}}'),(2863,2951,'_wp_old_slug','everest-base-camp-trek-3'),(2864,2951,'_thumbnail_id','4265'),(2865,2951,'wp_travel_engine_featured_trip','yes'),(2866,2951,'_booking_inventory','a:21:{s:31:\"cart_2951_4236_2022-11-16_00-00\";a:1:{i:4374;i:1;}s:31:\"cart_2951_4236_2022-12-21_00-00\";a:3:{i:4536;i:2;i:4539;i:2;i:4541;i:2;}s:31:\"cart_2951_4236_2023-01-25_00-00\";a:2:{i:4587;i:1;i:4612;i:1;}s:31:\"cart_2951_4236_2023-01-04_00-00\";a:1:{i:4590;i:1;}s:31:\"cart_2951_4236_2023-01-09_00-00\";a:1:{i:4605;i:1;}s:31:\"cart_2951_4236_2023-01-31_00-00\";a:1:{i:4608;i:1;}s:31:\"cart_2951_4236_2023-01-26_00-00\";a:1:{i:4618;i:7;}s:31:\"cart_2951_4236_2023-01-27_00-00\";a:1:{i:4624;i:2;}s:31:\"cart_2951_4242_2023-02-08_00-00\";a:1:{i:4630;i:2;}s:31:\"cart_2951_4236_2023-02-10_00-00\";a:1:{i:4640;i:2;}s:31:\"cart_2951_4236_2023-02-09_00-00\";a:1:{i:4649;i:8;}s:31:\"cart_2951_4236_2023-02-23_00-00\";a:3:{i:4666;i:1;i:4668;i:1;i:4670;i:1;}s:31:\"cart_2951_4236_2023-02-13_00-00\";a:1:{i:4672;i:1;}s:31:\"cart_2951_4236_2023-06-09_00-00\";a:1:{i:4678;i:1;}s:31:\"cart_2951_4242_2023-03-14_00-00\";a:1:{i:4685;i:3;}s:31:\"cart_2951_4236_2023-02-28_00-00\";a:1:{i:4709;i:1;}s:31:\"cart_2951_4236_2023-03-08_00-00\";a:1:{i:4712;i:1;}s:31:\"cart_2951_4236_2023-03-24_00-00\";a:1:{i:4740;i:2;}s:31:\"cart_2951_4236_2023-03-17_00-00\";a:1:{i:4777;i:2;}s:31:\"cart_2951_4236_2023-04-18_00-00\";a:1:{i:4834;i:1;}s:31:\"cart_2951_4236_2023-04-28_00-00\";a:2:{i:4841;i:1;i:4844;i:1;}}'),(2867,2951,'wte_fsd_booked_seats','a:2:{i:1681776000;a:2:{s:6:\"booked\";i:1;s:7:\"datestr\";i:1681776000;}i:1682640000;a:2:{s:6:\"booked\";i:2;s:7:\"datestr\";i:1682640000;}}'),(2868,2952,'trip_version','2.0.0'),(2869,2952,'_s_has_sale','yes'),(2870,2952,'wp_travel_engine_booking_setting','a:0:{}'),(2871,2952,'packages_ids','a:1:{i:0;i:4234;}'),(2872,2952,'wp_travel_engine_setting_trip_actual_price','1000'),(2873,2952,'_s_price','1000'),(2874,2952,'wp_travel_engine_setting_trip_duration','144'),(2875,2952,'_s_min_pax','1'),(2876,2952,'_s_max_pax','6'),(2877,2952,'wp_travel_engine_setting','a:26:{s:9:\"trip_code\";s:8:\"WTE-2762\";s:13:\"trip_duration\";s:1:\"6\";s:18:\"trip_duration_unit\";s:4:\"days\";s:20:\"trip_duration_nights\";s:1:\"6\";s:17:\"trip_cut_off_time\";s:0:\"\";s:17:\"trip_cut_off_unit\";s:4:\"days\";s:18:\"min_max_age_enable\";s:4:\"true\";s:17:\"minmax_pax_enable\";s:4:\"true\";s:16:\"trip_minimum_pax\";s:1:\"1\";s:16:\"trip_maximum_pax\";s:1:\"6\";s:22:\"overview_section_title\";s:8:\"Overview\";s:11:\"tab_content\";a:1:{s:10:\"1_wpeditor\";s:578:\"Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle, automobile, train, boat, bus, airplane, or other means, with or without luggage, and can be one way or round trip. Travel can also include relatively short stays between successive movements.\r\n\r\nThe origin of the word \"travel\" is most likely lost to history. The term \"travel\" may originate from the Old French word travail, which means \'work\'. According to the Merriam Webster dictionary, the first known use of the word travel was in the 14th century.\";}s:21:\"trip_highlights_title\";s:10:\"Highlights\";s:15:\"trip_highlights\";a:4:{i:85813673;a:1:{s:14:\"highlight_text\";s:42:\"Trek to the world-famous Everest Base Camp\";}i:87397561;a:1:{s:14:\"highlight_text\";s:57:\"Enjoy the amazing view of the Himalayas from Kala Patthar\";}i:88696978;a:1:{s:14:\"highlight_text\";s:77:\"Travel through the Sherpa villages of Namche, Khumjung, Khunde, and Dingboche\";}i:49295213;a:1:{s:14:\"highlight_text\";s:62:\"Visit Tengboche the biggest and oldest monastery n the region.\";}}s:16:\"wte_services_ids\";s:9:\"2922,2923\";s:20:\"trip_itinerary_title\";s:9:\"Itinerary\";s:9:\"itinerary\";a:2:{s:15:\"itinerary_title\";a:7:{i:1;s:84:\"Kathmandu to Pokhara (By flight or Bus), the city of Lakes, adventures and serenity.\";i:2;s:35:\"Drive to Nayapul and trek to Ulleri\";i:3;s:17:\"Trek to Ghorepani\";i:4;s:63:\"Early trek to Poon Hill, Back to Ghorepani and Trek to Tadapani\";i:5;s:20:\"Tadapani to Chomrong\";i:6;s:26:\"Chomrong to Dobhan (Dovan)\";i:7;s:16:\"Dovan to Deurali\";}s:17:\"itinerary_content\";a:7:{i:1;s:593:\"Arrive at Tribhuwan International Airport, Kathmandu, you are welcomed by the team and then you will be transferred to your hotel. This trail goes through Ghorepani Poon Hill. Normally, the trek starts like Pokhara to Nayapul and ends like Phedi to Pokhara. While early travel tended to be slower, more dangerous, and more dominated by trade and migration, cultural and technological advances over many years have tended to mean that travel has become easier and more accessible. The evolution of technology in such diverse fields as horse tack and bullet trains has contributed to this trend.\";i:2;s:335:\"While early travel tended to be slower, more dangerous, and more dominated by trade and migration, cultural and technological advances over many years have tended to mean that travel has become easier and more accessible. The evolution of technology in such diverse fields as horse tack and bullet trains has contributed to this trend.\";i:3;s:369:\"The Palace of Fifty five Windows: This magnificent palace was built during the reign of King Yakshya Malla in A.D. 1427 and was subsequently remodeled by King Bhupatindra Malla in the seventeenth century. Among the brick walls with their gracious setting and sculptural design, is a balcony with Fifty five Windows, considered to be a unique masterpiece of woodcarving.\";i:4;s:312:\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.\r\n\r\nSeparated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia.\";i:5;s:214:\"Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Dan decided to leave for the far World of Grammar.\";i:6;s:167:\"The Big Oxmox advised her not to do so because there were thousands of bad Commas, wild Question Marks and devious Semikoli, but the Little Blind Text didn’t listen.\";i:7;s:258:\"When she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road, the Line Lane. Pityful a rethoric question ran over her cheek.\";}}s:18:\"cost_tab_sec_title\";s:4:\"Cost\";s:4:\"cost\";a:4:{s:14:\"includes_title\";s:17:\"The Cost Includes\";s:13:\"cost_includes\";s:710:\"Pick-up or Drop-off service from and to Airport(in our own vehicle)\r\n Transportation to and from!!\r\n Food all along the trip(Breakfast, Lunch, Dinner and a cup of coffee or tea) and accommodations during the trip in hotels with family environment\r\n Transportation, food, accommodation and insurance of Guide during the trip \r\n Down jacket, all-season sleeping bag, duffel bag and trekking map(in case if you don’t have your own. Down jacket, sleeping bag and duffel bag must be returned after completion of the trip)\r\n First Aid Medical Kit(Your guide will carry the Medical Kit but we also advise to bring yourself for your own use, as far as possible)\r\nAll the required permits and paperwork\";s:14:\"excludes_title\";s:17:\"The Cost Excludes\";s:13:\"cost_excludes\";s:424:\"International Airfare\r\n Visa Charges\r\n Hotel Expenses(In Kathmandu, some packages do include hotel expenses)\r\n Your travel and medical insurance \r\n Personal Expenses such as shopping, bar bills, hot shower, telephone, laundry, titbits etc\r\n Food and accommodations in Kathmandu \r\n Services not mentioned or not promised by the agent/agency\r\n Emergency expenses such as expenses on chartered helicopter.\";}s:16:\"trip_facts_title\";s:0:\"\";s:17:\"faq_section_title\";s:33:\"Frequently Asked Questions (FAQs)\";s:3:\"faq\";a:2:{s:9:\"faq_title\";a:8:{i:1;s:40:\"How fit do I need to be to do this trek?\";i:2;s:70:\"How long do we walk every day when doing Annapurna Base Camp trekking?\";i:3;s:50:\"What is the highest altitude reached in this trek?\";i:4;s:54:\"What about battery charging and hot shower facilities?\";i:5;s:49:\"Are there ATMs on the way to Annapurna Base Camp?\";i:6;s:27:\"What about internet access?\";i:7;s:80:\"Is it necessary to hire Guides/trekking agency for Annapurna Base Camp trekking?\";i:8;s:36:\"How much do guides and porters cost?\";}s:11:\"faq_content\";a:8:{i:1;s:266:\"Annapurna Base Camp is a Grade B or a moderately difficult trekking route. So any fit person can do this trek, even if you do not have any previous experience. You should be aware of what to expect and mentally prepare for it. Then, as long as you will too, you can.\";i:2;s:131:\"On average, you walk about 4 to 6 hours per day. One or two days can be as less as 3hrs and one or two days can be as long as 7hrs.\";i:3;s:131:\"The highest altitude reached is 4190m. This is the elevation of Annapurna Base Camp. ABC is the highest we will climb in this trek.\";i:4;s:236:\"Yes, you can charge batteries en route. Charger should be brought. There are hot shower facilities as well. You may have to pay a certain amount for both ($1-$2). Negotiate. Also, a hot water facility could be free at a lower elevation.\";i:5;s:240:\"No. There are no ATMs on this trek route. You will have to draw enough cash in Pokhara or Kathmandu. There are a number of ATMs in these cities. Everything is paid in Nepali rupees. So money should be exchanged before the start of the trek.\";i:6;s:199:\"Yes. The Internet can be accessed in most places. Sometimes, there might be some technical problems. The Internet in Nepal is not as fast as you are used to and at times you can just lose connection.\";i:7;s:550:\"Not really. It depends on you. If you want, ABC trekking can be done independently. You could hire a guide and a porter by yourself instead of going through an agency or not hire a guide at all. Although, not having a guide can be a little problematic during the offseason.\r\n\r\nIt really depends on you. Is it your first time in Nepal? How confident are you of being able to find your way around? How pressed on time are you? If you go through an agency, it will be costlier but everything will be planned. You will only have to come, trek and return.\";i:8;s:107:\"For the Annapurna region, pay for guides range from $20 to $30 per day and porters take $15 to $25 per day.\";}}s:10:\"trip_facts\";a:12:{s:8:\"field_id\";a:10:{i:35550118;s:14:\"Transportation\";i:28890066;s:12:\"Accomodation\";i:89526429;s:16:\"Maximum Altitude\";i:32070658;s:14:\"Departure from\";i:33257212;s:11:\"Best season\";i:90730383;s:9:\"Tour type\";i:69801669;s:5:\"Meals\";i:12647846;s:8:\"Language\";i:69738162;s:13:\"Fitness level\";i:93988162;s:10:\"Group Size\";}s:10:\"field_type\";a:10:{i:35550118;s:4:\"text\";i:28890066;s:4:\"text\";i:89526429;s:4:\"text\";i:32070658;s:4:\"text\";i:33257212;s:4:\"text\";i:90730383;s:4:\"text\";i:69801669;s:4:\"text\";i:12647846;s:4:\"text\";i:69738162;s:4:\"text\";i:93988162;s:4:\"text\";}i:35550118;a:1:{i:35550118;s:13:\"Bus, Airlines\";}i:28890066;a:1:{i:28890066;s:14:\"3 Stars Hotels\";}i:89526429;a:1:{i:89526429;s:12:\"5,416 metres\";}i:32070658;a:1:{i:32070658;s:9:\"Kathmandu\";}i:33257212;a:1:{i:33257212;s:19:\"Feb, Mar, Apr & May\";}i:90730383;a:1:{i:90730383;s:16:\"Eco-Tour, Hiking\";}i:69801669;a:1:{i:69801669;s:25:\"All meals during the trek\";}i:12647846;a:1:{i:12647846;s:33:\"English, Spanish, French, Chinese\";}i:69738162;a:1:{i:69738162;s:16:\"Easy to Moderate\";}i:93988162;a:1:{i:93988162;s:4:\"2-15\";}}s:20:\"enable_video_gallery\";s:4:\"true\";s:17:\"map_section_title\";s:3:\"Map\";s:3:\"map\";a:2:{s:9:\"image_url\";s:0:\"\";s:6:\"iframe\";s:412:\"<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3500.4109563529746!2d83.86043231542989!3d28.67735098880116!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39be199c2d97b7a3%3A0x36fca1c48eeffc99!2z4KSk4KS_4KSy4KS_4KSa4KWLIOCkpOCkvuCksiDgpKjgpYfgpKrgpL7gpLI!5e0!3m2!1sen!2snp!4v1628845389546!5m2!1sen!2snp\" width=\"600\" height=\"450\" style=\"border:0\" allowfullscreen=\"\" loading=\"lazy\"></iframe>\";}}'),(2878,2952,'wp_travel_engine_trip_min_age','12'),(2879,2952,'wp_travel_engine_trip_max_age','65'),(2880,2952,'_wxr_import_user_slug','wptravelengine'),(2881,2952,'_demo_importer_plus_sites_imported_post','1'),(2882,2952,'_demo_importer_enable_for_batch','1'),(2883,2952,'_s_duration','144'),(2884,2952,'WTE_Fixed_Starting_Dates_setting','a:2:{s:18:\"availability_title\";s:0:\"\";s:15:\"departure_dates\";a:1:{s:7:\"section\";s:1:\"1\";}}'),(2885,2952,'list_serialized','a:0:{}'),(2886,2952,'wte_advanced_itinerary',''),(2887,2952,'trip_itinerary_chart_data','{\"1\":{\"at\":\"Kathmandu\",\"altitude\":\"1400\"},\"2\":{\"at\":\"Ulleri\",\"altitude\":\"1830\"},\"3\":{\"at\":\"Ghorepani\",\"altitude\":\"2345\"},\"4\":{\"at\":\"Tadapani\",\"altitude\":\"2145\"},\"5\":{\"at\":\"Chomrong\",\"altitude\":\"2264\"},\"6\":{\"at\":\"Dobhan\",\"altitude\":\"1832\"},\"7\":{\"at\":\"Deurali\",\"altitude\":\"1523\"}}'),(2888,2952,'wpte_gallery_id','a:4:{s:6:\"enable\";s:1:\"1\";i:81228582;s:4:\"4251\";i:81228583;s:4:\"4253\";i:81228584;s:4:\"4254\";}'),(2889,2952,'wpte_vid_gallery','a:1:{i:813;a:3:{s:2:\"id\";s:11:\"at2bKyCvgiY\";s:4:\"type\";s:7:\"youtube\";s:5:\"thumb\";s:46:\"//img.youtube.com/vi/at2bKyCvgiY/hqdefault.jpg\";}}'),(2890,2952,'wp_travel_engine_featured_trip','no'),(2891,2952,'_thumbnail_id','3342'),(2892,2952,'_booking_inventory','a:1:{s:31:\"cart_2952_4234_2023-03-17_00-00\";a:1:{i:4780;i:3;}}'),(2893,2961,'_elementor_edit_mode','builder'),(2894,2961,'_elementor_template_type','wp-page'),(2895,2961,'_elementor_version','3.6.3'),(2896,2961,'_wp_page_template','elementor_header_footer'),(2897,2961,'_elementor_data','[{\"id\":\"581e04e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"dfe99d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"312d316\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[WTE_TRIPS_FIXED_STARTING_DATES]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(2899,2961,'_wxr_import_user_slug','wptravelengine'),(2900,2961,'_demo_importer_plus_sites_imported_post','1'),(2901,2961,'_demo_importer_enable_for_batch','1'),(2902,3154,'_travel_monster_sidebar_layout','default-sidebar'),(2903,3154,'_wxr_import_user_slug','hello@raushanjaiswal.com'),(2904,3154,'_demo_importer_plus_sites_imported_post','1'),(2905,3154,'_demo_importer_enable_for_batch','1'),(2906,3183,'_travel_monster_sidebar_layout','default-sidebar'),(2907,3183,'_elementor_edit_mode','builder'),(2908,3183,'_elementor_template_type','wp-page'),(2909,3183,'_elementor_version','3.7.7'),(2910,3183,'_wp_page_template','elementor_header_footer'),(2911,3183,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#FFFFFF\";}'),(2912,3183,'_elementor_data','[{\"id\":\"123e71d5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#02010182\",\"background_color_stop\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"background_color_b\":\"#F2295BA1\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":210,\"sizes\":[]},\"background_slideshow_background_size\":\"cover\",\"background_slideshow_background_position\":\"center center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"15\",\"bottom\":\"90\",\"left\":\"15\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/08\\/StockSnap_O3ETYCN1W-1.jpg\",\"id\":3292,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_size_mobile\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"css_classes\":\"travel-monster__search-section\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"45cfa929\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.386,\"content_position\":\"center\",\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"54551969\",\"elType\":\"widget\",\"settings\":{\"title\":\"Escape Your Comfort Zone.\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":88,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_css_classes\":\"--secondaryFontFamily\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_family\":\"Caveat\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7f981a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Grab your stuff and let\\u2019s get lost.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1529d147\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.528,\"content_position\":\"center\",\"align\":\"flex-end\",\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c97bc4d\",\"elType\":\"widget\",\"settings\":{\"showTitle\":\"\",\"searchFormOrientation\":\"vertical\",\"searchButtonLabel\":\"Search\",\"destination_label\":\"Destination\",\"trip_types_label\":\"Trip Types\",\"activities_label\":\"Activity\",\"duration_label\":\"Duration\",\"price_label\":\"Budget\",\"date_label\":\"Date\",\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"search_padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"destination_order\":3,\"activities_order\":1,\"price_order\":2,\"search_typography_typography\":\"custom\",\"search_typography_line_height\":{\"unit\":\"px\",\"size\":22.4,\"sizes\":[]},\"search_input_icon_color\":\"#28b5a4\",\"search_input_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"search_button_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"search_button_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"__globals__\":{\"search_input_icon_color\":\"globals\\/colors?id=primary_color\",\"search_input_arrow_color\":\"globals\\/colors?id=primary\",\"search_primary_color\":\"globals\\/colors?id=primary_color\"},\"search_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"search_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"search_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"search_input_color\":\"#494D41\"},\"elements\":[],\"widgetType\":\"wptravelengine-trip-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6bedb2f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"46\",\"right\":\"0\",\"bottom\":\"46\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"css_classes\":\"travel-monster_section-bg\"},\"elements\":[{\"id\":\"6572b3ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cf99c3c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/08\\/location.svg\",\"id\":3236},\"library\":\"svg\"},\"view\":\"stacked\",\"title_text\":\"Handpicked Destination\",\"description_text\":\"Our strict screening process means you\\u2019re only seeing the best quality treks.\",\"primary_color\":\"#EBFBF9\",\"icon_space\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\",\"secondary_color\":\"globals\\/colors?id=primary_color\",\"description_color\":\"globals\\/colors?id=body_font_color\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"526b5839\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2e86aab9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/08\\/purse.svg\",\"id\":3235},\"library\":\"svg\"},\"view\":\"stacked\",\"title_text\":\"Best Price Guaranteed\",\"description_text\":\"Our Best Price Guarantee means that you can be sure of booking at the best rate.\",\"primary_color\":\"#EBFBF9\",\"icon_space\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\",\"secondary_color\":\"globals\\/colors?id=primary_color\",\"description_color\":\"globals\\/colors?id=body_font_color\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"208f762f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"786568b9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/08\\/headphone.svg\",\"id\":3234},\"library\":\"svg\"},\"view\":\"stacked\",\"title_text\":\"24\\/7 Cutomer Service\",\"description_text\":\"Our customer are standing by 24\\/7 to make your experience incredible.\",\"primary_color\":\"#EBFBF9\",\"icon_space\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\",\"secondary_color\":\"globals\\/colors?id=primary_color\",\"description_color\":\"globals\\/colors?id=body_font_color\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e730f47\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"90\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"26\",\"bottom\":\"60\",\"left\":\"26\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1740d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"12ed3998\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"travel-monster_section-header\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e559f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4b8102e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popular Trips\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Caveat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"header_size\":\"h5\",\"_css_classes\":\"--secondaryFontFamily\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"197fa5b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore popular trips\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=heading\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16498ffb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get started with handpicked top rated trips.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"69d741a7\",\"elType\":\"widget\",\"settings\":{\"showReviews\":\"yes\",\"showGroupSize\":\"yes\",\"showActivities\":\"yes\",\"showTripType\":\"yes\",\"showTripAvailableTime\":\"yes\",\"showViewMoreButton\":\"yes\",\"cardlayout\":\"5\",\"viewAllButtonText\":\"Button label\",\"sectionHeading\":\"Explore popular trips.\",\"sectionDescription\":\"Get started with handpicked top rated trips.\",\"listby\":\"featured\",\"tripsCountPerRow\":3,\"_css_classes\":\"has-header-decoration\",\"tripsgap\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"84\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"meta_typography_typography\":\"custom\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"meta_typography_font_weight\":\"400\",\"strike_color\":\"#1C201199\",\"discount_tag_color\":\"#1C2011\",\"discount_tag_bg_color\":\"#FEC350\",\"rating_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"discount_tag_color\":\"globals\\/colors?id=primary\",\"meta_color\":\"\",\"meta_icon_color\":\"globals\\/colors?id=primary_color\",\"title_color_hover\":\"globals\\/colors?id=primary_color\",\"meta_hover_color\":\"globals\\/colors?id=primary_color\"},\"viewMoreButtonText\":\"View Details\",\"animation_type\":\"ease-in-out\",\"img_animation_duration\":1},\"elements\":[],\"widgetType\":\"wptravelengine-trips\"},{\"id\":\"8be2a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL TRIPS\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary_color\",\"button_hover_border_color\":\"globals\\/colors?id=secondary_color\",\"button_text_color\":\"globals\\/colors?id=secondary_color\"},\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/trip-types\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_color\":\"#FFFFFF\",\"background_color\":\"#02010100\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6978446d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"388f364f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":\"566b2834\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/bg-item.png\",\"id\":3352,\"alt\":\"\",\"source\":\"library\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":27.456},\"_position\":\"absolute\",\"_offset_x\":{\"size\":922,\"unit\":\"px\"},\"_offset_y\":{\"size\":0,\"unit\":\"px\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d2fa0c4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=section\"},\"css_classes\":\"travel-monster_section-bg\"},\"elements\":[{\"id\":\"70044d3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7062647e\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"travel-monster_section-header\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d3d8a35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[{\"id\":\"30ea6ed7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popular Destination\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Caveat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"header_size\":\"h5\",\"_css_classes\":\"--secondaryFontFamily\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d3323f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore popular destination.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=heading\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"46eb074c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A new journey begin here within, find a destination that suits you and start travelling. We offer best travel packages.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":622,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b119c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore popular destination.\",\"subtitle\":\"A new journey begin here within, find a destination that suits you and start travelling. We offer best travel packages.\",\"cardlayout\":\"1\",\"countLabel\":\"Trips\",\"linkText\":\"View All\",\"viewAllButtonText\":\"View All\",\"titleLevel\":\"2\",\"listby\":\"byids\",\"listItems\":[34,44,37,32,17,\"81\"],\"_css_classes\":\"has-header-decoration\",\"termsgap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"terms_button_typography_typography\":\"custom\",\"terms_button_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"terms_button_typography_font_weight\":\"600\",\"terms_button_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"terms_button_hover_color\":\"#28b5a4\",\"_padding\":{\"unit\":\"px\",\"top\":\"94\",\"right\":\"0\",\"bottom\":\"19\",\"left\":\"0\",\"isLinked\":false},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"terms_button_color\":\"\",\"terms_button_hover_color\":\"globals\\/colors?id=primary_color\",\"terms_arrow_color\":\"globals\\/colors?id=secondary_color\",\"terms_title_color_hover\":\"globals\\/colors?id=secondary_color\"},\"terms_alignment\":\"center\",\"terms_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"terms_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"terms_title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"terms_count_color\":\"#494D41\",\"terms_image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"terms_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"terms_animation_type\":\"ease-in-out\",\"terms_img_animation_duration\":1},\"elements\":[],\"widgetType\":\"wptravelengine-destinations\"},{\"id\":\"446c5502\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL DESTINATION\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary_color\",\"button_hover_border_color\":\"globals\\/colors?id=secondary_color\",\"button_text_color\":\"globals\\/colors?id=secondary_color\"},\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/destination\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_color\":\"#FFFFFF\",\"background_color\":\"#02010100\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7e67646\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"90\",\"left\":\"15\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"26\",\"bottom\":\"60\",\"left\":\"26\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"552d64d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f83d3ff\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"travel-monster_section-header\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73c0e951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[{\"id\":\"24824ba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popular Destination\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Caveat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"header_size\":\"h5\",\"_css_classes\":\"--secondaryFontFamily\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82c0f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best travel deals.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=heading\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bdc3eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The origin of the world travel is most likely lost to history.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":622,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"20e1eb2d\",\"elType\":\"widget\",\"settings\":{\"sectionHeading\":\"Best travel deals.\",\"sectionDescription\":\"The origin of the word travel is most likely lost to history.\",\"showReviews\":\"yes\",\"showGroupSize\":\"yes\",\"showActivities\":\"yes\",\"showTripType\":\"yes\",\"showTripAvailableTime\":\"yes\",\"showViewMoreButton\":\"yes\",\"layout\":\"slider\",\"cardlayout\":\"5\",\"viewAllButtonText\":\"Button label\",\"slider.navigation\":\"arrows\",\"slider.autoplay\":\"\",\"slider.pauseOnMouseEnter\":\"\",\"custom_css\":\".category-slider .wpte-swiper{\\n max-width: 100%;\\n overflow: hidden;\\n}\\n.cateogry-slider{\\n position: relative;\\n}\",\"_css_classes\":\"has-header-decoration\",\"tripsgap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"showFeaturedRibbon\":\"\",\"slider.pagination\":\"\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"meta_typography_typography\":\"custom\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"meta_typography_font_weight\":\"400\",\"strike_color\":\"#1C201199\",\"discount_tag_color\":\"#1C2011\",\"discount_tag_bg_color\":\"#FEC350\",\"rating_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"84\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"discount_tag_color\":\"globals\\/colors?id=primary\",\"meta_color\":\"\",\"meta_icon_color\":\"globals\\/colors?id=primary_color\",\"title_color_hover\":\"globals\\/colors?id=primary_color\",\"meta_hover_color\":\"globals\\/colors?id=primary_color\",\"slider_arrow_color\":\"globals\\/colors?id=secondary_color\"},\"slider_prev_arrow_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/left-slider-arrow.svg\",\"id\":3741},\"library\":\"svg\"},\"slider_next_arrow_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/right-slider-arrow.svg\",\"id\":3742},\"library\":\"svg\"},\"slider_arrow_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"viewMoreButtonText\":\"View Details\",\"animation_type\":\"ease-in-out\",\"img_animation_duration\":1},\"elements\":[],\"widgetType\":\"wptravelengine-trips\"},{\"id\":\"c2bc292\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL DEALS\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary_color\",\"button_hover_border_color\":\"globals\\/colors?id=secondary_color\",\"button_text_color\":\"globals\\/colors?id=secondary_color\"},\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/blog\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_color\":\"#FFFFFF\",\"background_color\":\"#02010100\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7f334872\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"775360a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":\"242fd62f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/planes.png\",\"id\":3372,\"alt\":\"\",\"source\":\"library\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":40.351},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-150,\"unit\":\"px\"},\"_offset_y\":{\"size\":0,\"unit\":\"px\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"577e0ea7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=section\"},\"css_classes\":\"travel-monster_section-bg\"},\"elements\":[{\"id\":\"c60db0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"space_between_widgets\":0},\"elements\":[{\"id\":\"56d39a65\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"travel-monster_section-header\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13106228\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[{\"id\":\"37d25dbb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popular Activities\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Caveat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"header_size\":\"h5\",\"_css_classes\":\"--secondaryFontFamily\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e14e347\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by activities.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=heading\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39ade39d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wide range of activities to involved in.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":622,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"24c6cb10\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by activities.\",\"subtitle\":\"Wide range of activities to involved in.\",\"countLabel\":\"Trips\",\"linkText\":\"View All\",\"viewAllButtonText\":\"View All\",\"cardlayout\":\"1\",\"_css_classes\":\"has-header-decoration\",\"termsgap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"terms_alignment\":\"center\",\"terms_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"terms_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"91\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"terms_arrow_color\":\"globals\\/colors?id=secondary_color\",\"terms_button_hover_color\":\"globals\\/colors?id=primary_color\"},\"terms_count_color\":\"#494D41\",\"terms_animation_type\":\"ease-in-out\",\"terms_img_animation_duration\":1},\"elements\":[],\"widgetType\":\"wptravelengine-activities\"},{\"id\":\"78edc5c7\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL ACTIVITIES\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary_color\",\"button_hover_border_color\":\"globals\\/colors?id=secondary_color\",\"button_text_color\":\"globals\\/colors?id=secondary_color\"},\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/activities\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_color\":\"#FFFFFF\",\"background_color\":\"#02010100\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"57c3317c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":3288,\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/08\\/CTA-bg-1-2-1.png\"}],\"background_slideshow_loop\":\"\",\"background_slideshow_background_size\":\"cover\",\"background_slideshow_background_position\":\"center center\",\"padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"15\",\"bottom\":\"115\",\"left\":\"15\",\"isLinked\":false},\"structure\":\"40\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"css_classes\":\"travel-nomads_counter-section\"},\"elements\":[{\"id\":\"2da60f0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"2502350a\",\"elType\":\"widget\",\"settings\":{\"bccgs_counter_title\":\"TRIPS AND TOURS\",\"bccgs_counter_t_separator\":\",\",\"bccgs_counter_suffix\":\"+\",\"bccds_counter_icon_updated\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/08\\/svgexport-29.svg\",\"id\":3272},\"library\":\"svg\"},\"bccds_counter_icon_position\":\"left\",\"bcsts_counter_title_color\":\"#FFFFFF\",\"bcsts_counter_title_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"bcsvs_counter_value_color\":\"#FFFFFF\",\"bcsvs_counter_value_typho_typography\":\"custom\",\"bcsvs_counter_value_typho_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"bcsvs_counter_value_typho_font_weight\":\"400\",\"bcsvs_counter_value_typho_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bcsvs_counter_value_typho_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bcsis_counter_icon_color\":\"#FFFFFF\",\"bcssps_counter_prefix_color\":\"#FFFFFF\",\"bcssps_counter_prefix_typo_typography\":\"custom\",\"bcssps_counter_prefix_typo_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"bcssps_counter_prefix_typo_font_weight\":\"400\",\"bcssps_counter_prefix_typo_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bcssps_counter_prefix_typo_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bcssps_counter_suffix_color\":\"#FFFFFF\",\"bcssps_counter_suffix_typo_typography\":\"custom\",\"bcssps_counter_suffix_typo_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"bcssps_counter_suffix_typo_font_weight\":\"400\",\"bcssps_counter_suffix_typo_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bcssps_counter_suffix_typo_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bcsts_counter_title_typho_typography\":\"custom\",\"bcsts_counter_title_typho_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"bcsts_counter_title_typho_font_weight\":\"600\",\"bcsts_counter_title_typho_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bcsts_counter_title_typho_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bccds_counter_image_upload\":{\"id\":\"2193\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-nomads\\/wp-content\\/uploads\\/sites\\/7\\/2021\\/12\\/placeholder-145-2.png\"}},\"elements\":[],\"widgetType\":\"meafe-counter\"}],\"isInner\":false},{\"id\":\"1544b3c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b8115bc\",\"elType\":\"widget\",\"settings\":{\"bccgs_counter_title\":\"COUNTRIES\",\"bccgs_counter_t_separator\":\",\",\"bccgs_counter_suffix\":\"+\",\"bccds_counter_icon_updated\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/08\\/svgexport-30.svg\",\"id\":3273},\"library\":\"svg\"},\"bccds_counter_icon_position\":\"left\",\"bcsts_counter_title_color\":\"#FFFFFF\",\"bcsts_counter_title_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"bcsvs_counter_value_color\":\"#FFFFFF\",\"bcsvs_counter_value_typho_typography\":\"custom\",\"bcsvs_counter_value_typho_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"bcsvs_counter_value_typho_font_weight\":\"400\",\"bcsvs_counter_value_typho_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bcsvs_counter_value_typho_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bcsis_counter_icon_color\":\"#FFFFFF\",\"bcssps_counter_prefix_color\":\"#FFFFFF\",\"bcssps_counter_prefix_typo_typography\":\"custom\",\"bcssps_counter_prefix_typo_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"bcssps_counter_prefix_typo_font_weight\":\"400\",\"bcssps_counter_prefix_typo_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bcssps_counter_prefix_typo_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bcssps_counter_suffix_color\":\"#FFFFFF\",\"bcssps_counter_suffix_typo_typography\":\"custom\",\"bcssps_counter_suffix_typo_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"bcssps_counter_suffix_typo_font_weight\":\"400\",\"bcssps_counter_suffix_typo_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bcssps_counter_suffix_typo_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bccgs_counter_end_value\":30,\"bcsts_counter_title_typho_typography\":\"custom\",\"bcsts_counter_title_typho_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"bcsts_counter_title_typho_font_weight\":\"600\",\"bcsts_counter_title_typho_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bcsts_counter_title_typho_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bccds_counter_image_upload\":{\"id\":\"2194\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-nomads\\/wp-content\\/uploads\\/sites\\/7\\/2021\\/12\\/placeholder-146-2.png\"}},\"elements\":[],\"widgetType\":\"meafe-counter\"}],\"isInner\":false},{\"id\":\"26352139\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"701b48aa\",\"elType\":\"widget\",\"settings\":{\"bccgs_counter_title\":\"OUTDOOR ACTIVITIES\",\"bccgs_counter_t_separator\":\",\",\"bccgs_counter_suffix\":\"+\",\"bccds_counter_icon_updated\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/08\\/svgexport-31.svg\",\"id\":3274},\"library\":\"svg\"},\"bccds_counter_icon_position\":\"left\",\"bcsts_counter_title_color\":\"#FFFFFF\",\"bcsts_counter_title_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"bcsvs_counter_value_color\":\"#FFFFFF\",\"bcsvs_counter_value_typho_typography\":\"custom\",\"bcsvs_counter_value_typho_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"bcsvs_counter_value_typho_font_weight\":\"400\",\"bcsvs_counter_value_typho_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bcsvs_counter_value_typho_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bcsis_counter_icon_color\":\"#FFFFFF\",\"bcssps_counter_prefix_color\":\"#FFFFFF\",\"bcssps_counter_prefix_typo_typography\":\"custom\",\"bcssps_counter_prefix_typo_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"bcssps_counter_prefix_typo_font_weight\":\"400\",\"bcssps_counter_prefix_typo_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bcssps_counter_prefix_typo_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bcssps_counter_suffix_color\":\"#FFFFFF\",\"bcssps_counter_suffix_typo_typography\":\"custom\",\"bcssps_counter_suffix_typo_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"bcssps_counter_suffix_typo_font_weight\":\"400\",\"bcssps_counter_suffix_typo_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bcssps_counter_suffix_typo_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bccgs_counter_end_value\":50,\"bcsts_counter_title_typho_typography\":\"custom\",\"bcsts_counter_title_typho_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"bcsts_counter_title_typho_font_weight\":\"600\",\"bcsts_counter_title_typho_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bcsts_counter_title_typho_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bccds_counter_image_upload\":{\"id\":\"2195\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-nomads\\/wp-content\\/uploads\\/sites\\/7\\/2021\\/12\\/placeholder-147-2.png\"}},\"elements\":[],\"widgetType\":\"meafe-counter\"}],\"isInner\":false},{\"id\":\"4d778e1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d6bf035\",\"elType\":\"widget\",\"settings\":{\"bccgs_counter_title\":\"HAPPY NOMADS\",\"bccgs_counter_t_separator\":\",\",\"bccgs_counter_suffix\":\"K+\",\"bccds_counter_icon_updated\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/08\\/svgexport-32.svg\",\"id\":3275},\"library\":\"svg\"},\"bccds_counter_icon_position\":\"left\",\"bcsts_counter_title_color\":\"#FFFFFF\",\"bcsts_counter_title_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"bcsvs_counter_value_color\":\"#FFFFFF\",\"bcsvs_counter_value_typho_typography\":\"custom\",\"bcsvs_counter_value_typho_font_family\":\"Poppins\",\"bcsvs_counter_value_typho_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"bcsvs_counter_value_typho_font_weight\":\"400\",\"bcsvs_counter_value_typho_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bcsvs_counter_value_typho_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bcsis_counter_icon_color\":\"#FFFFFF\",\"bcssps_counter_prefix_color\":\"#FFFFFF\",\"bcssps_counter_prefix_typo_typography\":\"custom\",\"bcssps_counter_prefix_typo_font_family\":\"Poppins\",\"bcssps_counter_prefix_typo_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"bcssps_counter_prefix_typo_font_weight\":\"400\",\"bcssps_counter_prefix_typo_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bcssps_counter_prefix_typo_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bcssps_counter_suffix_color\":\"#FFFFFF\",\"bcssps_counter_suffix_typo_typography\":\"custom\",\"bcssps_counter_suffix_typo_font_family\":\"Poppins\",\"bcssps_counter_suffix_typo_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"bcssps_counter_suffix_typo_font_weight\":\"400\",\"bcssps_counter_suffix_typo_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bcssps_counter_suffix_typo_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bccgs_counter_end_value\":50,\"bcsts_counter_title_typho_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"bcsts_counter_title_typho_font_weight\":\"600\",\"bcsts_counter_title_typho_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bcsts_counter_title_typho_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bccds_counter_image_upload\":{\"id\":\"2196\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-nomads\\/wp-content\\/uploads\\/sites\\/7\\/2021\\/12\\/placeholder-148-2.png\"},\"bcsts_counter_title_typho_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"meafe-counter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"548793c0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"heading_color\":\"#1C2011\"},\"elements\":[{\"id\":\"5bf90525\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7c4b1a0d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"travel-monster_section-header\"},\"elements\":[{\"id\":\"100fc1f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f18f2b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Caveat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"header_size\":\"h5\",\"_css_classes\":\"--secondaryFontFamily\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73f395ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"Client testimonials\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=heading\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3707db49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Real travelers. Real stories. Real opinions to help you make the right choice.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7a630e2c\",\"elType\":\"widget\",\"settings\":{\"btccgs_testimonial_carousel\":[{\"btccgs_testimonial_carousel_title\":\"Get Ahead in Travel with Booking\",\"btccgs_testimonial_carousel_content\":\"Inquietude simplicity terminated she compliment remarkably few her nay. The weeks are ham asked jokes. Neglected perceived shy nay concluded.\",\"btccgs_testimonial_carousel_name\":\"Selvetica Forez\",\"btccgs_testimonial_carousel_position\":\"\",\"_id\":\"e0f5760\",\"btccgs_testimonial_carousel_image\":{\"id\":3390,\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/woman-smiling.png\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"0a4d069\",\"btccgs_testimonial_carousel_title\":\"Having fun with everyone\",\"btccgs_testimonial_carousel_content\":\"In as name to here them deny wise this. As rapid woody my he me which. Men but they fail shew just wish next put. Led all visitor musical calling nor her.\",\"btccgs_testimonial_carousel_name\":\"Madam Nozaia\",\"btccgs_testimonial_carousel_position\":\"\",\"btccgs_testimonial_carousel_image\":{\"id\":3394,\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/woman-smiling-2.png\",\"alt\":\"\",\"source\":\"library\"}},{\"btccgs_testimonial_carousel_title\":\"Get Ahead in Travel with Booking\",\"btccgs_testimonial_carousel_content\":\"Inquietude simplicity terminated she compliment remarkably few her nay. The weeks are ham asked jokes. Neglected perceived shy nay concluded.\",\"btccgs_testimonial_carousel_name\":\"Selvetica Forez\",\"btccgs_testimonial_carousel_position\":\"\",\"btccgs_testimonial_carousel_image\":{\"id\":3390,\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/woman-smiling.png\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"34261c4\"},{\"btccgs_testimonial_carousel_title\":\"Having fun with everyone\",\"btccgs_testimonial_carousel_content\":\"In as name to here them deny wise this. As rapid woody my he me which. Men but they fail shew just wish next put. Led all visitor musical calling nor her.\",\"btccgs_testimonial_carousel_name\":\"Madam Nozaia\",\"btccgs_testimonial_carousel_position\":\"\",\"btccgs_testimonial_carousel_image\":{\"id\":3394,\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/woman-smiling-2.png\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"03535b6\"}],\"btccgs_testimonial_carousel_layouts\":\"3\",\"btccgs_testimonial_carousel_arrow_prev_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/testimonial-left-arrow.svg\",\"id\":3748},\"library\":\"svg\"},\"btccgs_testimonial_carousel_arrow_next_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/testimonial-right-arrow.svg\",\"id\":3747},\"library\":\"svg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"btcsna_testimonial_arrow_color\":\"\",\"btcsna_testimonial_arrow_hover_color\":\"globals\\/colors?id=secondary\",\"btcsgs_testimonial_title_color\":\"\"},\"btcsgs_testimonial_title_typography_typography\":\"custom\",\"btcsgs_testimonial_title_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"btcsgs_testimonial_title_typography_font_weight\":\"500\",\"btcsgs_testimonial_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"btcsgs_testimonial_content_typography_typography\":\"custom\",\"btcsgs_testimonial_content_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"btcsgs_testimonial_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"btsrs_testimonial_name_typography_typography\":\"custom\",\"btsrs_testimonial_name_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"btsrs_testimonial_name_typography_font_weight\":\"400\",\"btcsna_testimonial_arrow_color\":\"#FC7400\",\"btcsna_testimonial_arrow_hover_color\":\"#28b5a4\",\"btccgs_testimonial_carousel_show_carousel_loop\":\"yes\"},\"elements\":[],\"widgetType\":\"meafe-testimonial-carousel\"},{\"id\":\"3e55b88\",\"elType\":\"widget\",\"settings\":{\"text\":\"READ ALL TESTIMONIALS\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\",\"button_text_color\":\"globals\\/colors?id=secondary_color\",\"background_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary_color\",\"button_hover_border_color\":\"globals\\/colors?id=secondary_color\"},\"link\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/testimonials\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_color\":\"#FFFFFF\",\"background_color\":\"#02010100\",\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ca6956e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"51e5cb73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"flex-end\",\"space_between_widgets\":0,\"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\":\"20a7d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/decoration.png\",\"id\":3398,\"alt\":\"\",\"source\":\"library\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":17.105},\"_position\":\"absolute\",\"_offset_x\":{\"size\":1040,\"unit\":\"px\"},\"_offset_y\":{\"size\":-197,\"unit\":\"px\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"size\":0,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c30dee5\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=section\"},\"css_classes\":\"travel-monster_section-bg\"},\"elements\":[{\"id\":\"e623a5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6a865cfb\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"travel-monster_section-header\"},\"elements\":[{\"id\":\"49f8c940\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"63113f7b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Blog & Tips\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Caveat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"header_size\":\"h5\",\"_css_classes\":\"--secondaryFontFamily\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a7a5edc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Travel tips and blog\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=heading\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"10695344\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Latest travel tips and blog covering all travel experiences.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7d495160\",\"elType\":\"widget\",\"settings\":{\"bbcls_blog_layout_mode\":\"2\",\"bbcls_blog_show_load_more_text\":\"LOAD MORE\",\"bbcls_blog_show_load_more_url\":\"#\",\"bbcls_blog_excerpt_expanison_indicator\":\"...\",\"bbcls_blog_read_more_button_text\":\"READ MORE\",\"bbscts_blog_title_typography_typography\":\"custom\",\"bbscts_blog_title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"bbscts_blog_title_typography_font_weight\":\"500\",\"bbscts_blog_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"bbscts_blog_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bbscts_blog_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bbsrms_blog_read_more_btn_typography_typography\":\"custom\",\"bbsrms_blog_read_more_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"bbsrms_blog_read_more_btn_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"bbcqs_blog_category_ids\":[],\"bbcqs_blog_post_tag_ids\":[],\"bbcqs_blog_post__not_in\":[],\"bbscts_blog_title_hover_color\":\"#28b5a4\",\"bbslms_blog_load_more_btn_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"32\",\"bottom\":\"20\",\"left\":\"32\",\"isLinked\":false},\"bbslms_blog_load_more_btn_typography_typography\":\"custom\",\"bbslms_blog_load_more_btn_typography_font_family\":\"Poppins\",\"bbslms_blog_load_more_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"bbslms_blog_load_more_btn_typography_font_weight\":\"500\",\"bbslms_blog_load_more_btn_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bbslms_blog_load_more_btn_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bbslms_blog_load_more_btn_normal_text_color\":\"#E48E45\",\"bbslms_blog_load_more_btn_normal_bg_color\":\"#02010100\",\"bbslms_blog_load_more_btn_normal_border_border\":\"solid\",\"bbslms_blog_load_more_btn_normal_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"bbslms_blog_load_more_btn_normal_border_color\":\"#E48E45\",\"bbslms_blog_load_more_btn_border_radius\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"bbslms_blog_load_more_btn_hover_text_color\":\"#FFFFFF\",\"bbslms_blog_load_more_btn_hover_bg_color\":\"#E48E45\",\"bbslms_blog_load_more_btn_hover_border_color\":\"#E48E45\",\"bbcls_blog_show_category\":\"\",\"bbscts_blog_excerpt_color\":\"#494D41\",\"bbscts_blog_excerpt_typography_typography\":\"custom\",\"bbscts_blog_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"bbscts_blog_excerpt_typography_font_weight\":\"400\",\"bbscts_blog_excerpt_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bbscts_blog_excerpt_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bbscts_blog_meta_color\":\"#8E9088\",\"bbscts_blog_meta_typography_typography\":\"custom\",\"bbscts_blog_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"bbscts_blog_meta_typography_font_weight\":\"400\",\"bbscts_blog_meta_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bbscts_blog_meta_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"bbsrms_blog_read_more_btn_color\":\"globals\\/colors?id=secondary_color\",\"bbscts_blog_title_color\":\"\",\"bbscts_blog_title_hover_color\":\"globals\\/colors?id=secondary\"},\"bbsrms_blog_read_more_btn_color\":\"#28b5a4\",\"_mask_shape\":\"custom\",\"bbsgs_blog_bg_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"meafe-blog\"},{\"id\":\"23bcf9b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"READ ALL BLOG\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary_color\",\"button_hover_border_color\":\"globals\\/colors?id=secondary_color\",\"button_text_color\":\"globals\\/colors?id=secondary_color\"},\"link\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/blog\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_color\":\"#FFFFFF\",\"background_color\":\"#02010100\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49343c38\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#FEFAF6\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"27e74bc2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3940b91d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"travel-monster_section-header\"},\"elements\":[{\"id\":\"70f4daf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"57eef7ca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted by\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=heading\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a889a52\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With award winning services we are trusted many companies.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ec289b2\",\"elType\":\"widget\",\"settings\":{\"bccgs_clients_per_line\":\"5\",\"bccgs_clients_show_black_and_white\":\"\",\"bccgs_clients_repeater\":[{\"_id\":\"6b19129\",\"bccgs_client_image\":{\"id\":3425,\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/brand-treva.png\",\"alt\":\"\",\"source\":\"library\"},\"bccgs_client_link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"e5489bd\",\"bccgs_client_image\":{\"id\":3424,\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/brand-nirastate.png\",\"alt\":\"\",\"source\":\"library\"},\"bccgs_client_link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"e2869dd\",\"bccgs_client_image\":{\"id\":3423,\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/brand-circle.png\",\"alt\":\"\",\"source\":\"library\"},\"bccgs_client_link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"b290d6d\",\"bccgs_client_image\":{\"id\":3421,\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/brand-goldline.png\",\"alt\":\"\",\"source\":\"library\"},\"bccgs_client_link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"3e0b701\",\"bccgs_client_image\":{\"id\":3422,\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/earth-2.png\",\"alt\":\"\",\"source\":\"library\"},\"bccgs_client_link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"bccgs_client_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"meafe-clients\"},{\"id\":\"7c7d3a36\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"84\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"6230048c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6bac2286\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":3284,\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/08\\/Image-Mask-2-1.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"609f069a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"56\",\"bottom\":\"56\",\"left\":\"56\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FDFBF1\"},\"elements\":[{\"id\":\"10927239\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introducing South Asian countries trips.\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=heading\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11fc6346\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have teamed up with best travel service provider in South Asia to bring one of the best travel experience.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b908351\",\"elType\":\"widget\",\"settings\":{\"text\":\"EXPLORE JOURNEYS\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=primary_color\",\"button_hover_border_color\":\"globals\\/colors?id=primary_color\"},\"button_text_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/trip-types\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_color\":\"#FFFFFF\",\"background_color\":\"#e48e45\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2914,3183,'_wxr_import_user_slug','wptravelengine'),(2915,3183,'_demo_importer_plus_sites_imported_post','1'),(2916,3183,'_demo_importer_enable_for_batch','1'),(2917,4526,'_travel_monster_sidebar_layout','default-sidebar'),(2918,4526,'_elementor_edit_mode','builder'),(2919,4526,'_elementor_template_type','wp-page'),(2920,4526,'_elementor_version','3.8.1'),(2921,4526,'_wxr_import_user_slug','wptravelengine'),(2922,4526,'_demo_importer_plus_sites_imported_post','1'),(2923,4526,'_demo_importer_enable_for_batch','1'),(2924,4526,'_wp_page_template','elementor_header_footer'),(2925,34,'package-categories','a:1:{s:5:\"c_ids\";a:1:{s:0:\"\";N;}}'),(2926,34,'trip_ID','33'),(2927,34,'_wxr_import_user_slug','wptravelengine'),(2928,34,'_demo_importer_plus_sites_imported_post','1'),(2929,34,'_demo_importer_enable_for_batch','1'),(2930,354,'package-categories','a:1:{s:5:\"c_ids\";a:1:{s:0:\"\";N;}}'),(2931,354,'trip_ID','69'),(2932,354,'package-dates','a:1:{i:20220101;a:5:{s:7:\"dtstart\";s:10:\"2022-01-01\";s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:3:{s:11:\"r_frequency\";s:5:\"DAILY\";s:7:\"r_until\";s:0:\"\";s:7:\"r_count\";s:2:\"30\";}s:5:\"seats\";s:0:\"\";s:18:\"availability_label\";s:10:\"guaranteed\";}}'),(2933,354,'group-pricing','a:2:{i:7;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:3:\"980\";}}i:8;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:3:\"500\";}}}'),(2934,354,'_wxr_import_user_slug','travel-monster'),(2935,354,'_demo_importer_plus_sites_imported_post','1'),(2936,354,'_demo_importer_enable_for_batch','1'),(2937,355,'package-categories','a:1:{s:5:\"c_ids\";a:1:{s:0:\"\";N;}}'),(2938,355,'trip_ID','341'),(2939,355,'group-pricing','a:2:{i:7;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:4:\"1500\";}}i:8;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:1:\"0\";}}}'),(2940,355,'package-dates','a:2:{i:20211224;a:5:{s:7:\"dtstart\";s:10:\"2021-12-24\";s:5:\"times\";a:1:{i:0;a:2:{s:4:\"from\";s:5:\"14:00\";s:2:\"to\";s:5:\"10:00\";}}s:5:\"rrule\";a:3:{s:11:\"r_frequency\";s:5:\"DAILY\";s:7:\"r_until\";s:0:\"\";s:7:\"r_count\";s:2:\"10\";}s:5:\"seats\";s:1:\"8\";s:18:\"availability_label\";s:10:\"guaranteed\";}i:20220101;a:5:{s:7:\"dtstart\";s:10:\"2022-01-01\";s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:3:{s:11:\"r_frequency\";s:5:\"DAILY\";s:7:\"r_until\";s:0:\"\";s:7:\"r_count\";s:2:\"10\";}s:5:\"seats\";s:2:\"13\";s:18:\"availability_label\";s:10:\"guaranteed\";}}'),(2941,355,'_wxr_import_user_slug','travel-monster'),(2942,355,'_demo_importer_plus_sites_imported_post','1'),(2943,355,'_demo_importer_enable_for_batch','1'),(2944,411,'package-categories','a:1:{s:5:\"c_ids\";a:1:{s:0:\"\";N;}}'),(2945,411,'trip_ID','69'),(2946,411,'package-dates','a:1:{i:20220101;a:5:{s:7:\"dtstart\";s:10:\"2022-01-01\";s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:3:{s:11:\"r_frequency\";s:5:\"DAILY\";s:7:\"r_until\";s:0:\"\";s:7:\"r_count\";s:2:\"30\";}s:5:\"seats\";s:0:\"\";s:18:\"availability_label\";s:10:\"guaranteed\";}}'),(2947,411,'group-pricing','a:2:{i:7;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:3:\"980\";}}i:8;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:3:\"500\";}}}'),(2948,411,'_wxr_import_user_slug','travel-monster'),(2949,411,'_demo_importer_plus_sites_imported_post','1'),(2950,411,'_demo_importer_enable_for_batch','1'),(2951,412,'package-categories','a:1:{s:5:\"c_ids\";a:1:{s:0:\"\";N;}}'),(2952,412,'trip_ID','341'),(2953,412,'group-pricing','a:2:{i:7;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:4:\"1500\";}}i:8;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:1:\"0\";}}}'),(2954,412,'package-dates','a:2:{i:20211224;a:5:{s:7:\"dtstart\";s:10:\"2021-12-24\";s:5:\"times\";a:1:{i:0;a:2:{s:4:\"from\";s:5:\"14:00\";s:2:\"to\";s:5:\"10:00\";}}s:5:\"rrule\";a:3:{s:11:\"r_frequency\";s:5:\"DAILY\";s:7:\"r_until\";s:0:\"\";s:7:\"r_count\";s:2:\"10\";}s:5:\"seats\";s:1:\"8\";s:18:\"availability_label\";s:10:\"guaranteed\";}i:20220101;a:5:{s:7:\"dtstart\";s:10:\"2022-01-01\";s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:3:{s:11:\"r_frequency\";s:5:\"DAILY\";s:7:\"r_until\";s:0:\"\";s:7:\"r_count\";s:2:\"10\";}s:5:\"seats\";s:2:\"13\";s:18:\"availability_label\";s:10:\"guaranteed\";}}'),(2955,412,'_wxr_import_user_slug','travel-monster'),(2956,412,'_demo_importer_plus_sites_imported_post','1'),(2957,412,'_demo_importer_enable_for_batch','1'),(2958,628,'package-categories','a:1:{s:5:\"c_ids\";a:1:{s:0:\"\";N;}}'),(2959,628,'trip_ID','69'),(2960,628,'package-dates','a:1:{i:20220101;a:5:{s:7:\"dtstart\";s:10:\"2022-01-01\";s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:3:{s:11:\"r_frequency\";s:5:\"DAILY\";s:7:\"r_until\";s:0:\"\";s:7:\"r_count\";s:2:\"30\";}s:5:\"seats\";s:0:\"\";s:18:\"availability_label\";s:10:\"guaranteed\";}}'),(2961,628,'group-pricing','a:2:{i:7;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:3:\"980\";}}i:8;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:3:\"500\";}}}'),(2962,628,'_wxr_import_user_slug','travel-monster'),(2963,628,'_demo_importer_plus_sites_imported_post','1'),(2964,628,'_demo_importer_enable_for_batch','1'),(2965,629,'package-categories','a:1:{s:5:\"c_ids\";a:1:{s:0:\"\";N;}}'),(2966,629,'trip_ID','341'),(2967,629,'group-pricing','a:2:{i:7;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:4:\"1500\";}}i:8;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:1:\"0\";}}}'),(2968,629,'package-dates','a:2:{i:20211224;a:5:{s:7:\"dtstart\";s:10:\"2021-12-24\";s:5:\"times\";a:1:{i:0;a:2:{s:4:\"from\";s:5:\"14:00\";s:2:\"to\";s:5:\"10:00\";}}s:5:\"rrule\";a:3:{s:11:\"r_frequency\";s:5:\"DAILY\";s:7:\"r_until\";s:0:\"\";s:7:\"r_count\";s:2:\"10\";}s:5:\"seats\";s:1:\"8\";s:18:\"availability_label\";s:10:\"guaranteed\";}i:20220101;a:5:{s:7:\"dtstart\";s:10:\"2022-01-01\";s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:3:{s:11:\"r_frequency\";s:5:\"DAILY\";s:7:\"r_until\";s:0:\"\";s:7:\"r_count\";s:2:\"10\";}s:5:\"seats\";s:2:\"13\";s:18:\"availability_label\";s:10:\"guaranteed\";}}'),(2969,629,'_wxr_import_user_slug','travel-monster'),(2970,629,'_demo_importer_plus_sites_imported_post','1'),(2971,629,'_demo_importer_enable_for_batch','1'),(2972,806,'package-categories','a:1:{s:5:\"c_ids\";a:1:{s:0:\"\";N;}}'),(2973,806,'trip_ID','69'),(2974,806,'package-dates','a:1:{i:20220101;a:5:{s:7:\"dtstart\";s:10:\"2022-01-01\";s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:3:{s:11:\"r_frequency\";s:5:\"DAILY\";s:7:\"r_until\";s:0:\"\";s:7:\"r_count\";s:2:\"30\";}s:5:\"seats\";s:0:\"\";s:18:\"availability_label\";s:10:\"guaranteed\";}}'),(2975,806,'group-pricing','a:2:{i:7;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:3:\"980\";}}i:8;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:3:\"500\";}}}'),(2976,806,'_wxr_import_user_slug','travel-monster'),(2977,806,'_demo_importer_plus_sites_imported_post','1'),(2978,806,'_demo_importer_enable_for_batch','1'),(2979,807,'package-categories','a:1:{s:5:\"c_ids\";a:1:{s:0:\"\";N;}}'),(2980,807,'trip_ID','341'),(2981,807,'group-pricing','a:2:{i:7;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:4:\"1500\";}}i:8;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:1:\"0\";}}}'),(2982,807,'package-dates','a:2:{i:20211224;a:5:{s:7:\"dtstart\";s:10:\"2021-12-24\";s:5:\"times\";a:1:{i:0;a:2:{s:4:\"from\";s:5:\"14:00\";s:2:\"to\";s:5:\"10:00\";}}s:5:\"rrule\";a:3:{s:11:\"r_frequency\";s:5:\"DAILY\";s:7:\"r_until\";s:0:\"\";s:7:\"r_count\";s:2:\"10\";}s:5:\"seats\";s:1:\"8\";s:18:\"availability_label\";s:10:\"guaranteed\";}i:20220101;a:5:{s:7:\"dtstart\";s:10:\"2022-01-01\";s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:3:{s:11:\"r_frequency\";s:5:\"DAILY\";s:7:\"r_until\";s:0:\"\";s:7:\"r_count\";s:2:\"10\";}s:5:\"seats\";s:2:\"13\";s:18:\"availability_label\";s:10:\"guaranteed\";}}'),(2983,807,'_wxr_import_user_slug','travel-monster'),(2984,807,'_demo_importer_plus_sites_imported_post','1'),(2985,807,'_demo_importer_enable_for_batch','1'),(2986,1094,'package-categories','a:9:{s:5:\"c_ids\";a:2:{i:16;i:16;i:20;i:20;}s:6:\"labels\";a:2:{i:16;s:5:\"Adult\";i:20;s:5:\"Child\";}s:6:\"prices\";a:2:{i:16;s:4:\"1600\";i:20;s:4:\"1400\";}s:13:\"pricing_types\";a:2:{i:16;s:10:\"per-person\";i:20;s:10:\"per-person\";}s:12:\"enabled_sale\";a:2:{i:16;s:1:\"1\";i:20;s:1:\"1\";}s:11:\"sale_prices\";a:2:{i:16;s:4:\"1500\";i:20;s:4:\"1300\";}s:9:\"min_paxes\";a:2:{i:16;s:1:\"1\";i:20;s:1:\"1\";}s:9:\"max_paxes\";a:2:{i:16;s:0:\"\";i:20;s:0:\"\";}s:22:\"enabled_group_discount\";a:2:{i:16;s:1:\"1\";i:20;s:1:\"1\";}}'),(2987,1094,'trip_ID','2765'),(2988,1094,'package-dates','a:4:{i:20220204;a:5:{s:7:\"dtstart\";s:10:\"2022-02-04\";s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-04\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"28\";s:18:\"availability_label\";s:10:\"guaranteed\";}i:20220212;a:6:{s:7:\"dtstart\";s:10:\"2022-02-12\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"08:00\";s:2:\"to\";s:5:\"09:00\";}i:1;a:2:{s:4:\"from\";s:5:\"14:00\";s:2:\"to\";s:5:\"15:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-12\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"25\";s:18:\"availability_label\";s:9:\"available\";}i:20220217;a:6:{s:7:\"dtstart\";s:10:\"2022-02-17\";s:5:\"times\";a:1:{i:0;a:2:{s:4:\"from\";s:5:\"12:00\";s:2:\"to\";s:5:\"13:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-17\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"23\";s:18:\"availability_label\";s:7:\"limited\";}i:20220225;a:6:{s:7:\"dtstart\";s:10:\"2022-02-25\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"09:00\";s:2:\"to\";s:5:\"11:00\";}i:1;a:2:{s:4:\"from\";s:5:\"17:00\";s:2:\"to\";s:5:\"19:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-25\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"27\";s:18:\"availability_label\";s:10:\"guaranteed\";}}'),(2989,1094,'group-pricing','a:2:{i:51;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:4:\"1600\";}}i:53;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:4:\"1400\";}}}'),(2990,1094,'_wxr_import_user_slug','travel-monster'),(2991,1094,'_demo_importer_plus_sites_imported_post','1'),(2992,1094,'_demo_importer_enable_for_batch','1'),(2993,2539,'package-categories','a:1:{s:5:\"c_ids\";a:1:{s:0:\"\";N;}}'),(2994,2539,'trip_ID','105'),(2995,2539,'_wxr_import_user_slug','wptravelengine'),(2996,2539,'_demo_importer_plus_sites_imported_post','1'),(2997,2539,'_demo_importer_enable_for_batch','1'),(2998,2566,'package-categories','a:1:{s:5:\"c_ids\";a:1:{s:0:\"\";N;}}'),(2999,2566,'trip_ID','105'),(3000,2566,'package-dates','a:4:{i:20220204;a:5:{s:7:\"dtstart\";s:10:\"2022-02-04\";s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-04\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"20\";s:18:\"availability_label\";s:10:\"guaranteed\";}i:20220212;a:6:{s:7:\"dtstart\";s:10:\"2022-02-12\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"08:00\";s:2:\"to\";s:5:\"09:00\";}i:1;a:2:{s:4:\"from\";s:5:\"14:00\";s:2:\"to\";s:5:\"15:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-01-12\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"17\";s:18:\"availability_label\";s:9:\"available\";}i:20220217;a:6:{s:7:\"dtstart\";s:10:\"2022-02-17\";s:5:\"times\";a:1:{i:0;a:2:{s:4:\"from\";s:5:\"12:00\";s:2:\"to\";s:5:\"13:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-01-17\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"15\";s:18:\"availability_label\";s:7:\"limited\";}i:20220225;a:6:{s:7:\"dtstart\";s:10:\"2022-02-25\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"09:00\";s:2:\"to\";s:5:\"11:00\";}i:1;a:2:{s:4:\"from\";s:5:\"17:00\";s:2:\"to\";s:5:\"19:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-01-25\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"12\";s:18:\"availability_label\";s:10:\"guaranteed\";}}'),(3001,2566,'group-pricing','a:2:{i:9;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:4:\"1500\";}}i:10;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:4:\"1400\";}}}'),(3002,2566,'_wxr_import_user_slug','travel-monster'),(3003,2566,'_demo_importer_plus_sites_imported_post','1'),(3004,2566,'_demo_importer_enable_for_batch','1'),(3005,2567,'package-categories','a:1:{s:5:\"c_ids\";a:1:{s:0:\"\";N;}}'),(3006,2567,'trip_ID','105'),(3007,2567,'package-dates','a:4:{i:20220204;a:5:{s:7:\"dtstart\";s:10:\"2022-02-04\";s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-01-04\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"19\";s:18:\"availability_label\";s:10:\"guaranteed\";}i:20220212;a:6:{s:7:\"dtstart\";s:10:\"2022-02-12\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"08:00\";s:2:\"to\";s:5:\"09:00\";}i:1;a:2:{s:4:\"from\";s:5:\"14:00\";s:2:\"to\";s:5:\"15:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-01-12\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"17\";s:18:\"availability_label\";s:9:\"available\";}i:20220217;a:6:{s:7:\"dtstart\";s:10:\"2022-02-17\";s:5:\"times\";a:1:{i:0;a:2:{s:4:\"from\";s:5:\"12:00\";s:2:\"to\";s:5:\"13:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-01-12\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"21\";s:18:\"availability_label\";s:7:\"limited\";}i:20220225;a:6:{s:7:\"dtstart\";s:10:\"2022-02-25\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"09:00\";s:2:\"to\";s:5:\"11:00\";}i:1;a:2:{s:4:\"from\";s:5:\"17:00\";s:2:\"to\";s:5:\"19:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-01-25\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"26\";s:18:\"availability_label\";s:10:\"guaranteed\";}}'),(3008,2567,'group-pricing','a:2:{i:9;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:4:\"1700\";}}i:10;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:4:\"1600\";}}}'),(3009,2567,'_wxr_import_user_slug','travel-monster'),(3010,2567,'_demo_importer_plus_sites_imported_post','1'),(3011,2567,'_demo_importer_enable_for_batch','1'),(3012,2568,'package-categories','a:1:{s:5:\"c_ids\";a:1:{s:0:\"\";N;}}'),(3013,2568,'trip_ID','1090'),(3014,2568,'package-dates','a:4:{i:20220204;a:5:{s:7:\"dtstart\";s:10:\"2022-02-04\";s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-04\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"32\";s:18:\"availability_label\";s:10:\"guaranteed\";}i:20220212;a:6:{s:7:\"dtstart\";s:10:\"2022-02-12\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"08:00\";s:2:\"to\";s:5:\"09:00\";}i:1;a:2:{s:4:\"from\";s:5:\"14:00\";s:2:\"to\";s:5:\"15:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-01-12\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"29\";s:18:\"availability_label\";s:9:\"available\";}i:20220217;a:6:{s:7:\"dtstart\";s:10:\"2022-02-17\";s:5:\"times\";a:1:{i:0;a:2:{s:4:\"from\";s:5:\"12:00\";s:2:\"to\";s:5:\"13:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-01-17\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"26\";s:18:\"availability_label\";s:7:\"limited\";}i:20220225;a:6:{s:7:\"dtstart\";s:10:\"2022-02-25\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"09:00\";s:2:\"to\";s:5:\"11:00\";}i:1;a:2:{s:4:\"from\";s:5:\"17:00\";s:2:\"to\";s:5:\"19:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-25\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"24\";s:18:\"availability_label\";s:10:\"guaranteed\";}}'),(3015,2568,'_wxr_import_user_slug','travel-monster'),(3016,2568,'_demo_importer_plus_sites_imported_post','1'),(3017,2568,'_demo_importer_enable_for_batch','1'),(3018,2569,'package-categories','a:1:{s:5:\"c_ids\";a:1:{s:0:\"\";N;}}'),(3019,2569,'trip_ID','1090'),(3020,2569,'package-dates','a:4:{i:20220204;a:5:{s:7:\"dtstart\";s:10:\"2022-02-04\";s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-04\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"33\";s:18:\"availability_label\";s:10:\"guaranteed\";}i:20220212;a:6:{s:7:\"dtstart\";s:10:\"2022-02-12\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"08:00\";s:2:\"to\";s:5:\"09:00\";}i:1;a:2:{s:4:\"from\";s:5:\"14:00\";s:2:\"to\";s:5:\"15:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-12\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"30\";s:18:\"availability_label\";s:9:\"available\";}i:20220217;a:6:{s:7:\"dtstart\";s:10:\"2022-02-17\";s:5:\"times\";a:1:{i:0;a:2:{s:4:\"from\";s:5:\"12:00\";s:2:\"to\";s:5:\"13:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-17\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"28\";s:18:\"availability_label\";s:7:\"limited\";}i:20220225;a:6:{s:7:\"dtstart\";s:10:\"2022-02-25\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"09:00\";s:2:\"to\";s:5:\"11:00\";}i:1;a:2:{s:4:\"from\";s:5:\"17:00\";s:2:\"to\";s:5:\"19:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-25\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"23\";s:18:\"availability_label\";s:10:\"guaranteed\";}}'),(3021,2569,'_wxr_import_user_slug','travel-monster'),(3022,2569,'_demo_importer_plus_sites_imported_post','1'),(3023,2569,'_demo_importer_enable_for_batch','1'),(3024,2953,'trip_version','2.0.0'),(3025,2953,'_s_has_sale','yes'),(3026,2953,'wp_travel_engine_booking_setting','a:0:{}'),(3027,2953,'packages_ids','a:1:{i:0;i:4233;}'),(3028,2953,'wp_travel_engine_setting_trip_actual_price','900'),(3029,2953,'_s_price','800'),(3030,2953,'wp_travel_engine_setting_trip_duration','120'),(3031,2953,'_s_min_pax','1'),(3032,2953,'_s_max_pax','10'),(3033,2953,'wp_travel_engine_setting','a:26:{s:9:\"trip_code\";s:8:\"WTE-2762\";s:13:\"trip_duration\";s:1:\"5\";s:18:\"trip_duration_unit\";s:4:\"days\";s:20:\"trip_duration_nights\";s:1:\"4\";s:17:\"trip_cut_off_time\";s:0:\"\";s:17:\"trip_cut_off_unit\";s:4:\"days\";s:18:\"min_max_age_enable\";s:4:\"true\";s:17:\"minmax_pax_enable\";s:4:\"true\";s:16:\"trip_minimum_pax\";s:1:\"1\";s:16:\"trip_maximum_pax\";s:2:\"10\";s:22:\"overview_section_title\";s:8:\"Overview\";s:11:\"tab_content\";a:1:{s:10:\"1_wpeditor\";s:578:\"Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle, automobile, train, boat, bus, airplane, or other means, with or without luggage, and can be one way or round trip. Travel can also include relatively short stays between successive movements.\r\n\r\nThe origin of the word \"travel\" is most likely lost to history. The term \"travel\" may originate from the Old French word travail, which means \'work\'. According to the Merriam Webster dictionary, the first known use of the word travel was in the 14th century.\";}s:21:\"trip_highlights_title\";s:10:\"Highlights\";s:15:\"trip_highlights\";a:4:{i:85813673;a:1:{s:14:\"highlight_text\";s:42:\"Trek to the world-famous Everest Base Camp\";}i:87397561;a:1:{s:14:\"highlight_text\";s:57:\"Enjoy the amazing view of the Himalayas from Kala Patthar\";}i:88696978;a:1:{s:14:\"highlight_text\";s:77:\"Travel through the Sherpa villages of Namche, Khumjung, Khunde, and Dingboche\";}i:49295213;a:1:{s:14:\"highlight_text\";s:62:\"Visit Tengboche the biggest and oldest monastery n the region.\";}}s:16:\"wte_services_ids\";s:9:\"2922,2923\";s:20:\"trip_itinerary_title\";s:9:\"Itinerary\";s:9:\"itinerary\";a:2:{s:15:\"itinerary_title\";a:7:{i:1;s:84:\"Kathmandu to Pokhara (By flight or Bus), the city of Lakes, adventures and serenity.\";i:2;s:35:\"Drive to Nayapul and trek to Ulleri\";i:3;s:17:\"Trek to Ghorepani\";i:4;s:63:\"Early trek to Poon Hill, Back to Ghorepani and Trek to Tadapani\";i:5;s:20:\"Tadapani to Chomrong\";i:6;s:26:\"Chomrong to Dobhan (Dovan)\";i:7;s:16:\"Dovan to Deurali\";}s:17:\"itinerary_content\";a:7:{i:1;s:593:\"Arrive at Tribhuwan International Airport, Kathmandu, you are welcomed by the team and then you will be transferred to your hotel. This trail goes through Ghorepani Poon Hill. Normally, the trek starts like Pokhara to Nayapul and ends like Phedi to Pokhara. While early travel tended to be slower, more dangerous, and more dominated by trade and migration, cultural and technological advances over many years have tended to mean that travel has become easier and more accessible. The evolution of technology in such diverse fields as horse tack and bullet trains has contributed to this trend.\";i:2;s:335:\"While early travel tended to be slower, more dangerous, and more dominated by trade and migration, cultural and technological advances over many years have tended to mean that travel has become easier and more accessible. The evolution of technology in such diverse fields as horse tack and bullet trains has contributed to this trend.\";i:3;s:369:\"The Palace of Fifty five Windows: This magnificent palace was built during the reign of King Yakshya Malla in A.D. 1427 and was subsequently remodeled by King Bhupatindra Malla in the seventeenth century. Among the brick walls with their gracious setting and sculptural design, is a balcony with Fifty five Windows, considered to be a unique masterpiece of woodcarving.\";i:4;s:312:\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.\r\n\r\nSeparated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia.\";i:5;s:214:\"Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Dan decided to leave for the far World of Grammar.\";i:6;s:167:\"The Big Oxmox advised her not to do so because there were thousands of bad Commas, wild Question Marks and devious Semikoli, but the Little Blind Text didn’t listen.\";i:7;s:258:\"When she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road, the Line Lane. Pityful a rethoric question ran over her cheek.\";}}s:18:\"cost_tab_sec_title\";s:4:\"Cost\";s:4:\"cost\";a:4:{s:14:\"includes_title\";s:17:\"The Cost Includes\";s:13:\"cost_includes\";s:710:\"Pick-up or Drop-off service from and to Airport(in our own vehicle)\r\n Transportation to and from!!\r\n Food all along the trip(Breakfast, Lunch, Dinner and a cup of coffee or tea) and accommodations during the trip in hotels with family environment\r\n Transportation, food, accommodation and insurance of Guide during the trip \r\n Down jacket, all-season sleeping bag, duffel bag and trekking map(in case if you don’t have your own. Down jacket, sleeping bag and duffel bag must be returned after completion of the trip)\r\n First Aid Medical Kit(Your guide will carry the Medical Kit but we also advise to bring yourself for your own use, as far as possible)\r\nAll the required permits and paperwork\";s:14:\"excludes_title\";s:17:\"The Cost Excludes\";s:13:\"cost_excludes\";s:424:\"International Airfare\r\n Visa Charges\r\n Hotel Expenses(In Kathmandu, some packages do include hotel expenses)\r\n Your travel and medical insurance \r\n Personal Expenses such as shopping, bar bills, hot shower, telephone, laundry, titbits etc\r\n Food and accommodations in Kathmandu \r\n Services not mentioned or not promised by the agent/agency\r\n Emergency expenses such as expenses on chartered helicopter.\";}s:16:\"trip_facts_title\";s:0:\"\";s:17:\"faq_section_title\";s:33:\"Frequently Asked Questions (FAQs)\";s:3:\"faq\";a:2:{s:9:\"faq_title\";a:8:{i:1;s:40:\"How fit do I need to be to do this trek?\";i:2;s:70:\"How long do we walk every day when doing Annapurna Base Camp trekking?\";i:3;s:50:\"What is the highest altitude reached in this trek?\";i:4;s:54:\"What about battery charging and hot shower facilities?\";i:5;s:49:\"Are there ATMs on the way to Annapurna Base Camp?\";i:6;s:27:\"What about internet access?\";i:7;s:80:\"Is it necessary to hire Guides/trekking agency for Annapurna Base Camp trekking?\";i:8;s:36:\"How much do guides and porters cost?\";}s:11:\"faq_content\";a:8:{i:1;s:266:\"Annapurna Base Camp is a Grade B or a moderately difficult trekking route. So any fit person can do this trek, even if you do not have any previous experience. You should be aware of what to expect and mentally prepare for it. Then, as long as you will too, you can.\";i:2;s:131:\"On average, you walk about 4 to 6 hours per day. One or two days can be as less as 3hrs and one or two days can be as long as 7hrs.\";i:3;s:131:\"The highest altitude reached is 4190m. This is the elevation of Annapurna Base Camp. ABC is the highest we will climb in this trek.\";i:4;s:236:\"Yes, you can charge batteries en route. Charger should be brought. There are hot shower facilities as well. You may have to pay a certain amount for both ($1-$2). Negotiate. Also, a hot water facility could be free at a lower elevation.\";i:5;s:240:\"No. There are no ATMs on this trek route. You will have to draw enough cash in Pokhara or Kathmandu. There are a number of ATMs in these cities. Everything is paid in Nepali rupees. So money should be exchanged before the start of the trek.\";i:6;s:199:\"Yes. The Internet can be accessed in most places. Sometimes, there might be some technical problems. The Internet in Nepal is not as fast as you are used to and at times you can just lose connection.\";i:7;s:550:\"Not really. It depends on you. If you want, ABC trekking can be done independently. You could hire a guide and a porter by yourself instead of going through an agency or not hire a guide at all. Although, not having a guide can be a little problematic during the offseason.\r\n\r\nIt really depends on you. Is it your first time in Nepal? How confident are you of being able to find your way around? How pressed on time are you? If you go through an agency, it will be costlier but everything will be planned. You will only have to come, trek and return.\";i:8;s:107:\"For the Annapurna region, pay for guides range from $20 to $30 per day and porters take $15 to $25 per day.\";}}s:10:\"trip_facts\";a:12:{s:8:\"field_id\";a:10:{i:35550118;s:14:\"Transportation\";i:28890066;s:12:\"Accomodation\";i:89526429;s:16:\"Maximum Altitude\";i:32070658;s:14:\"Departure from\";i:33257212;s:11:\"Best season\";i:90730383;s:9:\"Tour type\";i:69801669;s:5:\"Meals\";i:12647846;s:8:\"Language\";i:69738162;s:13:\"Fitness level\";i:93988162;s:10:\"Group Size\";}s:10:\"field_type\";a:10:{i:35550118;s:4:\"text\";i:28890066;s:4:\"text\";i:89526429;s:4:\"text\";i:32070658;s:4:\"text\";i:33257212;s:4:\"text\";i:90730383;s:4:\"text\";i:69801669;s:4:\"text\";i:12647846;s:4:\"text\";i:69738162;s:4:\"text\";i:93988162;s:4:\"text\";}i:35550118;a:1:{i:35550118;s:13:\"Bus, Airlines\";}i:28890066;a:1:{i:28890066;s:14:\"3 Stars Hotels\";}i:89526429;a:1:{i:89526429;s:12:\"5,416 metres\";}i:32070658;a:1:{i:32070658;s:9:\"Kathmandu\";}i:33257212;a:1:{i:33257212;s:19:\"Feb, Mar, Apr & May\";}i:90730383;a:1:{i:90730383;s:16:\"Eco-Tour, Hiking\";}i:69801669;a:1:{i:69801669;s:25:\"All meals during the trek\";}i:12647846;a:1:{i:12647846;s:33:\"English, Spanish, French, Chinese\";}i:69738162;a:1:{i:69738162;s:16:\"Easy to Moderate\";}i:93988162;a:1:{i:93988162;s:4:\"2-15\";}}s:20:\"enable_video_gallery\";s:4:\"true\";s:17:\"map_section_title\";s:3:\"Map\";s:3:\"map\";a:2:{s:9:\"image_url\";s:0:\"\";s:6:\"iframe\";s:412:\"<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3500.4109563529746!2d83.86043231542989!3d28.67735098880116!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39be199c2d97b7a3%3A0x36fca1c48eeffc99!2z4KSk4KS_4KSy4KS_4KSa4KWLIOCkpOCkvuCksiDgpKjgpYfgpKrgpL7gpLI!5e0!3m2!1sen!2snp!4v1628845389546!5m2!1sen!2snp\" width=\"600\" height=\"450\" style=\"border:0\" allowfullscreen=\"\" loading=\"lazy\"></iframe>\";}}'),(3034,2953,'wp_travel_engine_trip_min_age','12'),(3035,2953,'wp_travel_engine_trip_max_age','65'),(3036,2953,'_wxr_import_user_slug','wptravelengine'),(3037,2953,'_demo_importer_plus_sites_imported_post','1'),(3038,2953,'_demo_importer_enable_for_batch','1'),(3039,2953,'_s_duration','120'),(3040,2953,'WTE_Fixed_Starting_Dates_setting','a:2:{s:18:\"availability_title\";s:0:\"\";s:15:\"departure_dates\";a:1:{s:7:\"section\";s:1:\"1\";}}'),(3041,2953,'list_serialized','a:0:{}'),(3042,2953,'wte_advanced_itinerary',''),(3043,2953,'trip_itinerary_chart_data','{\"1\":{\"at\":\"Kathmandu\",\"altitude\":\"1400\"},\"2\":{\"at\":\"Ulleri\",\"altitude\":\"1830\"},\"3\":{\"at\":\"Ghorepani\",\"altitude\":\"2345\"},\"4\":{\"at\":\"Tadapani\",\"altitude\":\"2145\"},\"5\":{\"at\":\"Chomrong\",\"altitude\":\"2264\"},\"6\":{\"at\":\"Dobhan\",\"altitude\":\"1832\"},\"7\":{\"at\":\"Deurali\",\"altitude\":\"1523\"}}'),(3044,2953,'wpte_gallery_id','a:3:{s:6:\"enable\";s:1:\"1\";i:33845805;s:4:\"4251\";i:33845806;s:4:\"4253\";}'),(3045,2953,'wpte_vid_gallery','a:1:{i:88;a:3:{s:2:\"id\";s:11:\"at2bKyCvgiY\";s:4:\"type\";s:7:\"youtube\";s:5:\"thumb\";s:46:\"//img.youtube.com/vi/at2bKyCvgiY/hqdefault.jpg\";}}'),(3046,2953,'_wp_old_slug','prague-czech-republic-3'),(3047,2953,'wp_travel_engine_featured_trip','no'),(3048,2953,'_thumbnail_id','4254'),(3049,2953,'_booking_inventory','a:15:{s:30:\"cart_2953_106_2022-09-23_00-00\";a:1:{i:3892;i:3;}s:31:\"cart_2953_4233_2023-01-06_00-00\";a:1:{i:4581;i:2;}s:31:\"cart_2953_4233_2023-01-12_00-00\";a:2:{i:4593;i:1;i:4595;i:1;}s:31:\"cart_2953_4233_2023-03-01_00-00\";a:1:{i:4627;i:1;}s:31:\"cart_2953_4233_2023-02-14_00-00\";a:1:{i:4660;i:2;}s:31:\"cart_2953_4233_2023-04-13_00-00\";a:1:{i:4690;i:3;}s:31:\"cart_2953_4233_2023-03-03_00-00\";a:1:{i:4715;i:1;}s:31:\"cart_2953_4233_2023-03-16_00-00\";a:1:{i:4721;i:2;}s:31:\"cart_2953_4233_2023-03-15_00-00\";a:4:{i:4727;i:2;i:4730;i:2;i:4732;i:2;i:4774;i:2;}s:31:\"cart_2953_4233_2023-03-13_00-00\";a:1:{i:4767;i:1;}s:31:\"cart_2953_4233_2023-03-25_00-00\";a:3:{i:4770;i:1;i:4772;i:1;i:4786;i:2;}s:31:\"cart_2953_4233_2023-03-30_00-00\";a:1:{i:4783;i:6;}s:31:\"cart_2953_4233_2023-03-23_00-00\";a:2:{i:4789;i:4;i:4792;i:2;}s:31:\"cart_2953_4233_2023-04-28_00-00\";a:1:{i:4846;i:2;}s:31:\"cart_2953_4233_2023-05-17_00-00\";a:1:{i:4852;i:3;}}'),(3050,2953,'wte_fsd_booked_seats','a:5:{i:1663891200;a:2:{s:6:\"booked\";i:3;s:7:\"datestr\";i:1663891200;}i:1681084800;a:2:{s:6:\"booked\";i:1;s:7:\"datestr\";i:1681084800;}i:1682553600;a:2:{s:6:\"booked\";i:4;s:7:\"datestr\";i:1682553600;}i:1682640000;a:2:{s:6:\"booked\";i:2;s:7:\"datestr\";i:1682640000;}i:1684281600;a:2:{s:6:\"booked\";i:3;s:7:\"datestr\";i:1684281600;}}'),(3051,2954,'trip_version','2.0.0'),(3052,2954,'_s_has_sale','yes'),(3053,2954,'wp_travel_engine_booking_setting','a:0:{}'),(3054,2954,'packages_ids','a:1:{i:0;i:4235;}'),(3055,2954,'wp_travel_engine_setting_trip_actual_price','1800'),(3056,2954,'_s_price','1700'),(3057,2954,'wp_travel_engine_setting_trip_duration','168'),(3058,2954,'_s_min_pax','1'),(3059,2954,'_s_max_pax','6'),(3060,2954,'wp_travel_engine_setting','a:26:{s:9:\"trip_code\";s:8:\"WTE-2762\";s:13:\"trip_duration\";s:1:\"7\";s:18:\"trip_duration_unit\";s:4:\"days\";s:20:\"trip_duration_nights\";s:1:\"6\";s:17:\"trip_cut_off_time\";s:0:\"\";s:17:\"trip_cut_off_unit\";s:4:\"days\";s:18:\"min_max_age_enable\";s:4:\"true\";s:17:\"minmax_pax_enable\";s:4:\"true\";s:16:\"trip_minimum_pax\";s:1:\"1\";s:16:\"trip_maximum_pax\";s:1:\"6\";s:22:\"overview_section_title\";s:8:\"Overview\";s:11:\"tab_content\";a:1:{s:10:\"1_wpeditor\";s:578:\"Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle, automobile, train, boat, bus, airplane, or other means, with or without luggage, and can be one way or round trip. Travel can also include relatively short stays between successive movements.\r\n\r\nThe origin of the word \"travel\" is most likely lost to history. The term \"travel\" may originate from the Old French word travail, which means \'work\'. According to the Merriam Webster dictionary, the first known use of the word travel was in the 14th century.\";}s:21:\"trip_highlights_title\";s:10:\"Highlights\";s:15:\"trip_highlights\";a:4:{i:85813673;a:1:{s:14:\"highlight_text\";s:42:\"Trek to the world-famous Everest Base Camp\";}i:87397561;a:1:{s:14:\"highlight_text\";s:57:\"Enjoy the amazing view of the Himalayas from Kala Patthar\";}i:88696978;a:1:{s:14:\"highlight_text\";s:77:\"Travel through the Sherpa villages of Namche, Khumjung, Khunde, and Dingboche\";}i:49295213;a:1:{s:14:\"highlight_text\";s:62:\"Visit Tengboche the biggest and oldest monastery n the region.\";}}s:16:\"wte_services_ids\";s:9:\"2922,2923\";s:20:\"trip_itinerary_title\";s:9:\"Itinerary\";s:9:\"itinerary\";a:2:{s:15:\"itinerary_title\";a:7:{i:1;s:84:\"Kathmandu to Pokhara (By flight or Bus), the city of Lakes, adventures and serenity.\";i:2;s:35:\"Drive to Nayapul and trek to Ulleri\";i:3;s:17:\"Trek to Ghorepani\";i:4;s:63:\"Early trek to Poon Hill, Back to Ghorepani and Trek to Tadapani\";i:5;s:20:\"Tadapani to Chomrong\";i:6;s:26:\"Chomrong to Dobhan (Dovan)\";i:7;s:16:\"Dovan to Deurali\";}s:17:\"itinerary_content\";a:7:{i:1;s:593:\"Arrive at Tribhuwan International Airport, Kathmandu, you are welcomed by the team and then you will be transferred to your hotel. This trail goes through Ghorepani Poon Hill. Normally, the trek starts like Pokhara to Nayapul and ends like Phedi to Pokhara. While early travel tended to be slower, more dangerous, and more dominated by trade and migration, cultural and technological advances over many years have tended to mean that travel has become easier and more accessible. The evolution of technology in such diverse fields as horse tack and bullet trains has contributed to this trend.\";i:2;s:335:\"While early travel tended to be slower, more dangerous, and more dominated by trade and migration, cultural and technological advances over many years have tended to mean that travel has become easier and more accessible. The evolution of technology in such diverse fields as horse tack and bullet trains has contributed to this trend.\";i:3;s:369:\"The Palace of Fifty five Windows: This magnificent palace was built during the reign of King Yakshya Malla in A.D. 1427 and was subsequently remodeled by King Bhupatindra Malla in the seventeenth century. Among the brick walls with their gracious setting and sculptural design, is a balcony with Fifty five Windows, considered to be a unique masterpiece of woodcarving.\";i:4;s:312:\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.\r\n\r\nSeparated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia.\";i:5;s:214:\"Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Dan decided to leave for the far World of Grammar.\";i:6;s:167:\"The Big Oxmox advised her not to do so because there were thousands of bad Commas, wild Question Marks and devious Semikoli, but the Little Blind Text didn’t listen.\";i:7;s:258:\"When she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road, the Line Lane. Pityful a rethoric question ran over her cheek.\";}}s:18:\"cost_tab_sec_title\";s:4:\"Cost\";s:4:\"cost\";a:4:{s:14:\"includes_title\";s:17:\"The Cost Includes\";s:13:\"cost_includes\";s:710:\"Pick-up or Drop-off service from and to Airport(in our own vehicle)\r\n Transportation to and from!!\r\n Food all along the trip(Breakfast, Lunch, Dinner and a cup of coffee or tea) and accommodations during the trip in hotels with family environment\r\n Transportation, food, accommodation and insurance of Guide during the trip \r\n Down jacket, all-season sleeping bag, duffel bag and trekking map(in case if you don’t have your own. Down jacket, sleeping bag and duffel bag must be returned after completion of the trip)\r\n First Aid Medical Kit(Your guide will carry the Medical Kit but we also advise to bring yourself for your own use, as far as possible)\r\nAll the required permits and paperwork\";s:14:\"excludes_title\";s:17:\"The Cost Excludes\";s:13:\"cost_excludes\";s:424:\"International Airfare\r\n Visa Charges\r\n Hotel Expenses(In Kathmandu, some packages do include hotel expenses)\r\n Your travel and medical insurance \r\n Personal Expenses such as shopping, bar bills, hot shower, telephone, laundry, titbits etc\r\n Food and accommodations in Kathmandu \r\n Services not mentioned or not promised by the agent/agency\r\n Emergency expenses such as expenses on chartered helicopter.\";}s:16:\"trip_facts_title\";s:0:\"\";s:17:\"faq_section_title\";s:33:\"Frequently Asked Questions (FAQs)\";s:3:\"faq\";a:2:{s:9:\"faq_title\";a:8:{i:1;s:40:\"How fit do I need to be to do this trek?\";i:2;s:70:\"How long do we walk every day when doing Annapurna Base Camp trekking?\";i:3;s:50:\"What is the highest altitude reached in this trek?\";i:4;s:54:\"What about battery charging and hot shower facilities?\";i:5;s:49:\"Are there ATMs on the way to Annapurna Base Camp?\";i:6;s:27:\"What about internet access?\";i:7;s:80:\"Is it necessary to hire Guides/trekking agency for Annapurna Base Camp trekking?\";i:8;s:36:\"How much do guides and porters cost?\";}s:11:\"faq_content\";a:8:{i:1;s:266:\"Annapurna Base Camp is a Grade B or a moderately difficult trekking route. So any fit person can do this trek, even if you do not have any previous experience. You should be aware of what to expect and mentally prepare for it. Then, as long as you will too, you can.\";i:2;s:131:\"On average, you walk about 4 to 6 hours per day. One or two days can be as less as 3hrs and one or two days can be as long as 7hrs.\";i:3;s:131:\"The highest altitude reached is 4190m. This is the elevation of Annapurna Base Camp. ABC is the highest we will climb in this trek.\";i:4;s:236:\"Yes, you can charge batteries en route. Charger should be brought. There are hot shower facilities as well. You may have to pay a certain amount for both ($1-$2). Negotiate. Also, a hot water facility could be free at a lower elevation.\";i:5;s:240:\"No. There are no ATMs on this trek route. You will have to draw enough cash in Pokhara or Kathmandu. There are a number of ATMs in these cities. Everything is paid in Nepali rupees. So money should be exchanged before the start of the trek.\";i:6;s:199:\"Yes. The Internet can be accessed in most places. Sometimes, there might be some technical problems. The Internet in Nepal is not as fast as you are used to and at times you can just lose connection.\";i:7;s:550:\"Not really. It depends on you. If you want, ABC trekking can be done independently. You could hire a guide and a porter by yourself instead of going through an agency or not hire a guide at all. Although, not having a guide can be a little problematic during the offseason.\r\n\r\nIt really depends on you. Is it your first time in Nepal? How confident are you of being able to find your way around? How pressed on time are you? If you go through an agency, it will be costlier but everything will be planned. You will only have to come, trek and return.\";i:8;s:107:\"For the Annapurna region, pay for guides range from $20 to $30 per day and porters take $15 to $25 per day.\";}}s:10:\"trip_facts\";a:12:{s:8:\"field_id\";a:10:{i:35550118;s:14:\"Transportation\";i:28890066;s:12:\"Accomodation\";i:89526429;s:16:\"Maximum Altitude\";i:32070658;s:14:\"Departure from\";i:33257212;s:11:\"Best season\";i:90730383;s:9:\"Tour type\";i:69801669;s:5:\"Meals\";i:12647846;s:8:\"Language\";i:69738162;s:13:\"Fitness level\";i:93988162;s:10:\"Group Size\";}s:10:\"field_type\";a:10:{i:35550118;s:4:\"text\";i:28890066;s:4:\"text\";i:89526429;s:4:\"text\";i:32070658;s:4:\"text\";i:33257212;s:4:\"text\";i:90730383;s:4:\"text\";i:69801669;s:4:\"text\";i:12647846;s:4:\"text\";i:69738162;s:4:\"text\";i:93988162;s:4:\"text\";}i:35550118;a:1:{i:35550118;s:13:\"Bus, Airlines\";}i:28890066;a:1:{i:28890066;s:14:\"3 Stars Hotels\";}i:89526429;a:1:{i:89526429;s:12:\"5,416 metres\";}i:32070658;a:1:{i:32070658;s:9:\"Kathmandu\";}i:33257212;a:1:{i:33257212;s:19:\"Feb, Mar, Apr & May\";}i:90730383;a:1:{i:90730383;s:16:\"Eco-Tour, Hiking\";}i:69801669;a:1:{i:69801669;s:25:\"All meals during the trek\";}i:12647846;a:1:{i:12647846;s:33:\"English, Spanish, French, Chinese\";}i:69738162;a:1:{i:69738162;s:16:\"Easy to Moderate\";}i:93988162;a:1:{i:93988162;s:4:\"2-15\";}}s:20:\"enable_video_gallery\";s:4:\"true\";s:17:\"map_section_title\";s:3:\"Map\";s:3:\"map\";a:2:{s:9:\"image_url\";s:0:\"\";s:6:\"iframe\";s:412:\"<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3500.4109563529746!2d83.86043231542989!3d28.67735098880116!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39be199c2d97b7a3%3A0x36fca1c48eeffc99!2z4KSk4KS_4KSy4KS_4KSa4KWLIOCkpOCkvuCksiDgpKjgpYfgpKrgpL7gpLI!5e0!3m2!1sen!2snp!4v1628845389546!5m2!1sen!2snp\" width=\"600\" height=\"450\" style=\"border:0\" allowfullscreen=\"\" loading=\"lazy\"></iframe>\";}}'),(3061,2954,'wp_travel_engine_trip_min_age','12'),(3062,2954,'wp_travel_engine_trip_max_age','65'),(3063,2954,'_wxr_import_user_slug','wptravelengine'),(3064,2954,'_demo_importer_plus_sites_imported_post','1'),(3065,2954,'_demo_importer_enable_for_batch','1'),(3066,2954,'_s_duration','168'),(3067,2954,'WTE_Fixed_Starting_Dates_setting','a:2:{s:18:\"availability_title\";s:0:\"\";s:15:\"departure_dates\";a:1:{s:7:\"section\";s:1:\"1\";}}'),(3068,2954,'list_serialized','a:0:{}'),(3069,2954,'wte_advanced_itinerary',''),(3070,2954,'trip_itinerary_chart_data','{\"1\":{\"at\":\"Kathmandu\",\"altitude\":\"1400\"},\"2\":{\"at\":\"Ulleri\",\"altitude\":\"1830\"},\"3\":{\"at\":\"Ghorepani\",\"altitude\":\"2345\"},\"4\":{\"at\":\"Tadapani\",\"altitude\":\"2145\"},\"5\":{\"at\":\"Chomrong\",\"altitude\":\"2264\"},\"6\":{\"at\":\"Dobhan\",\"altitude\":\"1832\"},\"7\":{\"at\":\"Deurali\",\"altitude\":\"1523\"}}'),(3071,2954,'wpte_gallery_id','a:4:{s:6:\"enable\";s:1:\"1\";i:97330637;s:4:\"4251\";i:97330638;s:4:\"4253\";i:97330639;s:4:\"4254\";}'),(3072,2954,'wpte_vid_gallery','a:1:{i:575;a:3:{s:2:\"id\";s:11:\"at2bKyCvgiY\";s:4:\"type\";s:7:\"youtube\";s:5:\"thumb\";s:46:\"//img.youtube.com/vi/at2bKyCvgiY/hqdefault.jpg\";}}'),(3073,2954,'_wp_old_slug','tiger-nest-monastery-tour-in-bhutan-3'),(3074,2954,'wte_weather_settings','a:2:{s:9:\"city_name\";s:0:\"\";s:13:\"city_selector\";s:0:\"\";}'),(3075,2954,'wp_travel_engine_featured_trip','no'),(3076,2954,'_thumbnail_id','4262'),(3077,2954,'_booking_inventory','a:2:{s:31:\"cart_2954_4235_2023-02-24_00-00\";a:2:{i:4698;i:3;i:4701;i:3;}s:31:\"cart_2954_4235_2023-02-23_00-00\";a:2:{i:4703;i:3;i:4706;i:3;}}'); INSERT INTO `wpxj_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3078,2955,'trip_version','2.0.0'),(3079,2955,'_s_has_sale','yes'),(3080,2955,'wp_travel_engine_booking_setting','a:0:{}'),(3081,2955,'packages_ids','a:2:{i:0;i:4244;i:1;i:4245;}'),(3082,2955,'wp_travel_engine_setting_trip_actual_price','0'),(3083,2955,'_s_price','0'),(3084,2955,'wp_travel_engine_setting_trip_duration','216'),(3085,2955,'_s_min_pax','3'),(3086,2955,'_s_max_pax','10'),(3087,2955,'wp_travel_engine_setting','a:26:{s:9:\"trip_code\";s:8:\"WTE-2762\";s:13:\"trip_duration\";s:1:\"9\";s:18:\"trip_duration_unit\";s:4:\"days\";s:20:\"trip_duration_nights\";s:1:\"8\";s:17:\"trip_cut_off_time\";s:0:\"\";s:17:\"trip_cut_off_unit\";s:4:\"days\";s:18:\"min_max_age_enable\";s:4:\"true\";s:17:\"minmax_pax_enable\";s:4:\"true\";s:16:\"trip_minimum_pax\";s:1:\"3\";s:16:\"trip_maximum_pax\";s:2:\"10\";s:22:\"overview_section_title\";s:8:\"Overview\";s:11:\"tab_content\";a:1:{s:10:\"1_wpeditor\";s:578:\"Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle, automobile, train, boat, bus, airplane, or other means, with or without luggage, and can be one way or round trip. Travel can also include relatively short stays between successive movements.\r\n\r\nThe origin of the word \"travel\" is most likely lost to history. The term \"travel\" may originate from the Old French word travail, which means \'work\'. According to the Merriam Webster dictionary, the first known use of the word travel was in the 14th century.\";}s:21:\"trip_highlights_title\";s:10:\"Highlights\";s:15:\"trip_highlights\";a:4:{i:85813673;a:1:{s:14:\"highlight_text\";s:42:\"Trek to the world-famous Everest Base Camp\";}i:87397561;a:1:{s:14:\"highlight_text\";s:57:\"Enjoy the amazing view of the Himalayas from Kala Patthar\";}i:88696978;a:1:{s:14:\"highlight_text\";s:77:\"Travel through the Sherpa villages of Namche, Khumjung, Khunde, and Dingboche\";}i:49295213;a:1:{s:14:\"highlight_text\";s:62:\"Visit Tengboche the biggest and oldest monastery n the region.\";}}s:16:\"wte_services_ids\";s:9:\"2922,2923\";s:20:\"trip_itinerary_title\";s:9:\"Itinerary\";s:9:\"itinerary\";a:2:{s:15:\"itinerary_title\";a:7:{i:1;s:84:\"Kathmandu to Pokhara (By flight or Bus), the city of Lakes, adventures and serenity.\";i:2;s:35:\"Drive to Nayapul and trek to Ulleri\";i:3;s:17:\"Trek to Ghorepani\";i:4;s:63:\"Early trek to Poon Hill, Back to Ghorepani and Trek to Tadapani\";i:5;s:20:\"Tadapani to Chomrong\";i:6;s:26:\"Chomrong to Dobhan (Dovan)\";i:7;s:16:\"Dovan to Deurali\";}s:17:\"itinerary_content\";a:7:{i:1;s:593:\"Arrive at Tribhuwan International Airport, Kathmandu, you are welcomed by the team and then you will be transferred to your hotel. This trail goes through Ghorepani Poon Hill. Normally, the trek starts like Pokhara to Nayapul and ends like Phedi to Pokhara. While early travel tended to be slower, more dangerous, and more dominated by trade and migration, cultural and technological advances over many years have tended to mean that travel has become easier and more accessible. The evolution of technology in such diverse fields as horse tack and bullet trains has contributed to this trend.\";i:2;s:335:\"While early travel tended to be slower, more dangerous, and more dominated by trade and migration, cultural and technological advances over many years have tended to mean that travel has become easier and more accessible. The evolution of technology in such diverse fields as horse tack and bullet trains has contributed to this trend.\";i:3;s:369:\"The Palace of Fifty five Windows: This magnificent palace was built during the reign of King Yakshya Malla in A.D. 1427 and was subsequently remodeled by King Bhupatindra Malla in the seventeenth century. Among the brick walls with their gracious setting and sculptural design, is a balcony with Fifty five Windows, considered to be a unique masterpiece of woodcarving.\";i:4;s:312:\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.\r\n\r\nSeparated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia.\";i:5;s:214:\"Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Dan decided to leave for the far World of Grammar.\";i:6;s:167:\"The Big Oxmox advised her not to do so because there were thousands of bad Commas, wild Question Marks and devious Semikoli, but the Little Blind Text didn’t listen.\";i:7;s:258:\"When she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road, the Line Lane. Pityful a rethoric question ran over her cheek.\";}}s:18:\"cost_tab_sec_title\";s:4:\"Cost\";s:4:\"cost\";a:4:{s:14:\"includes_title\";s:17:\"The Cost Includes\";s:13:\"cost_includes\";s:710:\"Pick-up or Drop-off service from and to Airport(in our own vehicle)\r\n Transportation to and from!!\r\n Food all along the trip(Breakfast, Lunch, Dinner and a cup of coffee or tea) and accommodations during the trip in hotels with family environment\r\n Transportation, food, accommodation and insurance of Guide during the trip \r\n Down jacket, all-season sleeping bag, duffel bag and trekking map(in case if you don’t have your own. Down jacket, sleeping bag and duffel bag must be returned after completion of the trip)\r\n First Aid Medical Kit(Your guide will carry the Medical Kit but we also advise to bring yourself for your own use, as far as possible)\r\nAll the required permits and paperwork\";s:14:\"excludes_title\";s:17:\"The Cost Excludes\";s:13:\"cost_excludes\";s:424:\"International Airfare\r\n Visa Charges\r\n Hotel Expenses(In Kathmandu, some packages do include hotel expenses)\r\n Your travel and medical insurance \r\n Personal Expenses such as shopping, bar bills, hot shower, telephone, laundry, titbits etc\r\n Food and accommodations in Kathmandu \r\n Services not mentioned or not promised by the agent/agency\r\n Emergency expenses such as expenses on chartered helicopter.\";}s:16:\"trip_facts_title\";s:0:\"\";s:17:\"faq_section_title\";s:33:\"Frequently Asked Questions (FAQs)\";s:3:\"faq\";a:2:{s:9:\"faq_title\";a:8:{i:1;s:40:\"How fit do I need to be to do this trek?\";i:2;s:70:\"How long do we walk every day when doing Annapurna Base Camp trekking?\";i:3;s:50:\"What is the highest altitude reached in this trek?\";i:4;s:54:\"What about battery charging and hot shower facilities?\";i:5;s:49:\"Are there ATMs on the way to Annapurna Base Camp?\";i:6;s:27:\"What about internet access?\";i:7;s:80:\"Is it necessary to hire Guides/trekking agency for Annapurna Base Camp trekking?\";i:8;s:36:\"How much do guides and porters cost?\";}s:11:\"faq_content\";a:8:{i:1;s:266:\"Annapurna Base Camp is a Grade B or a moderately difficult trekking route. So any fit person can do this trek, even if you do not have any previous experience. You should be aware of what to expect and mentally prepare for it. Then, as long as you will too, you can.\";i:2;s:131:\"On average, you walk about 4 to 6 hours per day. One or two days can be as less as 3hrs and one or two days can be as long as 7hrs.\";i:3;s:131:\"The highest altitude reached is 4190m. This is the elevation of Annapurna Base Camp. ABC is the highest we will climb in this trek.\";i:4;s:236:\"Yes, you can charge batteries en route. Charger should be brought. There are hot shower facilities as well. You may have to pay a certain amount for both ($1-$2). Negotiate. Also, a hot water facility could be free at a lower elevation.\";i:5;s:240:\"No. There are no ATMs on this trek route. You will have to draw enough cash in Pokhara or Kathmandu. There are a number of ATMs in these cities. Everything is paid in Nepali rupees. So money should be exchanged before the start of the trek.\";i:6;s:199:\"Yes. The Internet can be accessed in most places. Sometimes, there might be some technical problems. The Internet in Nepal is not as fast as you are used to and at times you can just lose connection.\";i:7;s:550:\"Not really. It depends on you. If you want, ABC trekking can be done independently. You could hire a guide and a porter by yourself instead of going through an agency or not hire a guide at all. Although, not having a guide can be a little problematic during the offseason.\r\n\r\nIt really depends on you. Is it your first time in Nepal? How confident are you of being able to find your way around? How pressed on time are you? If you go through an agency, it will be costlier but everything will be planned. You will only have to come, trek and return.\";i:8;s:107:\"For the Annapurna region, pay for guides range from $20 to $30 per day and porters take $15 to $25 per day.\";}}s:10:\"trip_facts\";a:12:{s:8:\"field_id\";a:10:{i:35550118;s:14:\"Transportation\";i:28890066;s:12:\"Accomodation\";i:89526429;s:16:\"Maximum Altitude\";i:32070658;s:14:\"Departure from\";i:33257212;s:11:\"Best season\";i:90730383;s:9:\"Tour type\";i:69801669;s:5:\"Meals\";i:12647846;s:8:\"Language\";i:69738162;s:13:\"Fitness level\";i:93988162;s:10:\"Group Size\";}s:10:\"field_type\";a:10:{i:35550118;s:4:\"text\";i:28890066;s:4:\"text\";i:89526429;s:4:\"text\";i:32070658;s:4:\"text\";i:33257212;s:4:\"text\";i:90730383;s:4:\"text\";i:69801669;s:4:\"text\";i:12647846;s:4:\"text\";i:69738162;s:4:\"text\";i:93988162;s:4:\"text\";}i:35550118;a:1:{i:35550118;s:13:\"Bus, Airlines\";}i:28890066;a:1:{i:28890066;s:14:\"3 Stars Hotels\";}i:89526429;a:1:{i:89526429;s:12:\"5,416 metres\";}i:32070658;a:1:{i:32070658;s:9:\"Kathmandu\";}i:33257212;a:1:{i:33257212;s:19:\"Feb, Mar, Apr & May\";}i:90730383;a:1:{i:90730383;s:16:\"Eco-Tour, Hiking\";}i:69801669;a:1:{i:69801669;s:25:\"All meals during the trek\";}i:12647846;a:1:{i:12647846;s:33:\"English, Spanish, French, Chinese\";}i:69738162;a:1:{i:69738162;s:16:\"Easy to Moderate\";}i:93988162;a:1:{i:93988162;s:4:\"2-15\";}}s:20:\"enable_video_gallery\";s:4:\"true\";s:17:\"map_section_title\";s:3:\"Map\";s:3:\"map\";a:2:{s:9:\"image_url\";s:0:\"\";s:6:\"iframe\";s:412:\"<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3500.4109563529746!2d83.86043231542989!3d28.67735098880116!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39be199c2d97b7a3%3A0x36fca1c48eeffc99!2z4KSk4KS_4KSy4KS_4KSa4KWLIOCkpOCkvuCksiDgpKjgpYfgpKrgpL7gpLI!5e0!3m2!1sen!2snp!4v1628845389546!5m2!1sen!2snp\" width=\"600\" height=\"450\" style=\"border:0\" allowfullscreen=\"\" loading=\"lazy\"></iframe>\";}}'),(3088,2955,'wp_travel_engine_trip_min_age','12'),(3089,2955,'wp_travel_engine_trip_max_age','65'),(3090,2955,'_wxr_import_user_slug','wptravelengine'),(3091,2955,'_demo_importer_plus_sites_imported_post','1'),(3092,2955,'_demo_importer_enable_for_batch','1'),(3093,2955,'_s_duration','216'),(3094,2955,'WTE_Fixed_Starting_Dates_setting','a:2:{s:18:\"availability_title\";s:0:\"\";s:15:\"departure_dates\";a:1:{s:7:\"section\";s:1:\"1\";}}'),(3095,2955,'list_serialized','a:0:{}'),(3096,2955,'wte_advanced_itinerary',''),(3097,2955,'trip_itinerary_chart_data','{\"1\":{\"at\":\"Kathmandu\",\"altitude\":\"1400\"},\"2\":{\"at\":\"Ulleri\",\"altitude\":\"1830\"},\"3\":{\"at\":\"Ghorepani\",\"altitude\":\"2345\"},\"4\":{\"at\":\"Tadapani\",\"altitude\":\"2145\"},\"5\":{\"at\":\"Chomrong\",\"altitude\":\"2264\"},\"6\":{\"at\":\"Dobhan\",\"altitude\":\"1832\"},\"7\":{\"at\":\"Deurali\",\"altitude\":\"1523\"}}'),(3098,2955,'wpte_gallery_id','a:4:{s:6:\"enable\";s:1:\"1\";i:17303205;s:4:\"4251\";i:17303206;s:4:\"4253\";i:17303207;s:4:\"4254\";}'),(3099,2955,'wpte_vid_gallery','a:1:{i:386;a:3:{s:2:\"id\";s:11:\"at2bKyCvgiY\";s:4:\"type\";s:7:\"youtube\";s:5:\"thumb\";s:46:\"//img.youtube.com/vi/at2bKyCvgiY/hqdefault.jpg\";}}'),(3100,2955,'wp_travel_engine_featured_trip','no'),(3101,2955,'_thumbnail_id','4261'),(3102,2955,'wte_weather_settings','a:2:{s:9:\"city_name\";s:0:\"\";s:13:\"city_selector\";s:0:\"\";}'),(3103,2956,'trip_version','2.0.0'),(3104,2956,'_s_has_sale','yes'),(3105,2956,'wp_travel_engine_booking_setting','a:0:{}'),(3106,2956,'packages_ids','a:2:{i:0;i:4239;i:1;i:4240;}'),(3107,2956,'wp_travel_engine_setting_trip_actual_price','0'),(3108,2956,'_s_price','0'),(3109,2956,'wp_travel_engine_setting_trip_duration','264'),(3110,2956,'_s_min_pax','1'),(3111,2956,'_s_max_pax','10'),(3112,2956,'wp_travel_engine_setting','a:26:{s:9:\"trip_code\";s:8:\"WTE-2762\";s:13:\"trip_duration\";s:2:\"11\";s:18:\"trip_duration_unit\";s:4:\"days\";s:20:\"trip_duration_nights\";s:2:\"10\";s:17:\"trip_cut_off_time\";s:0:\"\";s:17:\"trip_cut_off_unit\";s:4:\"days\";s:18:\"min_max_age_enable\";s:4:\"true\";s:17:\"minmax_pax_enable\";s:4:\"true\";s:16:\"trip_minimum_pax\";s:1:\"1\";s:16:\"trip_maximum_pax\";s:2:\"10\";s:22:\"overview_section_title\";s:8:\"Overview\";s:11:\"tab_content\";a:1:{s:10:\"1_wpeditor\";s:578:\"Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle, automobile, train, boat, bus, airplane, or other means, with or without luggage, and can be one way or round trip. Travel can also include relatively short stays between successive movements.\r\n\r\nThe origin of the word \"travel\" is most likely lost to history. The term \"travel\" may originate from the Old French word travail, which means \'work\'. According to the Merriam Webster dictionary, the first known use of the word travel was in the 14th century.\";}s:21:\"trip_highlights_title\";s:10:\"Highlights\";s:15:\"trip_highlights\";a:4:{i:85813673;a:1:{s:14:\"highlight_text\";s:42:\"Trek to the world-famous Everest Base Camp\";}i:87397561;a:1:{s:14:\"highlight_text\";s:57:\"Enjoy the amazing view of the Himalayas from Kala Patthar\";}i:88696978;a:1:{s:14:\"highlight_text\";s:77:\"Travel through the Sherpa villages of Namche, Khumjung, Khunde, and Dingboche\";}i:49295213;a:1:{s:14:\"highlight_text\";s:62:\"Visit Tengboche the biggest and oldest monastery n the region.\";}}s:16:\"wte_services_ids\";s:9:\"2922,2923\";s:20:\"trip_itinerary_title\";s:9:\"Itinerary\";s:9:\"itinerary\";a:2:{s:15:\"itinerary_title\";a:7:{i:1;s:84:\"Kathmandu to Pokhara (By flight or Bus), the city of Lakes, adventures and serenity.\";i:2;s:35:\"Drive to Nayapul and trek to Ulleri\";i:3;s:17:\"Trek to Ghorepani\";i:4;s:63:\"Early trek to Poon Hill, Back to Ghorepani and Trek to Tadapani\";i:5;s:20:\"Tadapani to Chomrong\";i:6;s:26:\"Chomrong to Dobhan (Dovan)\";i:7;s:16:\"Dovan to Deurali\";}s:17:\"itinerary_content\";a:7:{i:1;s:593:\"Arrive at Tribhuwan International Airport, Kathmandu, you are welcomed by the team and then you will be transferred to your hotel. This trail goes through Ghorepani Poon Hill. Normally, the trek starts like Pokhara to Nayapul and ends like Phedi to Pokhara. While early travel tended to be slower, more dangerous, and more dominated by trade and migration, cultural and technological advances over many years have tended to mean that travel has become easier and more accessible. The evolution of technology in such diverse fields as horse tack and bullet trains has contributed to this trend.\";i:2;s:335:\"While early travel tended to be slower, more dangerous, and more dominated by trade and migration, cultural and technological advances over many years have tended to mean that travel has become easier and more accessible. The evolution of technology in such diverse fields as horse tack and bullet trains has contributed to this trend.\";i:3;s:369:\"The Palace of Fifty five Windows: This magnificent palace was built during the reign of King Yakshya Malla in A.D. 1427 and was subsequently remodeled by King Bhupatindra Malla in the seventeenth century. Among the brick walls with their gracious setting and sculptural design, is a balcony with Fifty five Windows, considered to be a unique masterpiece of woodcarving.\";i:4;s:312:\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.\r\n\r\nSeparated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia.\";i:5;s:214:\"Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Dan decided to leave for the far World of Grammar.\";i:6;s:167:\"The Big Oxmox advised her not to do so because there were thousands of bad Commas, wild Question Marks and devious Semikoli, but the Little Blind Text didn’t listen.\";i:7;s:258:\"When she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road, the Line Lane. Pityful a rethoric question ran over her cheek.\";}}s:18:\"cost_tab_sec_title\";s:4:\"Cost\";s:4:\"cost\";a:4:{s:14:\"includes_title\";s:17:\"The Cost Includes\";s:13:\"cost_includes\";s:710:\"Pick-up or Drop-off service from and to Airport(in our own vehicle)\r\n Transportation to and from!!\r\n Food all along the trip(Breakfast, Lunch, Dinner and a cup of coffee or tea) and accommodations during the trip in hotels with family environment\r\n Transportation, food, accommodation and insurance of Guide during the trip \r\n Down jacket, all-season sleeping bag, duffel bag and trekking map(in case if you don’t have your own. Down jacket, sleeping bag and duffel bag must be returned after completion of the trip)\r\n First Aid Medical Kit(Your guide will carry the Medical Kit but we also advise to bring yourself for your own use, as far as possible)\r\nAll the required permits and paperwork\";s:14:\"excludes_title\";s:17:\"The Cost Excludes\";s:13:\"cost_excludes\";s:424:\"International Airfare\r\n Visa Charges\r\n Hotel Expenses(In Kathmandu, some packages do include hotel expenses)\r\n Your travel and medical insurance \r\n Personal Expenses such as shopping, bar bills, hot shower, telephone, laundry, titbits etc\r\n Food and accommodations in Kathmandu \r\n Services not mentioned or not promised by the agent/agency\r\n Emergency expenses such as expenses on chartered helicopter.\";}s:16:\"trip_facts_title\";s:0:\"\";s:17:\"faq_section_title\";s:33:\"Frequently Asked Questions (FAQs)\";s:3:\"faq\";a:2:{s:9:\"faq_title\";a:8:{i:1;s:40:\"How fit do I need to be to do this trek?\";i:2;s:70:\"How long do we walk every day when doing Annapurna Base Camp trekking?\";i:3;s:50:\"What is the highest altitude reached in this trek?\";i:4;s:54:\"What about battery charging and hot shower facilities?\";i:5;s:49:\"Are there ATMs on the way to Annapurna Base Camp?\";i:6;s:27:\"What about internet access?\";i:7;s:80:\"Is it necessary to hire Guides/trekking agency for Annapurna Base Camp trekking?\";i:8;s:36:\"How much do guides and porters cost?\";}s:11:\"faq_content\";a:8:{i:1;s:266:\"Annapurna Base Camp is a Grade B or a moderately difficult trekking route. So any fit person can do this trek, even if you do not have any previous experience. You should be aware of what to expect and mentally prepare for it. Then, as long as you will too, you can.\";i:2;s:131:\"On average, you walk about 4 to 6 hours per day. One or two days can be as less as 3hrs and one or two days can be as long as 7hrs.\";i:3;s:131:\"The highest altitude reached is 4190m. This is the elevation of Annapurna Base Camp. ABC is the highest we will climb in this trek.\";i:4;s:236:\"Yes, you can charge batteries en route. Charger should be brought. There are hot shower facilities as well. You may have to pay a certain amount for both ($1-$2). Negotiate. Also, a hot water facility could be free at a lower elevation.\";i:5;s:240:\"No. There are no ATMs on this trek route. You will have to draw enough cash in Pokhara or Kathmandu. There are a number of ATMs in these cities. Everything is paid in Nepali rupees. So money should be exchanged before the start of the trek.\";i:6;s:199:\"Yes. The Internet can be accessed in most places. Sometimes, there might be some technical problems. The Internet in Nepal is not as fast as you are used to and at times you can just lose connection.\";i:7;s:550:\"Not really. It depends on you. If you want, ABC trekking can be done independently. You could hire a guide and a porter by yourself instead of going through an agency or not hire a guide at all. Although, not having a guide can be a little problematic during the offseason.\r\n\r\nIt really depends on you. Is it your first time in Nepal? How confident are you of being able to find your way around? How pressed on time are you? If you go through an agency, it will be costlier but everything will be planned. You will only have to come, trek and return.\";i:8;s:107:\"For the Annapurna region, pay for guides range from $20 to $30 per day and porters take $15 to $25 per day.\";}}s:10:\"trip_facts\";a:12:{s:8:\"field_id\";a:10:{i:35550118;s:14:\"Transportation\";i:28890066;s:12:\"Accomodation\";i:89526429;s:16:\"Maximum Altitude\";i:32070658;s:14:\"Departure from\";i:33257212;s:11:\"Best season\";i:90730383;s:9:\"Tour type\";i:69801669;s:5:\"Meals\";i:12647846;s:8:\"Language\";i:69738162;s:13:\"Fitness level\";i:93988162;s:10:\"Group Size\";}s:10:\"field_type\";a:10:{i:35550118;s:4:\"text\";i:28890066;s:4:\"text\";i:89526429;s:4:\"text\";i:32070658;s:4:\"text\";i:33257212;s:4:\"text\";i:90730383;s:4:\"text\";i:69801669;s:4:\"text\";i:12647846;s:4:\"text\";i:69738162;s:4:\"text\";i:93988162;s:4:\"text\";}i:35550118;a:1:{i:35550118;s:13:\"Bus, Airlines\";}i:28890066;a:1:{i:28890066;s:14:\"3 Stars Hotels\";}i:89526429;a:1:{i:89526429;s:12:\"5,416 metres\";}i:32070658;a:1:{i:32070658;s:9:\"Kathmandu\";}i:33257212;a:1:{i:33257212;s:19:\"Feb, Mar, Apr & May\";}i:90730383;a:1:{i:90730383;s:16:\"Eco-Tour, Hiking\";}i:69801669;a:1:{i:69801669;s:25:\"All meals during the trek\";}i:12647846;a:1:{i:12647846;s:33:\"English, Spanish, French, Chinese\";}i:69738162;a:1:{i:69738162;s:16:\"Easy to Moderate\";}i:93988162;a:1:{i:93988162;s:4:\"2-15\";}}s:20:\"enable_video_gallery\";s:4:\"true\";s:17:\"map_section_title\";s:3:\"Map\";s:3:\"map\";a:2:{s:9:\"image_url\";s:0:\"\";s:6:\"iframe\";s:412:\"<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3500.4109563529746!2d83.86043231542989!3d28.67735098880116!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39be199c2d97b7a3%3A0x36fca1c48eeffc99!2z4KSk4KS_4KSy4KS_4KSa4KWLIOCkpOCkvuCksiDgpKjgpYfgpKrgpL7gpLI!5e0!3m2!1sen!2snp!4v1628845389546!5m2!1sen!2snp\" width=\"600\" height=\"450\" style=\"border:0\" allowfullscreen=\"\" loading=\"lazy\"></iframe>\";}}'),(3113,2956,'wp_travel_engine_trip_min_age','12'),(3114,2956,'wp_travel_engine_trip_max_age','65'),(3115,2956,'_wxr_import_user_slug','wptravelengine'),(3116,2956,'_demo_importer_plus_sites_imported_post','1'),(3117,2956,'_demo_importer_enable_for_batch','1'),(3118,2956,'_s_duration','264'),(3119,2956,'WTE_Fixed_Starting_Dates_setting','a:2:{s:18:\"availability_title\";s:0:\"\";s:15:\"departure_dates\";a:1:{s:7:\"section\";s:1:\"1\";}}'),(3120,2956,'list_serialized','a:0:{}'),(3121,2956,'wte_advanced_itinerary',''),(3122,2956,'trip_itinerary_chart_data','{\"1\":{\"at\":\"Kathmandu\",\"altitude\":\"1400\"},\"2\":{\"at\":\"Ulleri\",\"altitude\":\"1830\"},\"3\":{\"at\":\"Ghorepani\",\"altitude\":\"2345\"},\"4\":{\"at\":\"Tadapani\",\"altitude\":\"2145\"},\"5\":{\"at\":\"Chomrong\",\"altitude\":\"2264\"},\"6\":{\"at\":\"Dobhan\",\"altitude\":\"1832\"},\"7\":{\"at\":\"Deurali\",\"altitude\":\"1523\"}}'),(3123,2956,'wpte_gallery_id','a:3:{s:6:\"enable\";s:1:\"1\";i:6220028;s:4:\"4251\";i:6220029;s:4:\"4254\";}'),(3124,2956,'wpte_vid_gallery','a:1:{i:277;a:3:{s:2:\"id\";s:11:\"at2bKyCvgiY\";s:4:\"type\";s:7:\"youtube\";s:5:\"thumb\";s:46:\"//img.youtube.com/vi/at2bKyCvgiY/hqdefault.jpg\";}}'),(3125,2956,'_wp_old_slug','fantastic-maldives-tour-package-3'),(3126,2956,'wp_travel_engine_featured_trip','yes'),(3127,2956,'_thumbnail_id','4253'),(3128,2956,'wte_weather_settings','a:2:{s:9:\"city_name\";s:0:\"\";s:13:\"city_selector\";s:0:\"\";}'),(3129,2956,'_booking_inventory','a:11:{s:31:\"cart_2956_4239_2022-12-30_00-00\";a:1:{i:4557;i:2;}s:31:\"cart_2956_4239_2022-12-27_00-00\";a:1:{i:4565;i:3;}s:31:\"cart_2956_4239_2023-01-12_00-00\";a:1:{i:4600;i:2;}s:31:\"cart_2956_4239_2023-02-21_00-00\";a:1:{i:4663;i:2;}s:31:\"cart_2956_4239_2023-02-23_00-00\";a:2:{i:4675;i:2;i:4681;i:2;}s:31:\"cart_2956_4239_2023-02-24_00-00\";a:2:{i:4693;i:1;i:4696;i:1;}s:31:\"cart_2956_4239_2023-03-03_00-00\";a:1:{i:4718;i:1;}s:31:\"cart_2956_4239_2023-03-14_00-00\";a:1:{i:4745;i:1;}s:31:\"cart_2956_4239_2023-03-16_00-00\";a:2:{i:4754;i:2;i:4757;i:2;}s:31:\"cart_2956_4240_2023-07-13_00-00\";a:1:{i:4838;i:3;}s:31:\"cart_2956_4239_2023-04-29_00-00\";a:1:{i:4849;i:3;}}'),(3130,2956,'wte_fsd_booked_seats','a:2:{i:1689206400;a:2:{s:6:\"booked\";i:3;s:7:\"datestr\";i:1689206400;}i:1682726400;a:2:{s:6:\"booked\";i:3;s:7:\"datestr\";i:1682726400;}}'),(3131,2957,'trip_version','2.0.0'),(3132,2957,'_s_has_sale','yes'),(3133,2957,'wp_travel_engine_booking_setting','a:0:{}'),(3134,2957,'packages_ids','a:1:{i:0;i:4238;}'),(3135,2957,'wp_travel_engine_setting_trip_actual_price','1200'),(3136,2957,'_s_price','1100'),(3137,2957,'wp_travel_engine_setting_trip_duration','168'),(3138,2957,'_s_min_pax','2'),(3139,2957,'wp_travel_engine_setting','a:26:{s:9:\"trip_code\";s:8:\"WTE-2762\";s:13:\"trip_duration\";s:1:\"7\";s:18:\"trip_duration_unit\";s:4:\"days\";s:20:\"trip_duration_nights\";s:1:\"6\";s:17:\"trip_cut_off_time\";s:0:\"\";s:17:\"trip_cut_off_unit\";s:4:\"days\";s:18:\"min_max_age_enable\";s:4:\"true\";s:17:\"minmax_pax_enable\";s:4:\"true\";s:16:\"trip_minimum_pax\";s:1:\"2\";s:16:\"trip_maximum_pax\";s:0:\"\";s:22:\"overview_section_title\";s:8:\"Overview\";s:11:\"tab_content\";a:1:{s:10:\"1_wpeditor\";s:578:\"Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle, automobile, train, boat, bus, airplane, or other means, with or without luggage, and can be one way or round trip. Travel can also include relatively short stays between successive movements.\r\n\r\nThe origin of the word \"travel\" is most likely lost to history. The term \"travel\" may originate from the Old French word travail, which means \'work\'. According to the Merriam Webster dictionary, the first known use of the word travel was in the 14th century.\";}s:21:\"trip_highlights_title\";s:10:\"Highlights\";s:15:\"trip_highlights\";a:4:{i:85813673;a:1:{s:14:\"highlight_text\";s:42:\"Trek to the world-famous Everest Base Camp\";}i:87397561;a:1:{s:14:\"highlight_text\";s:57:\"Enjoy the amazing view of the Himalayas from Kala Patthar\";}i:88696978;a:1:{s:14:\"highlight_text\";s:77:\"Travel through the Sherpa villages of Namche, Khumjung, Khunde, and Dingboche\";}i:49295213;a:1:{s:14:\"highlight_text\";s:62:\"Visit Tengboche the biggest and oldest monastery n the region.\";}}s:16:\"wte_services_ids\";s:9:\"2922,2923\";s:20:\"trip_itinerary_title\";s:9:\"Itinerary\";s:9:\"itinerary\";a:2:{s:15:\"itinerary_title\";a:7:{i:1;s:84:\"Kathmandu to Pokhara (By flight or Bus), the city of Lakes, adventures and serenity.\";i:2;s:35:\"Drive to Nayapul and trek to Ulleri\";i:3;s:17:\"Trek to Ghorepani\";i:4;s:63:\"Early trek to Poon Hill, Back to Ghorepani and Trek to Tadapani\";i:5;s:20:\"Tadapani to Chomrong\";i:6;s:26:\"Chomrong to Dobhan (Dovan)\";i:7;s:16:\"Dovan to Deurali\";}s:17:\"itinerary_content\";a:7:{i:1;s:593:\"Arrive at Tribhuwan International Airport, Kathmandu, you are welcomed by the team and then you will be transferred to your hotel. This trail goes through Ghorepani Poon Hill. Normally, the trek starts like Pokhara to Nayapul and ends like Phedi to Pokhara. While early travel tended to be slower, more dangerous, and more dominated by trade and migration, cultural and technological advances over many years have tended to mean that travel has become easier and more accessible. The evolution of technology in such diverse fields as horse tack and bullet trains has contributed to this trend.\";i:2;s:335:\"While early travel tended to be slower, more dangerous, and more dominated by trade and migration, cultural and technological advances over many years have tended to mean that travel has become easier and more accessible. The evolution of technology in such diverse fields as horse tack and bullet trains has contributed to this trend.\";i:3;s:369:\"The Palace of Fifty five Windows: This magnificent palace was built during the reign of King Yakshya Malla in A.D. 1427 and was subsequently remodeled by King Bhupatindra Malla in the seventeenth century. Among the brick walls with their gracious setting and sculptural design, is a balcony with Fifty five Windows, considered to be a unique masterpiece of woodcarving.\";i:4;s:312:\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.\r\n\r\nSeparated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia.\";i:5;s:214:\"Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Dan decided to leave for the far World of Grammar.\";i:6;s:167:\"The Big Oxmox advised her not to do so because there were thousands of bad Commas, wild Question Marks and devious Semikoli, but the Little Blind Text didn’t listen.\";i:7;s:258:\"When she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road, the Line Lane. Pityful a rethoric question ran over her cheek.\";}}s:18:\"cost_tab_sec_title\";s:4:\"Cost\";s:4:\"cost\";a:4:{s:14:\"includes_title\";s:17:\"The Cost Includes\";s:13:\"cost_includes\";s:710:\"Pick-up or Drop-off service from and to Airport(in our own vehicle)\r\n Transportation to and from!!\r\n Food all along the trip(Breakfast, Lunch, Dinner and a cup of coffee or tea) and accommodations during the trip in hotels with family environment\r\n Transportation, food, accommodation and insurance of Guide during the trip \r\n Down jacket, all-season sleeping bag, duffel bag and trekking map(in case if you don’t have your own. Down jacket, sleeping bag and duffel bag must be returned after completion of the trip)\r\n First Aid Medical Kit(Your guide will carry the Medical Kit but we also advise to bring yourself for your own use, as far as possible)\r\nAll the required permits and paperwork\";s:14:\"excludes_title\";s:17:\"The Cost Excludes\";s:13:\"cost_excludes\";s:424:\"International Airfare\r\n Visa Charges\r\n Hotel Expenses(In Kathmandu, some packages do include hotel expenses)\r\n Your travel and medical insurance \r\n Personal Expenses such as shopping, bar bills, hot shower, telephone, laundry, titbits etc\r\n Food and accommodations in Kathmandu \r\n Services not mentioned or not promised by the agent/agency\r\n Emergency expenses such as expenses on chartered helicopter.\";}s:16:\"trip_facts_title\";s:0:\"\";s:17:\"faq_section_title\";s:4:\"FAQs\";s:3:\"faq\";a:2:{s:9:\"faq_title\";a:8:{i:1;s:40:\"How fit do I need to be to do this trek?\";i:2;s:70:\"How long do we walk every day when doing Annapurna Base Camp trekking?\";i:3;s:50:\"What is the highest altitude reached in this trek?\";i:4;s:54:\"What about battery charging and hot shower facilities?\";i:5;s:49:\"Are there ATMs on the way to Annapurna Base Camp?\";i:6;s:27:\"What about internet access?\";i:7;s:80:\"Is it necessary to hire Guides/trekking agency for Annapurna Base Camp trekking?\";i:8;s:36:\"How much do guides and porters cost?\";}s:11:\"faq_content\";a:8:{i:1;s:266:\"Annapurna Base Camp is a Grade B or a moderately difficult trekking route. So any fit person can do this trek, even if you do not have any previous experience. You should be aware of what to expect and mentally prepare for it. Then, as long as you will too, you can.\";i:2;s:131:\"On average, you walk about 4 to 6 hours per day. One or two days can be as less as 3hrs and one or two days can be as long as 7hrs.\";i:3;s:131:\"The highest altitude reached is 4190m. This is the elevation of Annapurna Base Camp. ABC is the highest we will climb in this trek.\";i:4;s:236:\"Yes, you can charge batteries en route. Charger should be brought. There are hot shower facilities as well. You may have to pay a certain amount for both ($1-$2). Negotiate. Also, a hot water facility could be free at a lower elevation.\";i:5;s:240:\"No. There are no ATMs on this trek route. You will have to draw enough cash in Pokhara or Kathmandu. There are a number of ATMs in these cities. Everything is paid in Nepali rupees. So money should be exchanged before the start of the trek.\";i:6;s:199:\"Yes. The Internet can be accessed in most places. Sometimes, there might be some technical problems. The Internet in Nepal is not as fast as you are used to and at times you can just lose connection.\";i:7;s:550:\"Not really. It depends on you. If you want, ABC trekking can be done independently. You could hire a guide and a porter by yourself instead of going through an agency or not hire a guide at all. Although, not having a guide can be a little problematic during the offseason.\r\n\r\nIt really depends on you. Is it your first time in Nepal? How confident are you of being able to find your way around? How pressed on time are you? If you go through an agency, it will be costlier but everything will be planned. You will only have to come, trek and return.\";i:8;s:107:\"For the Annapurna region, pay for guides range from $20 to $30 per day and porters take $15 to $25 per day.\";}}s:10:\"trip_facts\";a:12:{s:8:\"field_id\";a:10:{i:35550118;s:14:\"Transportation\";i:28890066;s:12:\"Accomodation\";i:89526429;s:16:\"Maximum Altitude\";i:32070658;s:14:\"Departure from\";i:33257212;s:11:\"Best season\";i:90730383;s:9:\"Tour type\";i:69801669;s:5:\"Meals\";i:12647846;s:8:\"Language\";i:69738162;s:13:\"Fitness level\";i:93988162;s:10:\"Group Size\";}s:10:\"field_type\";a:10:{i:35550118;s:4:\"text\";i:28890066;s:4:\"text\";i:89526429;s:4:\"text\";i:32070658;s:4:\"text\";i:33257212;s:4:\"text\";i:90730383;s:4:\"text\";i:69801669;s:4:\"text\";i:12647846;s:4:\"text\";i:69738162;s:4:\"text\";i:93988162;s:4:\"text\";}i:35550118;a:1:{i:35550118;s:13:\"Bus, Airlines\";}i:28890066;a:1:{i:28890066;s:14:\"3 Stars Hotels\";}i:89526429;a:1:{i:89526429;s:12:\"5,416 metres\";}i:32070658;a:1:{i:32070658;s:9:\"Kathmandu\";}i:33257212;a:1:{i:33257212;s:19:\"Feb, Mar, Apr & May\";}i:90730383;a:1:{i:90730383;s:16:\"Eco-Tour, Hiking\";}i:69801669;a:1:{i:69801669;s:25:\"All meals during the trek\";}i:12647846;a:1:{i:12647846;s:33:\"English, Spanish, French, Chinese\";}i:69738162;a:1:{i:69738162;s:16:\"Easy to Moderate\";}i:93988162;a:1:{i:93988162;s:4:\"2-15\";}}s:20:\"enable_video_gallery\";s:4:\"true\";s:17:\"map_section_title\";s:3:\"Map\";s:3:\"map\";a:2:{s:9:\"image_url\";s:0:\"\";s:6:\"iframe\";s:412:\"<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3500.4109563529746!2d83.86043231542989!3d28.67735098880116!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39be199c2d97b7a3%3A0x36fca1c48eeffc99!2z4KSk4KS_4KSy4KS_4KSa4KWLIOCkpOCkvuCksiDgpKjgpYfgpKrgpL7gpLI!5e0!3m2!1sen!2snp!4v1628845389546!5m2!1sen!2snp\" width=\"600\" height=\"450\" style=\"border:0\" allowfullscreen=\"\" loading=\"lazy\"></iframe>\";}}'),(3140,2957,'wp_travel_engine_trip_min_age','12'),(3141,2957,'wp_travel_engine_trip_max_age','65'),(3142,2957,'_wxr_import_user_slug','wptravelengine'),(3143,2957,'_demo_importer_plus_sites_imported_post','1'),(3144,2957,'_demo_importer_enable_for_batch','1'),(3145,2957,'_s_duration','168'),(3146,2957,'WTE_Fixed_Starting_Dates_setting','a:2:{s:18:\"availability_title\";s:0:\"\";s:15:\"departure_dates\";a:1:{s:7:\"section\";s:1:\"1\";}}'),(3147,2957,'list_serialized','a:0:{}'),(3148,2957,'wte_advanced_itinerary',''),(3149,2957,'trip_itinerary_chart_data','{\"1\":{\"at\":\"Kathmandu\",\"altitude\":\"1400\"},\"2\":{\"at\":\"Ulleri\",\"altitude\":\"1830\"},\"3\":{\"at\":\"Ghorepani\",\"altitude\":\"2345\"},\"4\":{\"at\":\"Tadapani\",\"altitude\":\"2145\"},\"5\":{\"at\":\"Chomrong\",\"altitude\":\"2264\"},\"6\":{\"at\":\"Dobhan\",\"altitude\":\"1832\"},\"7\":{\"at\":\"Deurali\",\"altitude\":\"1523\"}}'),(3150,2957,'wpte_gallery_id','a:3:{s:6:\"enable\";s:1:\"1\";i:2966857;s:4:\"4253\";i:2966858;s:4:\"4254\";}'),(3151,2957,'wpte_vid_gallery','a:1:{i:507;a:3:{s:2:\"id\";s:11:\"FL8_X_2WLqU\";s:4:\"type\";s:7:\"youtube\";s:5:\"thumb\";s:46:\"//img.youtube.com/vi/FL8_X_2WLqU/hqdefault.jpg\";}}'),(3152,2957,'_wp_old_slug','5-days-tour-to-philippines-3'),(3153,2957,'wp_travel_engine_featured_trip','yes'),(3154,2957,'wte_fsd_booked_seats','a:4:{i:1650672000;a:2:{s:6:\"booked\";i:3;s:7:\"datestr\";i:1650672000;}i:1680566400;a:2:{s:6:\"booked\";i:2;s:7:\"datestr\";i:1680566400;}i:1682640000;a:2:{s:6:\"booked\";i:2;s:7:\"datestr\";i:1682640000;}i:1684368000;a:2:{s:6:\"booked\";i:2;s:7:\"datestr\";i:1684368000;}}'),(3155,2957,'_thumbnail_id','4251'),(3156,2957,'wte_weather_settings','a:2:{s:9:\"city_name\";s:0:\"\";s:13:\"city_selector\";s:0:\"\";}'),(3157,2957,'_booking_inventory','a:12:{s:31:\"cart_2957_4238_2022-12-19_00-00\";a:2:{i:4543;i:24;i:4546;i:2;}s:31:\"cart_2957_4238_2022-12-28_00-00\";a:1:{i:4567;i:6;}s:31:\"cart_2957_4238_2022-12-27_00-00\";a:3:{i:4569;i:2;i:4572;i:2;i:4574;i:2;}s:31:\"cart_2957_4238_2023-01-07_00-00\";a:1:{i:4597;i:2;}s:31:\"cart_2957_4238_2023-01-24_00-00\";a:1:{i:4621;i:2;}s:31:\"cart_2957_4238_2023-02-06_00-00\";a:1:{i:4646;i:2;}s:31:\"cart_2957_4238_2023-02-14_00-00\";a:4:{i:4652;i:2;i:4654;i:2;i:4656;i:2;i:4658;i:2;}s:31:\"cart_2957_4238_2023-02-23_00-00\";a:1:{i:4683;i:2;}s:31:\"cart_2957_4238_2023-03-24_00-00\";a:1:{i:4724;i:2;}s:31:\"cart_2957_4238_2023-03-18_00-00\";a:3:{i:4737;i:2;i:4748;i:2;i:4751;i:2;}s:31:\"cart_2957_4238_2023-03-21_00-00\";a:1:{i:4763;i:2;}s:31:\"cart_2957_4238_2023-05-18_00-00\";a:1:{i:4858;i:2;}}'),(3158,1095,'package-categories','a:9:{s:5:\"c_ids\";a:2:{i:16;i:16;i:20;i:20;}s:6:\"labels\";a:2:{i:16;s:5:\"Adult\";i:20;s:5:\"Child\";}s:6:\"prices\";a:2:{i:16;s:4:\"1900\";i:20;s:4:\"1700\";}s:13:\"pricing_types\";a:2:{i:16;s:10:\"per-person\";i:20;s:10:\"per-person\";}s:12:\"enabled_sale\";a:2:{i:16;s:1:\"1\";i:20;s:1:\"1\";}s:11:\"sale_prices\";a:2:{i:16;s:4:\"1800\";i:20;s:4:\"1600\";}s:9:\"min_paxes\";a:2:{i:16;s:1:\"1\";i:20;s:1:\"1\";}s:9:\"max_paxes\";a:2:{i:16;s:0:\"\";i:20;s:0:\"\";}s:22:\"enabled_group_discount\";a:2:{i:16;s:1:\"1\";i:20;s:1:\"1\";}}'),(3159,1095,'trip_ID','2765'),(3160,1095,'package-dates','a:4:{i:20220204;a:5:{s:7:\"dtstart\";s:10:\"2022-02-04\";s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-04\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"15\";s:18:\"availability_label\";s:10:\"guaranteed\";}i:20220212;a:6:{s:7:\"dtstart\";s:10:\"2022-02-12\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"08:00\";s:2:\"to\";s:5:\"09:00\";}i:1;a:2:{s:4:\"from\";s:5:\"14:00\";s:2:\"to\";s:5:\"15:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-12\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"13\";s:18:\"availability_label\";s:9:\"available\";}i:20220217;a:6:{s:7:\"dtstart\";s:10:\"2022-02-17\";s:5:\"times\";a:1:{i:0;a:2:{s:4:\"from\";s:5:\"12:00\";s:2:\"to\";s:5:\"13:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-01-17\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"10\";s:18:\"availability_label\";s:7:\"limited\";}i:20220225;a:6:{s:7:\"dtstart\";s:10:\"2022-02-25\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"09:00\";s:2:\"to\";s:5:\"11:00\";}i:1;a:2:{s:4:\"from\";s:5:\"17:00\";s:2:\"to\";s:5:\"19:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-25\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:1:\"8\";s:18:\"availability_label\";s:10:\"guaranteed\";}}'),(3161,1095,'group-pricing','a:2:{i:51;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:4:\"1900\";}}i:53;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:4:\"1700\";}}}'),(3162,1095,'_wxr_import_user_slug','travel-monster'),(3163,1095,'_demo_importer_plus_sites_imported_post','1'),(3164,1095,'_demo_importer_enable_for_batch','1'),(3165,1097,'package-categories','a:1:{s:5:\"c_ids\";a:1:{s:0:\"\";N;}}'),(3166,1097,'trip_ID','1096'),(3167,1097,'package-dates','a:4:{i:20220204;a:5:{s:7:\"dtstart\";s:10:\"2022-02-04\";s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-04\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"20\";s:18:\"availability_label\";s:10:\"guaranteed\";}i:20220212;a:6:{s:7:\"dtstart\";s:10:\"2022-02-12\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"08:00\";s:2:\"to\";s:5:\"09:00\";}i:1;a:2:{s:4:\"from\";s:5:\"14:00\";s:2:\"to\";s:5:\"15:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-12\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"18\";s:18:\"availability_label\";s:9:\"available\";}i:20220217;a:6:{s:7:\"dtstart\";s:10:\"2022-02-17\";s:5:\"times\";a:1:{i:0;a:2:{s:4:\"from\";s:5:\"12:00\";s:2:\"to\";s:5:\"13:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-17\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"16\";s:18:\"availability_label\";s:7:\"limited\";}i:20220225;a:6:{s:7:\"dtstart\";s:10:\"2022-02-25\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"09:00\";s:2:\"to\";s:5:\"11:00\";}i:1;a:2:{s:4:\"from\";s:5:\"17:00\";s:2:\"to\";s:5:\"19:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-25\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"14\";s:18:\"availability_label\";s:10:\"guaranteed\";}}'),(3168,1097,'_wxr_import_user_slug','travel-monster'),(3169,1097,'_demo_importer_plus_sites_imported_post','1'),(3170,1097,'_demo_importer_enable_for_batch','1'),(3171,1098,'package-categories','a:1:{s:5:\"c_ids\";a:1:{s:0:\"\";N;}}'),(3172,1098,'trip_ID','1096'),(3173,1098,'package-dates','a:4:{i:20220204;a:5:{s:7:\"dtstart\";s:10:\"2022-02-04\";s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-04\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"34\";s:18:\"availability_label\";s:10:\"guaranteed\";}i:20220212;a:6:{s:7:\"dtstart\";s:10:\"2022-02-12\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"08:00\";s:2:\"to\";s:5:\"09:00\";}i:1;a:2:{s:4:\"from\";s:5:\"14:00\";s:2:\"to\";s:5:\"15:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-12\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"32\";s:18:\"availability_label\";s:9:\"available\";}i:20220217;a:6:{s:7:\"dtstart\";s:10:\"2022-02-17\";s:5:\"times\";a:1:{i:0;a:2:{s:4:\"from\";s:5:\"12:00\";s:2:\"to\";s:5:\"13:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-17\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"30\";s:18:\"availability_label\";s:7:\"limited\";}i:20220225;a:6:{s:7:\"dtstart\";s:10:\"2022-02-25\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"09:00\";s:2:\"to\";s:5:\"11:00\";}i:1;a:2:{s:4:\"from\";s:5:\"17:00\";s:2:\"to\";s:5:\"19:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-25\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"28\";s:18:\"availability_label\";s:10:\"guaranteed\";}}'),(3174,1098,'_wxr_import_user_slug','travel-monster'),(3175,1098,'_demo_importer_plus_sites_imported_post','1'),(3176,1098,'_demo_importer_enable_for_batch','1'),(3177,1100,'package-categories','a:1:{s:5:\"c_ids\";a:1:{s:0:\"\";N;}}'),(3178,1100,'trip_ID','1099'),(3179,1100,'package-dates','a:4:{i:20220204;a:5:{s:7:\"dtstart\";s:10:\"2022-02-04\";s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:11:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-04\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"27\";s:18:\"availability_label\";s:10:\"guaranteed\";}i:20220212;a:6:{s:7:\"dtstart\";s:10:\"2022-02-12\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"08:00\";s:2:\"to\";s:5:\"09:00\";}i:1;a:2:{s:4:\"from\";s:5:\"14:00\";s:2:\"to\";s:5:\"15:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-12\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"25\";s:18:\"availability_label\";s:9:\"available\";}i:20220217;a:6:{s:7:\"dtstart\";s:10:\"2022-02-17\";s:5:\"times\";a:1:{i:0;a:2:{s:4:\"from\";s:5:\"12:00\";s:2:\"to\";s:5:\"13:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-17\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"23\";s:18:\"availability_label\";s:7:\"limited\";}i:20220225;a:6:{s:7:\"dtstart\";s:10:\"2022-02-25\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"09:00\";s:2:\"to\";s:5:\"11:00\";}i:1;a:2:{s:4:\"from\";s:5:\"17:00\";s:2:\"to\";s:5:\"19:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-25\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"20\";s:18:\"availability_label\";s:10:\"guaranteed\";}}'),(3180,1100,'_wxr_import_user_slug','travel-monster'),(3181,1100,'_demo_importer_plus_sites_imported_post','1'),(3182,1100,'_demo_importer_enable_for_batch','1'),(3183,1101,'package-categories','a:1:{s:5:\"c_ids\";a:1:{s:0:\"\";N;}}'),(3184,1101,'trip_ID','1099'),(3185,1101,'package-dates','a:4:{i:20220204;a:5:{s:7:\"dtstart\";s:10:\"2022-02-04\";s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-04\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"20\";s:18:\"availability_label\";s:10:\"guaranteed\";}i:20220212;a:6:{s:7:\"dtstart\";s:10:\"2022-02-12\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"08:00\";s:2:\"to\";s:5:\"09:00\";}i:1;a:2:{s:4:\"from\";s:5:\"14:00\";s:2:\"to\";s:5:\"15:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-12\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"18\";s:18:\"availability_label\";s:9:\"available\";}i:20220217;a:6:{s:7:\"dtstart\";s:10:\"2022-02-17\";s:5:\"times\";a:1:{i:0;a:2:{s:4:\"from\";s:5:\"12:00\";s:2:\"to\";s:5:\"13:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-17\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"16\";s:18:\"availability_label\";s:7:\"limited\";}i:20220225;a:6:{s:7:\"dtstart\";s:10:\"2022-02-25\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"09:00\";s:2:\"to\";s:5:\"11:00\";}i:1;a:2:{s:4:\"from\";s:5:\"17:00\";s:2:\"to\";s:5:\"19:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-25\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"14\";s:18:\"availability_label\";s:10:\"guaranteed\";}}'),(3186,1101,'_wxr_import_user_slug','travel-monster'),(3187,1101,'_demo_importer_plus_sites_imported_post','1'),(3188,1101,'_demo_importer_enable_for_batch','1'),(3189,1134,'package-categories','a:9:{s:5:\"c_ids\";a:2:{i:16;i:16;i:20;i:20;}s:6:\"labels\";a:2:{i:16;s:5:\"Adult\";i:20;s:5:\"Child\";}s:6:\"prices\";a:2:{i:16;s:4:\"2300\";i:20;s:4:\"2100\";}s:13:\"pricing_types\";a:2:{i:16;s:10:\"per-person\";i:20;s:10:\"per-person\";}s:12:\"enabled_sale\";a:2:{i:16;s:1:\"1\";i:20;s:1:\"1\";}s:11:\"sale_prices\";a:2:{i:16;s:4:\"2200\";i:20;s:4:\"2000\";}s:9:\"min_paxes\";a:2:{i:16;s:1:\"1\";i:20;s:1:\"1\";}s:9:\"max_paxes\";a:2:{i:16;s:0:\"\";i:20;s:0:\"\";}s:22:\"enabled_group_discount\";a:2:{i:16;s:1:\"1\";i:20;s:1:\"1\";}}'),(3190,1134,'trip_ID','2769'),(3191,1134,'package-dates','a:4:{i:20220204;a:5:{s:7:\"dtstart\";s:10:\"2022-02-04\";s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-04\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"18\";s:18:\"availability_label\";s:10:\"guaranteed\";}i:20220212;a:6:{s:7:\"dtstart\";s:10:\"2022-02-12\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"08:00\";s:2:\"to\";s:5:\"09:00\";}i:1;a:2:{s:4:\"from\";s:5:\"14:00\";s:2:\"to\";s:5:\"15:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:5:\"DAILY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-12\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"17\";s:18:\"availability_label\";s:9:\"available\";}i:20220217;a:6:{s:7:\"dtstart\";s:10:\"2022-02-17\";s:5:\"times\";a:1:{i:0;a:2:{s:4:\"from\";s:5:\"12:00\";s:2:\"to\";s:5:\"13:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-01-12\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"16\";s:18:\"availability_label\";s:7:\"limited\";}i:20220225;a:6:{s:7:\"dtstart\";s:10:\"2022-02-25\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"09:00\";s:2:\"to\";s:5:\"11:00\";}i:1;a:2:{s:4:\"from\";s:5:\"17:00\";s:2:\"to\";s:5:\"19:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-25\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"15\";s:18:\"availability_label\";s:10:\"guaranteed\";}}'),(3192,1134,'group-pricing','a:2:{i:51;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:4:\"2300\";}}i:53;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:4:\"2100\";}}}'),(3193,1134,'_wxr_import_user_slug','travel-monster'),(3194,1134,'_demo_importer_plus_sites_imported_post','1'),(3195,1134,'_demo_importer_enable_for_batch','1'),(3196,1135,'package-categories','a:9:{s:5:\"c_ids\";a:2:{i:16;i:16;i:20;i:20;}s:6:\"labels\";a:2:{i:16;s:5:\"Adult\";i:20;s:5:\"Child\";}s:6:\"prices\";a:2:{i:16;s:4:\"1900\";i:20;s:4:\"1700\";}s:13:\"pricing_types\";a:2:{i:16;s:10:\"per-person\";i:20;s:10:\"per-person\";}s:12:\"enabled_sale\";a:2:{i:16;s:1:\"1\";i:20;s:1:\"1\";}s:11:\"sale_prices\";a:2:{i:16;s:4:\"1800\";i:20;s:4:\"1600\";}s:9:\"min_paxes\";a:2:{i:16;s:1:\"1\";i:20;s:1:\"1\";}s:9:\"max_paxes\";a:2:{i:16;s:0:\"\";i:20;s:0:\"\";}s:22:\"enabled_group_discount\";a:2:{i:16;s:1:\"1\";i:20;s:1:\"1\";}}'),(3197,1135,'trip_ID','2769'),(3198,1135,'package-dates','a:4:{i:20220204;a:5:{s:7:\"dtstart\";s:10:\"2022-02-04\";s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-04\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"30\";s:18:\"availability_label\";s:10:\"guaranteed\";}i:20220212;a:6:{s:7:\"dtstart\";s:10:\"2022-02-12\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"08:00\";s:2:\"to\";s:5:\"09:00\";}i:1;a:2:{s:4:\"from\";s:5:\"14:00\";s:2:\"to\";s:5:\"15:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-12\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"29\";s:18:\"availability_label\";s:9:\"available\";}i:20220217;a:6:{s:7:\"dtstart\";s:10:\"2022-02-17\";s:5:\"times\";a:1:{i:0;a:2:{s:4:\"from\";s:5:\"12:00\";s:2:\"to\";s:5:\"13:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-17\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"28\";s:18:\"availability_label\";s:7:\"limited\";}i:20220225;a:6:{s:7:\"dtstart\";s:10:\"2022-02-25\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"09:00\";s:2:\"to\";s:5:\"11:00\";}i:1;a:2:{s:4:\"from\";s:5:\"17:00\";s:2:\"to\";s:5:\"19:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-25\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"27\";s:18:\"availability_label\";s:10:\"guaranteed\";}}'),(3199,1135,'group-pricing','a:2:{i:51;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:4:\"1900\";}}i:53;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:4:\"1700\";}}}'),(3200,1135,'_wxr_import_user_slug','travel-monster'),(3201,1135,'_demo_importer_plus_sites_imported_post','1'),(3202,1135,'_demo_importer_enable_for_batch','1'),(3203,1137,'package-categories','a:1:{s:5:\"c_ids\";a:1:{s:0:\"\";N;}}'),(3204,1137,'trip_ID','1136'),(3205,1137,'package-dates','a:4:{i:20220204;a:5:{s:7:\"dtstart\";s:10:\"2022-02-04\";s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-04\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"22\";s:18:\"availability_label\";s:10:\"guaranteed\";}i:20220212;a:6:{s:7:\"dtstart\";s:10:\"2022-02-12\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"08:00\";s:2:\"to\";s:5:\"09:00\";}i:1;a:2:{s:4:\"from\";s:5:\"14:00\";s:2:\"to\";s:5:\"15:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-12\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"21\";s:18:\"availability_label\";s:9:\"available\";}i:20220217;a:6:{s:7:\"dtstart\";s:10:\"2022-02-17\";s:5:\"times\";a:1:{i:0;a:2:{s:4:\"from\";s:5:\"12:00\";s:2:\"to\";s:5:\"13:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-17\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"20\";s:18:\"availability_label\";s:7:\"limited\";}i:20220225;a:6:{s:7:\"dtstart\";s:10:\"2022-02-25\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"09:00\";s:2:\"to\";s:5:\"11:00\";}i:1;a:2:{s:4:\"from\";s:5:\"17:00\";s:2:\"to\";s:5:\"19:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-25\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"18\";s:18:\"availability_label\";s:10:\"guaranteed\";}}'),(3206,1137,'_wxr_import_user_slug','travel-monster'),(3207,1137,'_demo_importer_plus_sites_imported_post','1'),(3208,1137,'_demo_importer_enable_for_batch','1'),(3209,1138,'package-categories','a:1:{s:5:\"c_ids\";a:1:{s:0:\"\";N;}}'),(3210,1138,'trip_ID','1136'),(3211,1138,'package-dates','a:4:{i:20220204;a:5:{s:7:\"dtstart\";s:10:\"2022-02-04\";s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-04\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"12\";s:18:\"availability_label\";s:10:\"guaranteed\";}i:20220212;a:6:{s:7:\"dtstart\";s:10:\"2022-02-12\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"08:00\";s:2:\"to\";s:5:\"09:00\";}i:1;a:2:{s:4:\"from\";s:5:\"14:00\";s:2:\"to\";s:5:\"15:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-12\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"13\";s:18:\"availability_label\";s:9:\"available\";}i:20220217;a:6:{s:7:\"dtstart\";s:10:\"2022-02-17\";s:5:\"times\";a:1:{i:0;a:2:{s:4:\"from\";s:5:\"12:00\";s:2:\"to\";s:5:\"13:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-17\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"14\";s:18:\"availability_label\";s:7:\"limited\";}i:20220225;a:6:{s:7:\"dtstart\";s:10:\"2022-02-25\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"09:00\";s:2:\"to\";s:5:\"11:00\";}i:1;a:2:{s:4:\"from\";s:5:\"17:00\";s:2:\"to\";s:5:\"19:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-25\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"15\";s:18:\"availability_label\";s:10:\"guaranteed\";}}'),(3212,1138,'_wxr_import_user_slug','travel-monster'),(3213,1138,'_demo_importer_plus_sites_imported_post','1'),(3214,1138,'_demo_importer_enable_for_batch','1'),(3215,2570,'package-categories','a:1:{s:5:\"c_ids\";a:1:{s:0:\"\";N;}}'),(3216,2570,'trip_ID','1127'),(3217,2570,'package-dates','a:4:{i:20220204;a:5:{s:7:\"dtstart\";s:10:\"2022-02-04\";s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-04\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"34\";s:18:\"availability_label\";s:10:\"guaranteed\";}i:20220212;a:6:{s:7:\"dtstart\";s:10:\"2022-02-12\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"08:00\";s:2:\"to\";s:5:\"09:00\";}i:1;a:2:{s:4:\"from\";s:5:\"14:00\";s:2:\"to\";s:5:\"15:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-12\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"32\";s:18:\"availability_label\";s:9:\"available\";}i:20220217;a:6:{s:7:\"dtstart\";s:10:\"2022-02-17\";s:5:\"times\";a:1:{i:0;a:2:{s:4:\"from\";s:5:\"12:00\";s:2:\"to\";s:5:\"13:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-17\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"30\";s:18:\"availability_label\";s:7:\"limited\";}i:20220225;a:6:{s:7:\"dtstart\";s:10:\"2022-02-25\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"09:00\";s:2:\"to\";s:5:\"11:00\";}i:1;a:2:{s:4:\"from\";s:5:\"17:00\";s:2:\"to\";s:5:\"19:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-25\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"28\";s:18:\"availability_label\";s:10:\"guaranteed\";}}'),(3218,2570,'_wxr_import_user_slug','travel-monster'),(3219,2570,'_demo_importer_plus_sites_imported_post','1'),(3220,2570,'_demo_importer_enable_for_batch','1'),(3221,2571,'package-categories','a:1:{s:5:\"c_ids\";a:1:{s:0:\"\";N;}}'),(3222,2571,'trip_ID','1127'),(3223,2571,'package-dates','a:4:{i:20220204;a:5:{s:7:\"dtstart\";s:10:\"2022-02-04\";s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-04\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"28\";s:18:\"availability_label\";s:10:\"guaranteed\";}i:20220212;a:6:{s:7:\"dtstart\";s:10:\"2022-02-12\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"09:00\";s:2:\"to\";s:5:\"11:00\";}i:1;a:2:{s:4:\"from\";s:5:\"14:00\";s:2:\"to\";s:5:\"15:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-12\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"26\";s:18:\"availability_label\";s:9:\"available\";}i:20220217;a:6:{s:7:\"dtstart\";s:10:\"2022-02-17\";s:5:\"times\";a:1:{i:0;a:2:{s:4:\"from\";s:5:\"12:00\";s:2:\"to\";s:5:\"13:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-17\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"24\";s:18:\"availability_label\";s:7:\"limited\";}i:20220225;a:6:{s:7:\"dtstart\";s:10:\"2022-02-25\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"09:00\";s:2:\"to\";s:5:\"11:00\";}i:1;a:2:{s:4:\"from\";s:5:\"17:00\";s:2:\"to\";s:5:\"19:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-25\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"22\";s:18:\"availability_label\";s:10:\"guaranteed\";}}'),(3224,2571,'_wxr_import_user_slug','travel-monster'),(3225,2571,'_demo_importer_plus_sites_imported_post','1'),(3226,2571,'_demo_importer_enable_for_batch','1'),(3227,2572,'package-categories','a:1:{s:5:\"c_ids\";a:1:{s:0:\"\";N;}}'),(3228,2572,'trip_ID','1130'),(3229,2572,'package-dates','a:4:{i:20220204;a:5:{s:7:\"dtstart\";s:10:\"2022-02-04\";s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-04\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"35\";s:18:\"availability_label\";s:10:\"guaranteed\";}i:20220212;a:6:{s:7:\"dtstart\";s:10:\"2022-02-12\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"08:00\";s:2:\"to\";s:5:\"09:00\";}i:1;a:2:{s:4:\"from\";s:5:\"14:00\";s:2:\"to\";s:5:\"15:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-12\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"33\";s:18:\"availability_label\";s:9:\"available\";}i:20220217;a:6:{s:7:\"dtstart\";s:10:\"2022-02-17\";s:5:\"times\";a:1:{i:0;a:2:{s:4:\"from\";s:5:\"12:00\";s:2:\"to\";s:5:\"13:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-17\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"31\";s:18:\"availability_label\";s:7:\"limited\";}i:20220225;a:6:{s:7:\"dtstart\";s:10:\"2022-02-25\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"09:00\";s:2:\"to\";s:5:\"11:00\";}i:1;a:2:{s:4:\"from\";s:5:\"17:00\";s:2:\"to\";s:5:\"19:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-25\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"29\";s:18:\"availability_label\";s:10:\"guaranteed\";}}'),(3230,2572,'_wxr_import_user_slug','travel-monster'),(3231,2572,'_demo_importer_plus_sites_imported_post','1'),(3232,2572,'_demo_importer_enable_for_batch','1'),(3233,2573,'package-categories','a:1:{s:5:\"c_ids\";a:1:{s:0:\"\";N;}}'),(3234,2573,'trip_ID','1130'),(3235,2573,'package-dates','a:4:{i:20220204;a:5:{s:7:\"dtstart\";s:10:\"2022-02-04\";s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-04\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"17\";s:18:\"availability_label\";s:10:\"guaranteed\";}i:20220212;a:6:{s:7:\"dtstart\";s:10:\"2022-02-12\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"08:00\";s:2:\"to\";s:5:\"09:00\";}i:1;a:2:{s:4:\"from\";s:5:\"14:00\";s:2:\"to\";s:5:\"15:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-12\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"15\";s:18:\"availability_label\";s:9:\"available\";}i:20220217;a:6:{s:7:\"dtstart\";s:10:\"2022-02-17\";s:5:\"times\";a:1:{i:0;a:2:{s:4:\"from\";s:5:\"12:00\";s:2:\"to\";s:5:\"13:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-17\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"13\";s:18:\"availability_label\";s:7:\"limited\";}i:20220225;a:6:{s:7:\"dtstart\";s:10:\"2022-02-25\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"09:00\";s:2:\"to\";s:5:\"11:00\";}i:1;a:2:{s:4:\"from\";s:5:\"17:00\";s:2:\"to\";s:5:\"19:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-25\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"11\";s:18:\"availability_label\";s:10:\"guaranteed\";}}'),(3236,2573,'_wxr_import_user_slug','travel-monster'),(3237,2573,'_demo_importer_plus_sites_imported_post','1'),(3238,2573,'_demo_importer_enable_for_batch','1'),(3239,2574,'package-categories','a:1:{s:5:\"c_ids\";a:1:{s:0:\"\";N;}}'),(3240,2574,'trip_ID','1150'),(3241,2574,'package-dates','a:4:{i:20220204;a:5:{s:7:\"dtstart\";s:10:\"2022-02-04\";s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-04\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"30\";s:18:\"availability_label\";s:10:\"guaranteed\";}i:20220212;a:6:{s:7:\"dtstart\";s:10:\"2022-02-12\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"08:00\";s:2:\"to\";s:5:\"09:00\";}i:1;a:2:{s:4:\"from\";s:5:\"14:00\";s:2:\"to\";s:5:\"15:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:11:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-12\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"29\";s:18:\"availability_label\";s:9:\"available\";}i:20220217;a:6:{s:7:\"dtstart\";s:10:\"2022-02-17\";s:5:\"times\";a:1:{i:0;a:2:{s:4:\"from\";s:5:\"12:00\";s:2:\"to\";s:5:\"13:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-17\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"28\";s:18:\"availability_label\";s:7:\"limited\";}i:20220225;a:6:{s:7:\"dtstart\";s:10:\"2022-02-25\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"09:00\";s:2:\"to\";s:5:\"11:00\";}i:1;a:2:{s:4:\"from\";s:5:\"17:00\";s:2:\"to\";s:5:\"19:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-25\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"26\";s:18:\"availability_label\";s:10:\"guaranteed\";}}'),(3242,2574,'group-pricing','a:2:{i:9;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:4:\"1500\";}}i:10;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:4:\"1300\";}}}'),(3243,2574,'_wxr_import_user_slug','travel-monster'),(3244,2574,'_demo_importer_plus_sites_imported_post','1'),(3245,2574,'_demo_importer_enable_for_batch','1'),(3246,2575,'package-categories','a:1:{s:5:\"c_ids\";a:1:{s:0:\"\";N;}}'),(3247,2575,'trip_ID','1150'),(3248,2575,'package-dates','a:4:{i:20220204;a:5:{s:7:\"dtstart\";s:10:\"2022-02-04\";s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-04\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"25\";s:18:\"availability_label\";s:10:\"guaranteed\";}i:20220212;a:6:{s:7:\"dtstart\";s:10:\"2022-02-12\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"08:00\";s:2:\"to\";s:5:\"09:00\";}i:1;a:2:{s:4:\"from\";s:5:\"14:00\";s:2:\"to\";s:5:\"15:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-12\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"24\";s:18:\"availability_label\";s:9:\"available\";}i:20220217;a:6:{s:7:\"dtstart\";s:10:\"2022-02-17\";s:5:\"times\";a:1:{i:0;a:2:{s:4:\"from\";s:5:\"12:00\";s:2:\"to\";s:5:\"13:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-17\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"23\";s:18:\"availability_label\";s:7:\"limited\";}i:20220225;a:6:{s:7:\"dtstart\";s:10:\"2022-02-25\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"09:00\";s:2:\"to\";s:5:\"11:00\";}i:1;a:2:{s:4:\"from\";s:5:\"17:00\";s:2:\"to\";s:5:\"19:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-25\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"22\";s:18:\"availability_label\";s:10:\"guaranteed\";}}'),(3249,2575,'group-pricing','a:2:{i:9;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:4:\"1800\";}}i:10;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:4:\"1600\";}}}'),(3250,2575,'_wxr_import_user_slug','travel-monster'),(3251,2575,'_demo_importer_plus_sites_imported_post','1'),(3252,2575,'_demo_importer_enable_for_batch','1'),(3253,2725,'package-categories','a:1:{s:5:\"c_ids\";a:1:{s:0:\"\";N;}}'),(3254,2725,'trip_ID','33'),(3255,2725,'_wxr_import_user_slug','wptravelengine'),(3256,2725,'_demo_importer_plus_sites_imported_post','1'),(3257,2725,'_demo_importer_enable_for_batch','1'),(3258,2726,'package-categories','a:1:{s:5:\"c_ids\";a:1:{s:0:\"\";N;}}'),(3259,2726,'trip_ID','105'),(3260,2726,'_wxr_import_user_slug','wptravelengine'),(3261,2726,'_demo_importer_plus_sites_imported_post','1'),(3262,2726,'_demo_importer_enable_for_batch','1'),(3263,2727,'package-categories','a:1:{s:5:\"c_ids\";a:1:{s:0:\"\";N;}}'),(3264,2727,'trip_ID','69'),(3265,2727,'package-dates','a:1:{i:20220101;a:5:{s:7:\"dtstart\";s:10:\"2022-01-01\";s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:3:{s:11:\"r_frequency\";s:5:\"DAILY\";s:7:\"r_until\";s:0:\"\";s:7:\"r_count\";s:2:\"30\";}s:5:\"seats\";s:0:\"\";s:18:\"availability_label\";s:10:\"guaranteed\";}}'),(3266,2727,'group-pricing','a:2:{i:7;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:3:\"980\";}}i:8;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:3:\"500\";}}}'),(3267,2727,'_wxr_import_user_slug','wptravelengine'),(3268,2727,'_demo_importer_plus_sites_imported_post','1'),(3269,2727,'_demo_importer_enable_for_batch','1'),(3270,2728,'package-categories','a:1:{s:5:\"c_ids\";a:1:{s:0:\"\";N;}}'),(3271,2728,'trip_ID','341'),(3272,2728,'group-pricing','a:2:{i:7;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:4:\"1500\";}}i:8;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:1:\"0\";}}}'),(3273,2728,'package-dates','a:2:{i:20211224;a:5:{s:7:\"dtstart\";s:10:\"2021-12-24\";s:5:\"times\";a:1:{i:0;a:2:{s:4:\"from\";s:5:\"14:00\";s:2:\"to\";s:5:\"10:00\";}}s:5:\"rrule\";a:3:{s:11:\"r_frequency\";s:5:\"DAILY\";s:7:\"r_until\";s:0:\"\";s:7:\"r_count\";s:2:\"10\";}s:5:\"seats\";s:1:\"8\";s:18:\"availability_label\";s:10:\"guaranteed\";}i:20220101;a:5:{s:7:\"dtstart\";s:10:\"2022-01-01\";s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:3:{s:11:\"r_frequency\";s:5:\"DAILY\";s:7:\"r_until\";s:0:\"\";s:7:\"r_count\";s:2:\"10\";}s:5:\"seats\";s:2:\"13\";s:18:\"availability_label\";s:10:\"guaranteed\";}}'),(3274,2728,'_wxr_import_user_slug','wptravelengine'),(3275,2728,'_demo_importer_plus_sites_imported_post','1'),(3276,2728,'_demo_importer_enable_for_batch','1'),(3277,2729,'package-categories','a:1:{s:5:\"c_ids\";a:1:{s:0:\"\";N;}}'),(3278,2729,'trip_ID','69'),(3279,2729,'package-dates','a:1:{i:20220101;a:5:{s:7:\"dtstart\";s:10:\"2022-01-01\";s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:3:{s:11:\"r_frequency\";s:5:\"DAILY\";s:7:\"r_until\";s:0:\"\";s:7:\"r_count\";s:2:\"30\";}s:5:\"seats\";s:0:\"\";s:18:\"availability_label\";s:10:\"guaranteed\";}}'),(3280,2729,'group-pricing','a:2:{i:7;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:3:\"980\";}}i:8;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:3:\"500\";}}}'),(3281,2729,'_wxr_import_user_slug','wptravelengine'),(3282,2729,'_demo_importer_plus_sites_imported_post','1'),(3283,2729,'_demo_importer_enable_for_batch','1'),(3284,2730,'package-categories','a:1:{s:5:\"c_ids\";a:1:{s:0:\"\";N;}}'),(3285,2730,'trip_ID','341'),(3286,2730,'group-pricing','a:2:{i:7;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:4:\"1500\";}}i:8;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:1:\"0\";}}}'),(3287,2730,'package-dates','a:2:{i:20211224;a:5:{s:7:\"dtstart\";s:10:\"2021-12-24\";s:5:\"times\";a:1:{i:0;a:2:{s:4:\"from\";s:5:\"14:00\";s:2:\"to\";s:5:\"10:00\";}}s:5:\"rrule\";a:3:{s:11:\"r_frequency\";s:5:\"DAILY\";s:7:\"r_until\";s:0:\"\";s:7:\"r_count\";s:2:\"10\";}s:5:\"seats\";s:1:\"8\";s:18:\"availability_label\";s:10:\"guaranteed\";}i:20220101;a:5:{s:7:\"dtstart\";s:10:\"2022-01-01\";s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:3:{s:11:\"r_frequency\";s:5:\"DAILY\";s:7:\"r_until\";s:0:\"\";s:7:\"r_count\";s:2:\"10\";}s:5:\"seats\";s:2:\"13\";s:18:\"availability_label\";s:10:\"guaranteed\";}}'),(3288,2730,'_wxr_import_user_slug','wptravelengine'),(3289,2730,'_demo_importer_plus_sites_imported_post','1'),(3290,2730,'_demo_importer_enable_for_batch','1'),(3291,2731,'package-categories','a:1:{s:5:\"c_ids\";a:1:{s:0:\"\";N;}}'),(3292,2731,'trip_ID','69'),(3293,2731,'package-dates','a:1:{i:20220101;a:5:{s:7:\"dtstart\";s:10:\"2022-01-01\";s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:3:{s:11:\"r_frequency\";s:5:\"DAILY\";s:7:\"r_until\";s:0:\"\";s:7:\"r_count\";s:2:\"30\";}s:5:\"seats\";s:0:\"\";s:18:\"availability_label\";s:10:\"guaranteed\";}}'),(3294,2731,'group-pricing','a:2:{i:7;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:3:\"980\";}}i:8;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:3:\"500\";}}}'),(3295,2731,'_wxr_import_user_slug','wptravelengine'),(3296,2731,'_demo_importer_plus_sites_imported_post','1'),(3297,2731,'_demo_importer_enable_for_batch','1'),(3298,2732,'package-categories','a:1:{s:5:\"c_ids\";a:1:{s:0:\"\";N;}}'),(3299,2732,'trip_ID','341'),(3300,2732,'group-pricing','a:2:{i:7;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:4:\"1500\";}}i:8;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:1:\"0\";}}}'),(3301,2732,'package-dates','a:2:{i:20211224;a:5:{s:7:\"dtstart\";s:10:\"2021-12-24\";s:5:\"times\";a:1:{i:0;a:2:{s:4:\"from\";s:5:\"14:00\";s:2:\"to\";s:5:\"10:00\";}}s:5:\"rrule\";a:3:{s:11:\"r_frequency\";s:5:\"DAILY\";s:7:\"r_until\";s:0:\"\";s:7:\"r_count\";s:2:\"10\";}s:5:\"seats\";s:1:\"8\";s:18:\"availability_label\";s:10:\"guaranteed\";}i:20220101;a:5:{s:7:\"dtstart\";s:10:\"2022-01-01\";s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:3:{s:11:\"r_frequency\";s:5:\"DAILY\";s:7:\"r_until\";s:0:\"\";s:7:\"r_count\";s:2:\"10\";}s:5:\"seats\";s:2:\"13\";s:18:\"availability_label\";s:10:\"guaranteed\";}}'),(3302,2732,'_wxr_import_user_slug','wptravelengine'),(3303,2732,'_demo_importer_plus_sites_imported_post','1'),(3304,2732,'_demo_importer_enable_for_batch','1'),(3305,2733,'package-categories','a:1:{s:5:\"c_ids\";a:1:{s:0:\"\";N;}}'),(3306,2733,'trip_ID','69'),(3307,2733,'package-dates','a:1:{i:20220101;a:5:{s:7:\"dtstart\";s:10:\"2022-01-01\";s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:3:{s:11:\"r_frequency\";s:5:\"DAILY\";s:7:\"r_until\";s:0:\"\";s:7:\"r_count\";s:2:\"30\";}s:5:\"seats\";s:0:\"\";s:18:\"availability_label\";s:10:\"guaranteed\";}}'),(3308,2733,'group-pricing','a:2:{i:7;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:3:\"980\";}}i:8;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:3:\"500\";}}}'),(3309,2733,'_wxr_import_user_slug','wptravelengine'),(3310,2733,'_demo_importer_plus_sites_imported_post','1'),(3311,2733,'_demo_importer_enable_for_batch','1'),(3312,2734,'package-categories','a:1:{s:5:\"c_ids\";a:1:{s:0:\"\";N;}}'),(3313,2734,'trip_ID','341'),(3314,2734,'group-pricing','a:2:{i:7;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:4:\"1500\";}}i:8;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:1:\"0\";}}}'),(3315,2734,'package-dates','a:2:{i:20211224;a:5:{s:7:\"dtstart\";s:10:\"2021-12-24\";s:5:\"times\";a:1:{i:0;a:2:{s:4:\"from\";s:5:\"14:00\";s:2:\"to\";s:5:\"10:00\";}}s:5:\"rrule\";a:3:{s:11:\"r_frequency\";s:5:\"DAILY\";s:7:\"r_until\";s:0:\"\";s:7:\"r_count\";s:2:\"10\";}s:5:\"seats\";s:1:\"8\";s:18:\"availability_label\";s:10:\"guaranteed\";}i:20220101;a:5:{s:7:\"dtstart\";s:10:\"2022-01-01\";s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:3:{s:11:\"r_frequency\";s:5:\"DAILY\";s:7:\"r_until\";s:0:\"\";s:7:\"r_count\";s:2:\"10\";}s:5:\"seats\";s:2:\"13\";s:18:\"availability_label\";s:10:\"guaranteed\";}}'),(3316,2734,'_wxr_import_user_slug','wptravelengine'),(3317,2734,'_demo_importer_plus_sites_imported_post','1'),(3318,2734,'_demo_importer_enable_for_batch','1'),(3319,2735,'package-categories','a:1:{s:5:\"c_ids\";a:1:{s:0:\"\";N;}}'),(3320,2735,'trip_ID','1093'),(3321,2735,'package-dates','a:4:{i:20220204;a:5:{s:7:\"dtstart\";s:10:\"2022-02-04\";s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-04\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"28\";s:18:\"availability_label\";s:10:\"guaranteed\";}i:20220212;a:6:{s:7:\"dtstart\";s:10:\"2022-02-12\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"08:00\";s:2:\"to\";s:5:\"09:00\";}i:1;a:2:{s:4:\"from\";s:5:\"14:00\";s:2:\"to\";s:5:\"15:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-12\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"25\";s:18:\"availability_label\";s:9:\"available\";}i:20220217;a:6:{s:7:\"dtstart\";s:10:\"2022-02-17\";s:5:\"times\";a:1:{i:0;a:2:{s:4:\"from\";s:5:\"12:00\";s:2:\"to\";s:5:\"13:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-17\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"23\";s:18:\"availability_label\";s:7:\"limited\";}i:20220225;a:6:{s:7:\"dtstart\";s:10:\"2022-02-25\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"09:00\";s:2:\"to\";s:5:\"11:00\";}i:1;a:2:{s:4:\"from\";s:5:\"17:00\";s:2:\"to\";s:5:\"19:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-25\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"27\";s:18:\"availability_label\";s:10:\"guaranteed\";}}'),(3322,2735,'_wxr_import_user_slug','wptravelengine'),(3323,2735,'_demo_importer_plus_sites_imported_post','1'),(3324,2735,'_demo_importer_enable_for_batch','1'),(3325,2736,'package-categories','a:1:{s:5:\"c_ids\";a:1:{s:0:\"\";N;}}'),(3326,2736,'trip_ID','1093'),(3327,2736,'package-dates','a:4:{i:20220204;a:5:{s:7:\"dtstart\";s:10:\"2022-02-04\";s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-04\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"15\";s:18:\"availability_label\";s:10:\"guaranteed\";}i:20220212;a:6:{s:7:\"dtstart\";s:10:\"2022-02-12\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"08:00\";s:2:\"to\";s:5:\"09:00\";}i:1;a:2:{s:4:\"from\";s:5:\"14:00\";s:2:\"to\";s:5:\"15:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-12\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"13\";s:18:\"availability_label\";s:9:\"available\";}i:20220217;a:6:{s:7:\"dtstart\";s:10:\"2022-02-17\";s:5:\"times\";a:1:{i:0;a:2:{s:4:\"from\";s:5:\"12:00\";s:2:\"to\";s:5:\"13:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-01-17\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"10\";s:18:\"availability_label\";s:7:\"limited\";}i:20220225;a:6:{s:7:\"dtstart\";s:10:\"2022-02-25\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"09:00\";s:2:\"to\";s:5:\"11:00\";}i:1;a:2:{s:4:\"from\";s:5:\"17:00\";s:2:\"to\";s:5:\"19:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-25\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:1:\"8\";s:18:\"availability_label\";s:10:\"guaranteed\";}}'),(3328,2736,'_wxr_import_user_slug','wptravelengine'),(3329,2736,'_demo_importer_plus_sites_imported_post','1'),(3330,2736,'_demo_importer_enable_for_batch','1'),(3331,2737,'package-categories','a:1:{s:5:\"c_ids\";a:1:{s:0:\"\";N;}}'),(3332,2737,'trip_ID','1096'),(3333,2737,'package-dates','a:4:{i:20220204;a:5:{s:7:\"dtstart\";s:10:\"2022-02-04\";s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-04\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"20\";s:18:\"availability_label\";s:10:\"guaranteed\";}i:20220212;a:6:{s:7:\"dtstart\";s:10:\"2022-02-12\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"08:00\";s:2:\"to\";s:5:\"09:00\";}i:1;a:2:{s:4:\"from\";s:5:\"14:00\";s:2:\"to\";s:5:\"15:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-12\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"18\";s:18:\"availability_label\";s:9:\"available\";}i:20220217;a:6:{s:7:\"dtstart\";s:10:\"2022-02-17\";s:5:\"times\";a:1:{i:0;a:2:{s:4:\"from\";s:5:\"12:00\";s:2:\"to\";s:5:\"13:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-17\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"16\";s:18:\"availability_label\";s:7:\"limited\";}i:20220225;a:6:{s:7:\"dtstart\";s:10:\"2022-02-25\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"09:00\";s:2:\"to\";s:5:\"11:00\";}i:1;a:2:{s:4:\"from\";s:5:\"17:00\";s:2:\"to\";s:5:\"19:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-25\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"14\";s:18:\"availability_label\";s:10:\"guaranteed\";}}'),(3334,2737,'_wxr_import_user_slug','wptravelengine'),(3335,2737,'_demo_importer_plus_sites_imported_post','1'),(3336,2737,'_demo_importer_enable_for_batch','1'),(3337,2738,'package-categories','a:1:{s:5:\"c_ids\";a:1:{s:0:\"\";N;}}'),(3338,2738,'trip_ID','1096'),(3339,2738,'package-dates','a:4:{i:20220204;a:5:{s:7:\"dtstart\";s:10:\"2022-02-04\";s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-04\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"34\";s:18:\"availability_label\";s:10:\"guaranteed\";}i:20220212;a:6:{s:7:\"dtstart\";s:10:\"2022-02-12\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"08:00\";s:2:\"to\";s:5:\"09:00\";}i:1;a:2:{s:4:\"from\";s:5:\"14:00\";s:2:\"to\";s:5:\"15:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-12\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"32\";s:18:\"availability_label\";s:9:\"available\";}i:20220217;a:6:{s:7:\"dtstart\";s:10:\"2022-02-17\";s:5:\"times\";a:1:{i:0;a:2:{s:4:\"from\";s:5:\"12:00\";s:2:\"to\";s:5:\"13:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-17\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"30\";s:18:\"availability_label\";s:7:\"limited\";}i:20220225;a:6:{s:7:\"dtstart\";s:10:\"2022-02-25\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"09:00\";s:2:\"to\";s:5:\"11:00\";}i:1;a:2:{s:4:\"from\";s:5:\"17:00\";s:2:\"to\";s:5:\"19:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-25\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"28\";s:18:\"availability_label\";s:10:\"guaranteed\";}}'),(3340,2738,'_wxr_import_user_slug','wptravelengine'),(3341,2738,'_demo_importer_plus_sites_imported_post','1'),(3342,2738,'_demo_importer_enable_for_batch','1'),(3343,2739,'package-categories','a:1:{s:5:\"c_ids\";a:1:{s:0:\"\";N;}}'),(3344,2739,'trip_ID','1099'),(3345,2739,'package-dates','a:4:{i:20220204;a:5:{s:7:\"dtstart\";s:10:\"2022-02-04\";s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:11:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-04\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"27\";s:18:\"availability_label\";s:10:\"guaranteed\";}i:20220212;a:6:{s:7:\"dtstart\";s:10:\"2022-02-12\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"08:00\";s:2:\"to\";s:5:\"09:00\";}i:1;a:2:{s:4:\"from\";s:5:\"14:00\";s:2:\"to\";s:5:\"15:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-12\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"25\";s:18:\"availability_label\";s:9:\"available\";}i:20220217;a:6:{s:7:\"dtstart\";s:10:\"2022-02-17\";s:5:\"times\";a:1:{i:0;a:2:{s:4:\"from\";s:5:\"12:00\";s:2:\"to\";s:5:\"13:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-17\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"23\";s:18:\"availability_label\";s:7:\"limited\";}i:20220225;a:6:{s:7:\"dtstart\";s:10:\"2022-02-25\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"09:00\";s:2:\"to\";s:5:\"11:00\";}i:1;a:2:{s:4:\"from\";s:5:\"17:00\";s:2:\"to\";s:5:\"19:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-25\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"20\";s:18:\"availability_label\";s:10:\"guaranteed\";}}'),(3346,2739,'_wxr_import_user_slug','wptravelengine'),(3347,2739,'_demo_importer_plus_sites_imported_post','1'),(3348,2739,'_demo_importer_enable_for_batch','1'),(3349,2740,'package-categories','a:1:{s:5:\"c_ids\";a:1:{s:0:\"\";N;}}'),(3350,2740,'trip_ID','105'),(3351,2740,'_wxr_import_user_slug','wptravelengine'),(3352,2740,'_demo_importer_plus_sites_imported_post','1'),(3353,2740,'_demo_importer_enable_for_batch','1'),(3354,2741,'package-categories','a:1:{s:5:\"c_ids\";a:1:{s:0:\"\";N;}}'),(3355,2741,'trip_ID','105'),(3356,2741,'package-dates','a:4:{i:20220204;a:5:{s:7:\"dtstart\";s:10:\"2022-02-04\";s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-04\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"20\";s:18:\"availability_label\";s:10:\"guaranteed\";}i:20220212;a:6:{s:7:\"dtstart\";s:10:\"2022-02-12\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"08:00\";s:2:\"to\";s:5:\"09:00\";}i:1;a:2:{s:4:\"from\";s:5:\"14:00\";s:2:\"to\";s:5:\"15:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-01-12\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"17\";s:18:\"availability_label\";s:9:\"available\";}i:20220217;a:6:{s:7:\"dtstart\";s:10:\"2022-02-17\";s:5:\"times\";a:1:{i:0;a:2:{s:4:\"from\";s:5:\"12:00\";s:2:\"to\";s:5:\"13:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-01-17\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"15\";s:18:\"availability_label\";s:7:\"limited\";}i:20220225;a:6:{s:7:\"dtstart\";s:10:\"2022-02-25\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"09:00\";s:2:\"to\";s:5:\"11:00\";}i:1;a:2:{s:4:\"from\";s:5:\"17:00\";s:2:\"to\";s:5:\"19:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-01-25\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"12\";s:18:\"availability_label\";s:10:\"guaranteed\";}}'),(3357,2741,'group-pricing','a:2:{i:9;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:4:\"1500\";}}i:10;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:4:\"1400\";}}}'),(3358,2741,'_wxr_import_user_slug','wptravelengine'),(3359,2741,'_demo_importer_plus_sites_imported_post','1'),(3360,2741,'_demo_importer_enable_for_batch','1'),(3361,2742,'package-categories','a:1:{s:5:\"c_ids\";a:1:{s:0:\"\";N;}}'),(3362,2742,'trip_ID','105'),(3363,2742,'package-dates','a:4:{i:20220204;a:5:{s:7:\"dtstart\";s:10:\"2022-02-04\";s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-01-04\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"19\";s:18:\"availability_label\";s:10:\"guaranteed\";}i:20220212;a:6:{s:7:\"dtstart\";s:10:\"2022-02-12\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"08:00\";s:2:\"to\";s:5:\"09:00\";}i:1;a:2:{s:4:\"from\";s:5:\"14:00\";s:2:\"to\";s:5:\"15:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-01-12\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"17\";s:18:\"availability_label\";s:9:\"available\";}i:20220217;a:6:{s:7:\"dtstart\";s:10:\"2022-02-17\";s:5:\"times\";a:1:{i:0;a:2:{s:4:\"from\";s:5:\"12:00\";s:2:\"to\";s:5:\"13:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-01-12\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"21\";s:18:\"availability_label\";s:7:\"limited\";}i:20220225;a:6:{s:7:\"dtstart\";s:10:\"2022-02-25\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"09:00\";s:2:\"to\";s:5:\"11:00\";}i:1;a:2:{s:4:\"from\";s:5:\"17:00\";s:2:\"to\";s:5:\"19:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-01-25\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"26\";s:18:\"availability_label\";s:10:\"guaranteed\";}}'),(3364,2742,'group-pricing','a:2:{i:9;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:4:\"1700\";}}i:10;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:4:\"1600\";}}}'),(3365,2742,'_wxr_import_user_slug','wptravelengine'),(3366,2742,'_demo_importer_plus_sites_imported_post','1'),(3367,2742,'_demo_importer_enable_for_batch','1'),(3368,2743,'package-categories','a:1:{s:5:\"c_ids\";a:1:{s:0:\"\";N;}}'),(3369,2743,'trip_ID','1090'),(3370,2743,'package-dates','a:4:{i:20220204;a:5:{s:7:\"dtstart\";s:10:\"2022-02-04\";s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-04\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"32\";s:18:\"availability_label\";s:10:\"guaranteed\";}i:20220212;a:6:{s:7:\"dtstart\";s:10:\"2022-02-12\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"08:00\";s:2:\"to\";s:5:\"09:00\";}i:1;a:2:{s:4:\"from\";s:5:\"14:00\";s:2:\"to\";s:5:\"15:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-01-12\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"29\";s:18:\"availability_label\";s:9:\"available\";}i:20220217;a:6:{s:7:\"dtstart\";s:10:\"2022-02-17\";s:5:\"times\";a:1:{i:0;a:2:{s:4:\"from\";s:5:\"12:00\";s:2:\"to\";s:5:\"13:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-01-17\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"26\";s:18:\"availability_label\";s:7:\"limited\";}i:20220225;a:6:{s:7:\"dtstart\";s:10:\"2022-02-25\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"09:00\";s:2:\"to\";s:5:\"11:00\";}i:1;a:2:{s:4:\"from\";s:5:\"17:00\";s:2:\"to\";s:5:\"19:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-25\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"24\";s:18:\"availability_label\";s:10:\"guaranteed\";}}'),(3371,2743,'_wxr_import_user_slug','wptravelengine'),(3372,2743,'_demo_importer_plus_sites_imported_post','1'),(3373,2743,'_demo_importer_enable_for_batch','1'),(3374,2744,'package-categories','a:1:{s:5:\"c_ids\";a:1:{s:0:\"\";N;}}'),(3375,2744,'trip_ID','1090'),(3376,2744,'package-dates','a:4:{i:20220204;a:5:{s:7:\"dtstart\";s:10:\"2022-02-04\";s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-04\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"33\";s:18:\"availability_label\";s:10:\"guaranteed\";}i:20220212;a:6:{s:7:\"dtstart\";s:10:\"2022-02-12\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"08:00\";s:2:\"to\";s:5:\"09:00\";}i:1;a:2:{s:4:\"from\";s:5:\"14:00\";s:2:\"to\";s:5:\"15:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-12\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"30\";s:18:\"availability_label\";s:9:\"available\";}i:20220217;a:6:{s:7:\"dtstart\";s:10:\"2022-02-17\";s:5:\"times\";a:1:{i:0;a:2:{s:4:\"from\";s:5:\"12:00\";s:2:\"to\";s:5:\"13:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-17\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"28\";s:18:\"availability_label\";s:7:\"limited\";}i:20220225;a:6:{s:7:\"dtstart\";s:10:\"2022-02-25\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"09:00\";s:2:\"to\";s:5:\"11:00\";}i:1;a:2:{s:4:\"from\";s:5:\"17:00\";s:2:\"to\";s:5:\"19:00\";}}s:12:\"is_recurring\";s:1:\"1\";s:5:\"rrule\";a:4:{s:11:\"r_frequency\";s:7:\"MONTHLY\";s:8:\"r_months\";a:12:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";}s:7:\"r_until\";s:10:\"2025-02-25\";s:7:\"r_count\";s:3:\"300\";}s:5:\"seats\";s:2:\"23\";s:18:\"availability_label\";s:10:\"guaranteed\";}}'),(3377,2744,'_wxr_import_user_slug','wptravelengine'),(3378,2744,'_demo_importer_plus_sites_imported_post','1'),(3379,2744,'_demo_importer_enable_for_batch','1'),(3380,2834,'package-categories','a:9:{s:5:\"c_ids\";a:2:{i:16;i:16;i:20;i:20;}s:6:\"labels\";a:2:{i:16;s:5:\"Adult\";i:20;s:5:\"Child\";}s:6:\"prices\";a:2:{i:16;s:4:\"1500\";i:20;s:4:\"1300\";}s:13:\"pricing_types\";a:2:{i:16;s:10:\"per-person\";i:20;s:10:\"per-person\";}s:12:\"enabled_sale\";a:2:{i:16;s:1:\"1\";i:20;s:1:\"1\";}s:11:\"sale_prices\";a:2:{i:16;s:4:\"1400\";i:20;s:4:\"1200\";}s:9:\"min_paxes\";a:2:{i:16;s:1:\"1\";i:20;s:1:\"1\";}s:9:\"max_paxes\";a:2:{i:16;s:0:\"\";i:20;s:0:\"\";}s:22:\"enabled_group_discount\";a:2:{i:16;s:1:\"1\";i:20;s:1:\"1\";}}'),(3381,2834,'trip_ID','2770'),(3382,2834,'group-pricing','a:2:{i:51;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:4:\"1500\";}}i:53;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:4:\"1300\";}}}'),(3383,2834,'package-dates','a:5:{i:20220319;a:4:{s:7:\"dtstart\";s:10:\"2022-03-19\";s:5:\"rrule\";a:3:{s:11:\"r_frequency\";s:5:\"DAILY\";s:7:\"r_until\";s:0:\"\";s:7:\"r_count\";s:2:\"10\";}s:5:\"seats\";s:0:\"\";s:18:\"availability_label\";s:10:\"guaranteed\";}i:20220320;a:4:{s:7:\"dtstart\";s:10:\"2022-03-20\";s:5:\"rrule\";a:3:{s:11:\"r_frequency\";s:5:\"DAILY\";s:7:\"r_until\";s:0:\"\";s:7:\"r_count\";s:2:\"10\";}s:5:\"seats\";s:0:\"\";s:18:\"availability_label\";s:10:\"guaranteed\";}i:20220321;a:4:{s:7:\"dtstart\";s:10:\"2022-03-21\";s:5:\"rrule\";a:3:{s:11:\"r_frequency\";s:5:\"DAILY\";s:7:\"r_until\";s:0:\"\";s:7:\"r_count\";s:2:\"10\";}s:5:\"seats\";s:0:\"\";s:18:\"availability_label\";s:10:\"guaranteed\";}i:20220322;a:4:{s:7:\"dtstart\";s:10:\"2022-03-22\";s:5:\"rrule\";a:3:{s:11:\"r_frequency\";s:5:\"DAILY\";s:7:\"r_until\";s:0:\"\";s:7:\"r_count\";s:2:\"10\";}s:5:\"seats\";s:0:\"\";s:18:\"availability_label\";s:10:\"guaranteed\";}i:20220323;a:4:{s:7:\"dtstart\";s:10:\"2022-03-23\";s:5:\"rrule\";a:3:{s:11:\"r_frequency\";s:5:\"DAILY\";s:7:\"r_until\";s:0:\"\";s:7:\"r_count\";s:2:\"10\";}s:5:\"seats\";s:0:\"\";s:18:\"availability_label\";s:10:\"guaranteed\";}}'),(3384,2834,'_wxr_import_user_slug','wptravelengine'),(3385,2834,'_demo_importer_plus_sites_imported_post','1'),(3386,2834,'_demo_importer_enable_for_batch','1'),(3387,2835,'package-categories','a:9:{s:5:\"c_ids\";a:2:{i:16;i:16;i:20;i:20;}s:6:\"labels\";a:2:{i:16;s:5:\"Adult\";i:20;s:5:\"Child\";}s:6:\"prices\";a:2:{i:16;s:4:\"1800\";i:20;s:4:\"1600\";}s:13:\"pricing_types\";a:2:{i:16;s:10:\"per-person\";i:20;s:10:\"per-person\";}s:12:\"enabled_sale\";a:2:{i:16;s:1:\"1\";i:20;s:1:\"1\";}s:11:\"sale_prices\";a:2:{i:16;s:4:\"1700\";i:20;s:4:\"1500\";}s:9:\"min_paxes\";a:2:{i:16;s:1:\"1\";i:20;s:1:\"1\";}s:9:\"max_paxes\";a:2:{i:16;s:0:\"\";i:20;s:0:\"\";}s:22:\"enabled_group_discount\";a:2:{i:16;s:1:\"1\";i:20;s:1:\"1\";}}'),(3388,2835,'trip_ID','2770'),(3389,2835,'group-pricing','a:2:{i:51;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:4:\"1800\";}}i:53;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:4:\"1600\";}}}'),(3390,2835,'package-dates','a:5:{i:20220318;a:4:{s:7:\"dtstart\";s:10:\"2022-03-18\";s:5:\"rrule\";a:3:{s:11:\"r_frequency\";s:5:\"DAILY\";s:7:\"r_until\";s:0:\"\";s:7:\"r_count\";s:2:\"10\";}s:5:\"seats\";s:0:\"\";s:18:\"availability_label\";s:10:\"guaranteed\";}i:20220319;a:4:{s:7:\"dtstart\";s:10:\"2022-03-19\";s:5:\"rrule\";a:3:{s:11:\"r_frequency\";s:5:\"DAILY\";s:7:\"r_until\";s:0:\"\";s:7:\"r_count\";s:2:\"10\";}s:5:\"seats\";s:0:\"\";s:18:\"availability_label\";s:10:\"guaranteed\";}i:20220320;a:4:{s:7:\"dtstart\";s:10:\"2022-03-20\";s:5:\"rrule\";a:3:{s:11:\"r_frequency\";s:5:\"DAILY\";s:7:\"r_until\";s:0:\"\";s:7:\"r_count\";s:2:\"10\";}s:5:\"seats\";s:0:\"\";s:18:\"availability_label\";s:10:\"guaranteed\";}i:20220321;a:4:{s:7:\"dtstart\";s:10:\"2022-03-21\";s:5:\"rrule\";a:3:{s:11:\"r_frequency\";s:5:\"DAILY\";s:7:\"r_until\";s:0:\"\";s:7:\"r_count\";s:2:\"10\";}s:5:\"seats\";s:0:\"\";s:18:\"availability_label\";s:10:\"guaranteed\";}i:20220322;a:4:{s:7:\"dtstart\";s:10:\"2022-03-22\";s:5:\"rrule\";a:3:{s:11:\"r_frequency\";s:5:\"DAILY\";s:7:\"r_until\";s:0:\"\";s:7:\"r_count\";s:2:\"10\";}s:5:\"seats\";s:0:\"\";s:18:\"availability_label\";s:10:\"guaranteed\";}}'),(3391,2835,'_wxr_import_user_slug','wptravelengine'),(3392,2835,'_demo_importer_plus_sites_imported_post','1'),(3393,2835,'_demo_importer_enable_for_batch','1'),(3394,2836,'package-categories','a:9:{s:5:\"c_ids\";a:2:{i:16;i:16;i:20;i:20;}s:6:\"labels\";a:2:{i:16;s:5:\"Adult\";i:20;s:5:\"Child\";}s:6:\"prices\";a:2:{i:16;s:4:\"4500\";i:20;s:4:\"4300\";}s:13:\"pricing_types\";a:2:{i:16;s:10:\"per-person\";i:20;s:10:\"per-person\";}s:12:\"enabled_sale\";a:2:{i:16;s:1:\"1\";i:20;s:1:\"1\";}s:11:\"sale_prices\";a:2:{i:16;s:4:\"4400\";i:20;s:4:\"4200\";}s:9:\"min_paxes\";a:2:{i:16;s:1:\"1\";i:20;s:1:\"1\";}s:9:\"max_paxes\";a:2:{i:16;s:0:\"\";i:20;s:0:\"\";}s:22:\"enabled_group_discount\";a:2:{i:16;s:1:\"1\";i:20;s:1:\"1\";}}'),(3395,2836,'trip_ID','2768'),(3396,2836,'group-pricing','a:2:{i:51;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:4:\"4500\";}}i:53;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:4:\"4300\";}}}'),(3397,2836,'package-dates','a:5:{i:20220318;a:4:{s:7:\"dtstart\";s:10:\"2022-03-18\";s:5:\"rrule\";a:3:{s:11:\"r_frequency\";s:5:\"DAILY\";s:7:\"r_until\";s:0:\"\";s:7:\"r_count\";s:2:\"10\";}s:5:\"seats\";s:0:\"\";s:18:\"availability_label\";s:10:\"guaranteed\";}i:20220319;a:4:{s:7:\"dtstart\";s:10:\"2022-03-19\";s:5:\"rrule\";a:3:{s:11:\"r_frequency\";s:5:\"DAILY\";s:7:\"r_until\";s:0:\"\";s:7:\"r_count\";s:2:\"10\";}s:5:\"seats\";s:0:\"\";s:18:\"availability_label\";s:10:\"guaranteed\";}i:20220320;a:4:{s:7:\"dtstart\";s:10:\"2022-03-20\";s:5:\"rrule\";a:3:{s:11:\"r_frequency\";s:5:\"DAILY\";s:7:\"r_until\";s:0:\"\";s:7:\"r_count\";s:2:\"10\";}s:5:\"seats\";s:0:\"\";s:18:\"availability_label\";s:10:\"guaranteed\";}i:20220321;a:4:{s:7:\"dtstart\";s:10:\"2022-03-21\";s:5:\"rrule\";a:3:{s:11:\"r_frequency\";s:5:\"DAILY\";s:7:\"r_until\";s:0:\"\";s:7:\"r_count\";s:2:\"10\";}s:5:\"seats\";s:0:\"\";s:18:\"availability_label\";s:10:\"guaranteed\";}i:20220322;a:4:{s:7:\"dtstart\";s:10:\"2022-03-22\";s:5:\"rrule\";a:3:{s:11:\"r_frequency\";s:5:\"DAILY\";s:7:\"r_until\";s:0:\"\";s:7:\"r_count\";s:2:\"10\";}s:5:\"seats\";s:0:\"\";s:18:\"availability_label\";s:10:\"guaranteed\";}}'),(3398,2836,'wte_weather_settings','a:2:{s:9:\"city_name\";s:0:\"\";s:13:\"city_selector\";s:0:\"\";}'),(3399,2836,'_wxr_import_user_slug','wptravelengine'),(3400,2836,'_demo_importer_plus_sites_imported_post','1'),(3401,2836,'_demo_importer_enable_for_batch','1'),(3402,2837,'package-categories','a:9:{s:5:\"c_ids\";a:2:{i:16;i:16;i:20;i:20;}s:6:\"labels\";a:2:{i:16;s:5:\"Adult\";i:20;s:5:\"Child\";}s:6:\"prices\";a:2:{i:16;s:4:\"2000\";i:20;s:4:\"1800\";}s:13:\"pricing_types\";a:2:{i:16;s:10:\"per-person\";i:20;s:10:\"per-person\";}s:12:\"enabled_sale\";a:2:{i:16;s:1:\"1\";i:20;s:1:\"1\";}s:11:\"sale_prices\";a:2:{i:16;s:4:\"1900\";i:20;s:4:\"1700\";}s:9:\"min_paxes\";a:2:{i:16;s:1:\"1\";i:20;s:1:\"1\";}s:9:\"max_paxes\";a:2:{i:16;s:0:\"\";i:20;s:0:\"\";}s:22:\"enabled_group_discount\";a:2:{i:16;s:1:\"1\";i:20;s:1:\"1\";}}'),(3403,2837,'trip_ID','2764'),(3404,2837,'group-pricing','a:2:{i:51;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:4:\"2000\";}}i:53;a:1:{i:0;a:3:{s:4:\"from\";s:1:\"1\";s:2:\"to\";s:0:\"\";s:5:\"price\";s:4:\"1800\";}}}'),(3405,2837,'package-dates','a:4:{i:20220319;a:4:{s:7:\"dtstart\";s:10:\"2022-03-19\";s:5:\"rrule\";a:3:{s:11:\"r_frequency\";s:5:\"DAILY\";s:7:\"r_until\";s:0:\"\";s:7:\"r_count\";s:2:\"10\";}s:5:\"seats\";s:0:\"\";s:18:\"availability_label\";s:10:\"guaranteed\";}i:20220322;a:4:{s:7:\"dtstart\";s:10:\"2022-03-22\";s:5:\"rrule\";a:3:{s:11:\"r_frequency\";s:5:\"DAILY\";s:7:\"r_until\";s:0:\"\";s:7:\"r_count\";s:2:\"10\";}s:5:\"seats\";s:0:\"\";s:18:\"availability_label\";s:10:\"guaranteed\";}i:20220325;a:4:{s:7:\"dtstart\";s:10:\"2022-03-25\";s:5:\"rrule\";a:3:{s:11:\"r_frequency\";s:5:\"DAILY\";s:7:\"r_until\";s:0:\"\";s:7:\"r_count\";s:2:\"10\";}s:5:\"seats\";s:0:\"\";s:18:\"availability_label\";s:10:\"guaranteed\";}i:20220328;a:4:{s:7:\"dtstart\";s:10:\"2022-03-28\";s:5:\"rrule\";a:3:{s:11:\"r_frequency\";s:5:\"DAILY\";s:7:\"r_until\";s:0:\"\";s:7:\"r_count\";s:2:\"10\";}s:5:\"seats\";s:0:\"\";s:18:\"availability_label\";s:10:\"guaranteed\";}}'),(3406,2837,'_wxr_import_user_slug','wptravelengine'),(3407,2837,'_demo_importer_plus_sites_imported_post','1'),(3408,2837,'_demo_importer_enable_for_batch','1'),(3409,2999,'_wxr_import_user_slug','wptravelengine'),(3410,2999,'_demo_importer_plus_sites_imported_post','1'),(3411,2999,'_demo_importer_enable_for_batch','1'),(3412,1334,'_wxr_import_user_slug','travel-monster'),(3413,1334,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:8:\"wp_theme\";s:4:\"slug\";s:14:\"travel-monster\";s:4:\"name\";s:14:\"travel-monster\";}'),(3414,1334,'_demo_importer_plus_sites_imported_post','1'),(3415,1334,'_demo_importer_enable_for_batch','1'),(3416,2984,'payment_status','pending'),(3417,2984,'billing_info','a:6:{s:5:\"fname\";s:6:\"fdgdfg\";s:5:\"lname\";s:6:\"dfgdfg\";s:5:\"email\";s:10:\"sad@sad.co\";s:7:\"address\";s:6:\"dsfsdf\";s:4:\"city\";s:6:\"sdfsdf\";s:7:\"country\";s:6:\"Angola\";}'),(3418,2984,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:7820;}'),(3419,2984,'booking_id','2982'),(3420,2984,'_demo_importer_plus_sites_imported_post','1'),(3421,2984,'_demo_importer_enable_for_batch','1'),(3422,3894,'payment_status','pending'),(3423,3894,'billing_info','a:6:{s:5:\"fname\";s:4:\"test\";s:5:\"lname\";s:4:\"test\";s:5:\"email\";s:14:\"test@gmail.com\";s:7:\"address\";s:4:\"test\";s:4:\"city\";s:3:\"est\";s:7:\"country\";s:11:\"Afghanistan\";}'),(3424,3894,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:7200;}'),(3425,3894,'booking_id','3892'),(3426,3894,'payment_gateway','booking_only'),(3427,3894,'_wxr_import_user_slug','wptravelengine'),(3428,3894,'_demo_importer_plus_sites_imported_post','1'),(3429,3894,'_demo_importer_enable_for_batch','1'),(3430,4233,'enable_weekly_time_slots','no'),(3431,4233,'package-categories','a:8:{s:5:\"c_ids\";a:2:{i:16;i:16;i:20;i:20;}s:6:\"labels\";a:2:{i:16;s:5:\"Adult\";i:20;s:5:\"Child\";}s:6:\"prices\";a:2:{i:16;s:3:\"900\";i:20;s:3:\"700\";}s:13:\"pricing_types\";a:2:{i:16;s:10:\"per-person\";i:20;s:10:\"per-person\";}s:12:\"enabled_sale\";a:2:{i:16;s:1:\"1\";i:20;s:1:\"1\";}s:11:\"sale_prices\";a:2:{i:16;s:3:\"800\";i:20;s:3:\"500\";}s:9:\"min_paxes\";a:2:{i:16;s:0:\"\";i:20;s:0:\"\";}s:9:\"max_paxes\";a:2:{i:16;s:0:\"\";i:20;s:0:\"\";}}'),(3432,4233,'trip_ID','2953'),(3433,4233,'_wxr_import_user_slug','wptravelengine'),(3434,4233,'_demo_importer_plus_sites_imported_post','1'),(3435,4233,'_demo_importer_enable_for_batch','1'),(3436,4234,'enable_weekly_time_slots','no'),(3437,4234,'package-categories','a:8:{s:5:\"c_ids\";a:2:{i:16;i:16;i:20;i:20;}s:6:\"labels\";a:2:{i:16;s:5:\"Adult\";i:20;s:5:\"Child\";}s:6:\"prices\";a:2:{i:16;s:4:\"1100\";i:20;s:3:\"900\";}s:13:\"pricing_types\";a:2:{i:16;s:10:\"per-person\";i:20;s:10:\"per-person\";}s:12:\"enabled_sale\";a:2:{i:16;s:1:\"1\";i:20;s:1:\"1\";}s:11:\"sale_prices\";a:2:{i:16;s:4:\"1000\";i:20;s:3:\"700\";}s:9:\"min_paxes\";a:2:{i:16;s:0:\"\";i:20;s:0:\"\";}s:9:\"max_paxes\";a:2:{i:16;s:0:\"\";i:20;s:0:\"\";}}'),(3438,4234,'trip_ID','2952'),(3439,4234,'_wxr_import_user_slug','wptravelengine'),(3440,4234,'_demo_importer_plus_sites_imported_post','1'),(3441,4234,'_demo_importer_enable_for_batch','1'),(3442,4235,'enable_weekly_time_slots','no'),(3443,4235,'package-categories','a:8:{s:5:\"c_ids\";a:2:{i:16;i:16;i:20;i:20;}s:6:\"labels\";a:2:{i:16;s:5:\"Adult\";i:20;s:5:\"Child\";}s:6:\"prices\";a:2:{i:16;s:4:\"1800\";i:20;s:4:\"1500\";}s:13:\"pricing_types\";a:2:{i:16;s:10:\"per-person\";i:20;s:10:\"per-person\";}s:12:\"enabled_sale\";a:2:{i:16;s:1:\"1\";i:20;s:1:\"1\";}s:11:\"sale_prices\";a:2:{i:16;s:4:\"1700\";i:20;s:4:\"1200\";}s:9:\"min_paxes\";a:2:{i:16;s:0:\"\";i:20;s:0:\"\";}s:9:\"max_paxes\";a:2:{i:16;s:0:\"\";i:20;s:0:\"\";}}'),(3444,4235,'trip_ID','2954'),(3445,4235,'_wxr_import_user_slug','wptravelengine'),(3446,4235,'_demo_importer_plus_sites_imported_post','1'),(3447,4235,'_demo_importer_enable_for_batch','1'),(3448,4236,'enable_weekly_time_slots','no'),(3449,4236,'package-categories','a:8:{s:5:\"c_ids\";a:2:{i:16;i:16;i:20;i:20;}s:6:\"labels\";a:2:{i:16;s:5:\"Adult\";i:20;s:5:\"Child\";}s:6:\"prices\";a:2:{i:16;s:4:\"2500\";i:20;s:4:\"2100\";}s:13:\"pricing_types\";a:2:{i:16;s:10:\"per-person\";i:20;s:10:\"per-person\";}s:12:\"enabled_sale\";a:2:{i:16;s:1:\"1\";i:20;s:1:\"1\";}s:11:\"sale_prices\";a:2:{i:16;s:4:\"2300\";i:20;s:4:\"1900\";}s:9:\"min_paxes\";a:2:{i:16;s:0:\"\";i:20;s:0:\"\";}s:9:\"max_paxes\";a:2:{i:16;s:0:\"\";i:20;s:0:\"\";}}'),(3450,4236,'trip_ID','2951'),(3451,4236,'_wxr_import_user_slug','wptravelengine'),(3452,4236,'_demo_importer_plus_sites_imported_post','1'),(3453,4236,'_demo_importer_enable_for_batch','1'),(3454,4237,'enable_weekly_time_slots','yes'),(3455,4237,'package-categories','a:8:{s:5:\"c_ids\";a:2:{i:16;i:16;i:20;i:20;}s:6:\"labels\";a:2:{i:16;s:5:\"Adult\";i:20;s:5:\"Child\";}s:6:\"prices\";a:2:{i:16;s:2:\"50\";i:20;s:2:\"30\";}s:13:\"pricing_types\";a:2:{i:16;s:10:\"per-person\";i:20;s:10:\"per-person\";}s:12:\"enabled_sale\";a:2:{i:16;s:1:\"1\";i:20;s:1:\"1\";}s:11:\"sale_prices\";a:2:{i:16;s:2:\"30\";i:20;s:2:\"20\";}s:9:\"min_paxes\";a:2:{i:16;s:0:\"\";i:20;s:0:\"\";}s:9:\"max_paxes\";a:2:{i:16;s:0:\"\";i:20;s:0:\"\";}}'),(3456,4237,'trip_ID','2949'),(3457,4237,'package-dates','a:5:{i:20230116;a:4:{s:7:\"dtstart\";s:10:\"2023-01-16\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"12:00\";s:2:\"to\";s:5:\"17:00\";}i:1;a:2:{s:4:\"from\";s:5:\"14:00\";s:2:\"to\";s:5:\"19:00\";}}s:12:\"is_recurring\";b:1;s:5:\"rrule\";a:3:{s:11:\"r_frequency\";s:6:\"WEEKLY\";s:10:\"r_weekdays\";a:1:{i:0;s:2:\"MO\";}s:7:\"r_until\";s:10:\"2024-01-16\";}}i:20230117;a:4:{s:7:\"dtstart\";s:10:\"2023-01-17\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"12:00\";s:2:\"to\";s:5:\"17:00\";}i:1;a:2:{s:4:\"from\";s:5:\"14:00\";s:2:\"to\";s:5:\"19:00\";}}s:12:\"is_recurring\";b:1;s:5:\"rrule\";a:3:{s:11:\"r_frequency\";s:6:\"WEEKLY\";s:10:\"r_weekdays\";a:1:{i:0;s:2:\"TU\";}s:7:\"r_until\";s:10:\"2024-01-17\";}}i:20230118;a:4:{s:7:\"dtstart\";s:10:\"2023-01-18\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"12:00\";s:2:\"to\";s:5:\"17:00\";}i:1;a:2:{s:4:\"from\";s:5:\"14:00\";s:2:\"to\";s:5:\"19:00\";}}s:12:\"is_recurring\";b:1;s:5:\"rrule\";a:3:{s:11:\"r_frequency\";s:6:\"WEEKLY\";s:10:\"r_weekdays\";a:1:{i:0;s:2:\"WE\";}s:7:\"r_until\";s:10:\"2024-01-18\";}}i:20230119;a:4:{s:7:\"dtstart\";s:10:\"2023-01-19\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"12:00\";s:2:\"to\";s:5:\"17:00\";}i:1;a:2:{s:4:\"from\";s:5:\"14:00\";s:2:\"to\";s:5:\"19:00\";}}s:12:\"is_recurring\";b:1;s:5:\"rrule\";a:3:{s:11:\"r_frequency\";s:6:\"WEEKLY\";s:10:\"r_weekdays\";a:1:{i:0;s:2:\"TH\";}s:7:\"r_until\";s:10:\"2024-01-19\";}}i:20230120;a:4:{s:7:\"dtstart\";s:10:\"2023-01-20\";s:5:\"times\";a:2:{i:0;a:2:{s:4:\"from\";s:5:\"12:00\";s:2:\"to\";s:5:\"17:00\";}i:1;a:2:{s:4:\"from\";s:5:\"14:00\";s:2:\"to\";s:5:\"19:00\";}}s:12:\"is_recurring\";b:1;s:5:\"rrule\";a:3:{s:11:\"r_frequency\";s:6:\"WEEKLY\";s:10:\"r_weekdays\";a:1:{i:0;s:2:\"FR\";}s:7:\"r_until\";s:10:\"2024-01-20\";}}}'),(3458,4237,'weekly_time_slots','a:5:{i:1;a:2:{i:0;s:5:\"12:00\";i:1;s:5:\"14:00\";}i:2;a:2:{i:0;s:5:\"12:00\";i:1;s:5:\"14:00\";}i:3;a:2:{i:0;s:5:\"12:00\";i:1;s:5:\"14:00\";}i:4;a:2:{i:0;s:5:\"12:00\";i:1;s:5:\"14:00\";}i:5;a:2:{i:0;s:5:\"12:00\";i:1;s:5:\"14:00\";}}'),(3459,4237,'_wxr_import_user_slug','wptravelengine'),(3460,4237,'_demo_importer_plus_sites_imported_post','1'),(3461,4237,'_demo_importer_enable_for_batch','1'),(3462,4238,'enable_weekly_time_slots','no'),(3463,4238,'package-categories','a:8:{s:5:\"c_ids\";a:2:{i:16;i:16;i:20;i:20;}s:6:\"labels\";a:2:{i:16;s:5:\"Adult\";i:20;s:5:\"Child\";}s:6:\"prices\";a:2:{i:16;s:4:\"1200\";i:20;s:3:\"600\";}s:13:\"pricing_types\";a:2:{i:16;s:10:\"per-person\";i:20;s:10:\"per-person\";}s:12:\"enabled_sale\";a:2:{i:16;s:1:\"1\";i:20;s:1:\"1\";}s:11:\"sale_prices\";a:2:{i:16;s:4:\"1100\";i:20;s:3:\"500\";}s:9:\"min_paxes\";a:2:{i:16;s:0:\"\";i:20;s:0:\"\";}s:9:\"max_paxes\";a:2:{i:16;s:0:\"\";i:20;s:0:\"\";}}'),(3464,4238,'trip_ID','2957'),(3465,4238,'_wxr_import_user_slug','wptravelengine'),(3466,4238,'_demo_importer_plus_sites_imported_post','1'),(3467,4238,'_demo_importer_enable_for_batch','1'),(3468,4239,'enable_weekly_time_slots','no'),(3469,4239,'package-categories','a:8:{s:5:\"c_ids\";a:2:{i:16;i:16;i:20;i:20;}s:6:\"labels\";a:2:{i:16;s:5:\"Adult\";i:20;s:5:\"Child\";}s:6:\"prices\";a:2:{i:16;s:3:\"800\";i:20;s:3:\"600\";}s:13:\"pricing_types\";a:2:{i:16;s:10:\"per-person\";i:20;s:10:\"per-person\";}s:12:\"enabled_sale\";a:2:{i:16;s:1:\"1\";i:20;s:1:\"1\";}s:11:\"sale_prices\";a:2:{i:16;s:3:\"700\";i:20;s:3:\"450\";}s:9:\"min_paxes\";a:2:{i:16;s:0:\"\";i:20;s:0:\"\";}s:9:\"max_paxes\";a:2:{i:16;s:0:\"\";i:20;s:0:\"\";}}'),(3470,4239,'trip_ID','2956'),(3471,4239,'_wxr_import_user_slug','wptravelengine'),(3472,4239,'_demo_importer_plus_sites_imported_post','1'),(3473,4239,'_demo_importer_enable_for_batch','1'),(3474,4240,'enable_weekly_time_slots','no'),(3475,4240,'package-categories','a:8:{s:5:\"c_ids\";a:2:{i:16;i:16;i:20;i:20;}s:6:\"labels\";a:2:{i:16;s:5:\"Adult\";i:20;s:5:\"Child\";}s:6:\"prices\";a:2:{i:16;s:4:\"1500\";i:20;s:4:\"1300\";}s:13:\"pricing_types\";a:2:{i:16;s:10:\"per-person\";i:20;s:10:\"per-person\";}s:12:\"enabled_sale\";a:2:{i:16;s:1:\"1\";i:20;s:1:\"1\";}s:11:\"sale_prices\";a:2:{i:16;s:4:\"1300\";i:20;s:4:\"1100\";}s:9:\"min_paxes\";a:2:{i:16;s:0:\"\";i:20;s:0:\"\";}s:9:\"max_paxes\";a:2:{i:16;s:0:\"\";i:20;s:0:\"\";}}'),(3476,4240,'trip_ID','2956'),(3477,4240,'_wxr_import_user_slug','wptravelengine'),(3478,4240,'_demo_importer_plus_sites_imported_post','1'),(3479,4240,'_demo_importer_enable_for_batch','1'),(3480,4242,'enable_weekly_time_slots','no'),(3481,4242,'package-categories','a:8:{s:5:\"c_ids\";a:2:{i:16;i:16;i:20;i:20;}s:6:\"labels\";a:2:{i:16;s:5:\"Adult\";i:20;s:5:\"Child\";}s:6:\"prices\";a:2:{i:16;s:4:\"2700\";i:20;s:4:\"2100\";}s:13:\"pricing_types\";a:2:{i:16;s:10:\"per-person\";i:20;s:10:\"per-person\";}s:12:\"enabled_sale\";a:2:{i:16;s:1:\"1\";i:20;s:1:\"1\";}s:11:\"sale_prices\";a:2:{i:16;s:4:\"2500\";i:20;s:4:\"1900\";}s:9:\"min_paxes\";a:2:{i:16;s:0:\"\";i:20;s:0:\"\";}s:9:\"max_paxes\";a:2:{i:16;s:0:\"\";i:20;s:0:\"\";}}'),(3482,4242,'trip_ID','2951'),(3483,4242,'_wxr_import_user_slug','wptravelengine'),(3484,4242,'_demo_importer_plus_sites_imported_post','1'),(3485,4242,'_demo_importer_enable_for_batch','1'),(3486,4244,'enable_weekly_time_slots','no'),(3487,4244,'package-categories','a:8:{s:5:\"c_ids\";a:2:{i:16;i:16;i:20;i:20;}s:6:\"labels\";a:2:{i:16;s:5:\"Adult\";i:20;s:5:\"Child\";}s:6:\"prices\";a:2:{i:16;s:3:\"700\";i:20;s:3:\"500\";}s:13:\"pricing_types\";a:2:{i:16;s:10:\"per-person\";i:20;s:10:\"per-person\";}s:12:\"enabled_sale\";a:2:{i:16;s:1:\"1\";i:20;s:1:\"1\";}s:11:\"sale_prices\";a:2:{i:16;s:3:\"600\";i:20;s:3:\"400\";}s:9:\"min_paxes\";a:2:{i:16;s:0:\"\";i:20;s:0:\"\";}s:9:\"max_paxes\";a:2:{i:16;s:0:\"\";i:20;s:0:\"\";}}'),(3488,4244,'trip_ID','2955'),(3489,4244,'_wxr_import_user_slug','wptravelengine'),(3490,4244,'_demo_importer_plus_sites_imported_post','1'),(3491,4244,'_demo_importer_enable_for_batch','1'),(3492,4245,'enable_weekly_time_slots','no'),(3493,4245,'package-categories','a:8:{s:5:\"c_ids\";a:2:{i:16;i:16;i:20;i:20;}s:6:\"labels\";a:2:{i:16;s:5:\"Adult\";i:20;s:5:\"Child\";}s:6:\"prices\";a:2:{i:16;s:3:\"900\";i:20;s:3:\"800\";}s:13:\"pricing_types\";a:2:{i:16;s:10:\"per-person\";i:20;s:10:\"per-person\";}s:12:\"enabled_sale\";a:2:{i:16;s:1:\"1\";i:20;s:1:\"1\";}s:11:\"sale_prices\";a:2:{i:16;s:3:\"750\";i:20;s:3:\"750\";}s:9:\"min_paxes\";a:2:{i:16;s:0:\"\";i:20;s:0:\"\";}s:9:\"max_paxes\";a:2:{i:16;s:0:\"\";i:20;s:0:\"\";}}'),(3494,4245,'trip_ID','2955'),(3495,4245,'_wxr_import_user_slug','wptravelengine'),(3496,4245,'_demo_importer_plus_sites_imported_post','1'),(3497,4245,'_demo_importer_enable_for_batch','1'),(3498,4246,'enable_weekly_time_slots','no'),(3499,4246,'package-categories','a:8:{s:5:\"c_ids\";a:2:{i:16;i:16;i:20;i:20;}s:6:\"labels\";a:2:{i:16;s:5:\"Adult\";i:20;s:5:\"Child\";}s:6:\"prices\";a:2:{i:16;s:3:\"500\";i:20;s:0:\"\";}s:13:\"pricing_types\";a:2:{i:16;s:10:\"per-person\";i:20;s:10:\"per-person\";}s:12:\"enabled_sale\";a:1:{i:16;s:1:\"1\";}s:11:\"sale_prices\";a:2:{i:16;s:3:\"450\";i:20;s:0:\"\";}s:9:\"min_paxes\";a:2:{i:16;s:0:\"\";i:20;s:0:\"\";}s:9:\"max_paxes\";a:2:{i:16;s:0:\"\";i:20;s:0:\"\";}}'),(3500,4246,'trip_ID','2950'),(3501,4246,'_wxr_import_user_slug','wptravelengine'),(3502,4246,'_demo_importer_plus_sites_imported_post','1'),(3503,4246,'_demo_importer_enable_for_batch','1'),(3504,4247,'enable_weekly_time_slots','no'),(3505,4247,'package-categories','a:8:{s:5:\"c_ids\";a:2:{i:16;i:16;i:20;i:20;}s:6:\"labels\";a:2:{i:16;s:5:\"Adult\";i:20;s:5:\"Child\";}s:6:\"prices\";a:2:{i:16;s:3:\"400\";i:20;s:3:\"300\";}s:13:\"pricing_types\";a:2:{i:16;s:10:\"per-person\";i:20;s:10:\"per-person\";}s:12:\"enabled_sale\";a:2:{i:16;s:1:\"1\";i:20;s:1:\"1\";}s:11:\"sale_prices\";a:2:{i:16;s:3:\"350\";i:20;s:3:\"250\";}s:9:\"min_paxes\";a:2:{i:16;s:0:\"\";i:20;s:0:\"\";}s:9:\"max_paxes\";a:2:{i:16;s:0:\"\";i:20;s:0:\"\";}}'),(3506,4247,'trip_ID','2948'),(3507,4247,'_wxr_import_user_slug','wptravelengine'),(3508,4247,'_demo_importer_plus_sites_imported_post','1'),(3509,4247,'_demo_importer_enable_for_batch','1'),(3510,4248,'enable_weekly_time_slots','no'),(3511,4248,'package-categories','a:8:{s:5:\"c_ids\";a:2:{i:16;i:16;i:20;i:20;}s:6:\"labels\";a:2:{i:16;s:5:\"Adult\";i:20;s:5:\"Child\";}s:6:\"prices\";a:2:{i:16;s:3:\"700\";i:20;s:3:\"600\";}s:13:\"pricing_types\";a:2:{i:16;s:10:\"per-person\";i:20;s:10:\"per-person\";}s:12:\"enabled_sale\";a:2:{i:16;s:1:\"1\";i:20;s:1:\"1\";}s:11:\"sale_prices\";a:2:{i:16;s:3:\"600\";i:20;s:3:\"500\";}s:9:\"min_paxes\";a:2:{i:16;s:0:\"\";i:20;s:0:\"\";}s:9:\"max_paxes\";a:2:{i:16;s:0:\"\";i:20;s:0:\"\";}}'),(3512,4248,'trip_ID','2762'),(3513,4248,'_wxr_import_user_slug','wptravelengine'),(3514,4248,'_demo_importer_plus_sites_imported_post','1'),(3515,4248,'_demo_importer_enable_for_batch','1'),(3516,4376,'payment_status','pending'),(3517,4376,'billing_info','a:6:{s:5:\"fname\";s:5:\"madan\";s:5:\"lname\";s:8:\"lsadkgls\";s:5:\"email\";s:23:\"ldxfghbslkd@example.com\";s:7:\"address\";s:11:\"chandragiri\";s:4:\"city\";s:1:\"a\";s:7:\"country\";s:7:\"Austria\";}'),(3518,4376,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:2300;}'),(3519,4376,'booking_id','4374'),(3520,4376,'payment_gateway','booking_only'),(3521,4376,'_demo_importer_plus_sites_imported_post','1'),(3522,4376,'_demo_importer_enable_for_batch','1'),(3523,4538,'payment_status','pending'),(3524,4538,'billing_info','a:6:{s:5:\"fname\";s:5:\"Bruno\";s:5:\"lname\";s:5:\"Alves\";s:5:\"email\";s:15:\"bruno@gmail.com\";s:7:\"address\";s:3:\"lá\";s:4:\"city\";s:6:\"Recife\";s:7:\"country\";s:6:\"Brazil\";}'),(3525,4538,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:4200;}'),(3526,4538,'booking_id','4536'),(3527,4538,'payment_gateway','paypal_payment'),(3528,4538,'_demo_importer_plus_sites_imported_post','1'),(3529,4538,'_demo_importer_enable_for_batch','1'),(3530,4540,'payment_status','check-waiting'),(3531,4540,'billing_info','a:6:{s:5:\"fname\";s:5:\"Bruno\";s:5:\"lname\";s:5:\"Alves\";s:5:\"email\";s:15:\"bruno@gmail.com\";s:7:\"address\";s:3:\"lá\";s:4:\"city\";s:6:\"Recife\";s:7:\"country\";s:6:\"Brazil\";}'),(3532,4540,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:4200;}'),(3533,4540,'booking_id','4539'),(3534,4540,'payment_gateway','check_payments'),(3535,4540,'_demo_importer_plus_sites_imported_post','1'),(3536,4540,'_demo_importer_enable_for_batch','1'),(3537,4542,'payment_status','pending'),(3538,4542,'billing_info','a:6:{s:5:\"fname\";s:5:\"Bruno\";s:5:\"lname\";s:5:\"Alves\";s:5:\"email\";s:15:\"bruno@gmail.com\";s:7:\"address\";s:3:\"lá\";s:4:\"city\";s:6:\"Recife\";s:7:\"country\";s:6:\"Brazil\";}'),(3539,4542,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:4200;}'),(3540,4542,'booking_id','4541'),(3541,4542,'payment_gateway','booking_only'),(3542,4542,'_demo_importer_plus_sites_imported_post','1'),(3543,4542,'_demo_importer_enable_for_batch','1'),(3544,4545,'payment_status','pending'),(3545,4545,'billing_info','a:6:{s:5:\"fname\";s:1:\"1\";s:5:\"lname\";s:1:\"1\";s:5:\"email\";s:11:\"1@gmail.com\";s:7:\"address\";s:1:\"1\";s:4:\"city\";s:1:\"1\";s:7:\"country\";s:10:\"Martinique\";}'),(3546,4545,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:13800;}'),(3547,4545,'booking_id','4543'),(3548,4545,'payment_gateway','booking_only'),(3549,4545,'_demo_importer_plus_sites_imported_post','1'),(3550,4545,'_demo_importer_enable_for_batch','1'),(3551,4547,'payment_status','pending'),(3552,4547,'billing_info','a:6:{s:5:\"fname\";s:1:\"1\";s:5:\"lname\";s:1:\"1\";s:5:\"email\";s:11:\"1@gmail.com\";s:7:\"address\";s:1:\"1\";s:4:\"city\";s:1:\"1\";s:7:\"country\";s:10:\"Martinique\";}'),(3553,4547,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:1600;}'),(3554,4547,'booking_id','4546'),(3555,4547,'payment_gateway','booking_only'),(3556,4547,'_demo_importer_plus_sites_imported_post','1'),(3557,4547,'_demo_importer_enable_for_batch','1'),(3558,4551,'payment_status','pending'),(3559,4551,'billing_info','a:6:{s:5:\"fname\";s:2:\"Om\";s:5:\"lname\";s:5:\"Chand\";s:5:\"email\";s:22:\"omc.rauniyar@gmail.com\";s:7:\"address\";s:15:\"bhimsensthan-20\";s:4:\"city\";s:9:\"kathmandu\";s:7:\"country\";s:5:\"Nepal\";}'),(3560,4551,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:700;}'),(3561,4551,'booking_id','4549'),(3562,4551,'payment_gateway','booking_only'),(3563,4551,'_demo_importer_plus_sites_imported_post','1'),(3564,4551,'_demo_importer_enable_for_batch','1'),(3565,4553,'payment_status','voucher-waiting'),(3566,4553,'billing_info','a:6:{s:5:\"fname\";s:2:\"Om\";s:5:\"lname\";s:5:\"Chand\";s:5:\"email\";s:22:\"omc.rauniyar@gmail.com\";s:7:\"address\";s:15:\"bhimsensthan-20\";s:4:\"city\";s:9:\"kathmandu\";s:7:\"country\";s:5:\"Nepal\";}'),(3567,4553,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:700;}'),(3568,4553,'booking_id','4552'),(3569,4553,'payment_gateway','direct_bank_transfer'),(3570,4553,'_demo_importer_plus_sites_imported_post','1'),(3571,4553,'_demo_importer_enable_for_batch','1'),(3572,4556,'payment_status','pending'),(3573,4556,'billing_info','a:6:{s:5:\"fname\";s:8:\"Shehryar\";s:5:\"lname\";s:5:\"Tariq\";s:5:\"email\";s:17:\"sfsfs@gmajyhg.cjv\";s:7:\"address\";s:14:\"h#109 wjfv lag\";s:4:\"city\";s:6:\"lahore\";s:7:\"country\";s:8:\"Pakistan\";}'),(3574,4556,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:100;}'),(3575,4556,'booking_id','4554'),(3576,4556,'payment_gateway','booking_only'),(3577,4556,'_demo_importer_plus_sites_imported_post','1'),(3578,4556,'_demo_importer_enable_for_batch','1'),(3579,4559,'payment_status','check-waiting'),(3580,4559,'billing_info','a:6:{s:5:\"fname\";s:1:\"x\";s:5:\"lname\";s:3:\"x x\";s:5:\"email\";s:15:\"gcdfg@gysgd.com\";s:7:\"address\";s:9:\"sghdgshgd\";s:4:\"city\";s:5:\"xcxxc\";s:7:\"country\";s:7:\"Bahamas\";}'),(3581,4559,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:1150;}'),(3582,4559,'booking_id','4557'),(3583,4559,'payment_gateway','check_payments'),(3584,4559,'_demo_importer_plus_sites_imported_post','1'),(3585,4559,'_demo_importer_enable_for_batch','1'),(3586,4562,'payment_status','pending'),(3587,4562,'billing_info','a:6:{s:5:\"fname\";s:7:\"Stephen\";s:5:\"lname\";s:5:\"Kamau\";s:5:\"email\";s:25:\"stephen.kamau14@gmail.com\";s:7:\"address\";s:7:\"Nairobi\";s:4:\"city\";s:7:\"Nairobi\";s:7:\"country\";s:5:\"Kenya\";}'),(3588,4562,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:1200;}'),(3589,4562,'booking_id','4560'),(3590,4562,'payment_gateway','paypal_payment'),(3591,4562,'_demo_importer_plus_sites_imported_post','1'),(3592,4562,'_demo_importer_enable_for_batch','1'),(3593,4564,'payment_status','pending'),(3594,4564,'billing_info','a:6:{s:5:\"fname\";s:7:\"Stephen\";s:5:\"lname\";s:5:\"Kamau\";s:5:\"email\";s:25:\"stephen.kamau14@gmail.com\";s:7:\"address\";s:7:\"Nairobi\";s:4:\"city\";s:7:\"Nairobi\";s:7:\"country\";s:5:\"Kenya\";}'),(3595,4564,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:1200;}'),(3596,4564,'booking_id','4563'),(3597,4564,'payment_gateway','booking_only'),(3598,4564,'_demo_importer_plus_sites_imported_post','1'),(3599,4564,'_demo_importer_enable_for_batch','1'),(3600,4566,'payment_status','pending'),(3601,4566,'billing_info','a:6:{s:5:\"fname\";s:7:\"Stephen\";s:5:\"lname\";s:9:\"Gathirimu\";s:5:\"email\";s:25:\"stephen.kamau14@gmail.com\";s:7:\"address\";s:7:\"NAIROBI\";s:4:\"city\";s:7:\"Nairobi\";s:7:\"country\";s:5:\"Kenya\";}'),(3602,4566,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:1850;}'),(3603,4566,'booking_id','4565'),(3604,4566,'payment_gateway','booking_only'),(3605,4566,'_demo_importer_plus_sites_imported_post','1'),(3606,4566,'_demo_importer_enable_for_batch','1'),(3607,4568,'payment_status','pending'),(3608,4568,'billing_info','a:6:{s:5:\"fname\";s:7:\"Stephen\";s:5:\"lname\";s:9:\"Gathirimu\";s:5:\"email\";s:25:\"stephen.kamau14@gmail.com\";s:7:\"address\";s:7:\"Nairobi\";s:4:\"city\";s:7:\"Nairobi\";s:7:\"country\";s:5:\"Kenya\";}'),(3609,4568,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:4800;}'),(3610,4568,'booking_id','4567'),(3611,4568,'payment_gateway','booking_only'),(3612,4568,'_demo_importer_plus_sites_imported_post','1'),(3613,4568,'_demo_importer_enable_for_batch','1'),(3614,4571,'payment_status','pending'),(3615,4571,'billing_info','a:6:{s:5:\"fname\";s:6:\"Shivam\";s:5:\"lname\";s:8:\"Khidbide\";s:5:\"email\";s:24:\"shivamkhidbide@gmail.com\";s:7:\"address\";s:58:\"53, thankor dhwar palanpur jatak naka surat., Ground floor\";s:4:\"city\";s:5:\"Surat\";s:7:\"country\";s:5:\"India\";}'),(3616,4571,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:2200;}'),(3617,4571,'booking_id','4569'),(3618,4571,'payment_gateway','paypal_payment'),(3619,4571,'_demo_importer_plus_sites_imported_post','1'),(3620,4571,'_demo_importer_enable_for_batch','1'),(3621,4573,'payment_status','voucher-waiting'),(3622,4573,'billing_info','a:6:{s:5:\"fname\";s:6:\"Shivam\";s:5:\"lname\";s:8:\"Khidbide\";s:5:\"email\";s:24:\"shivamkhidbide@gmail.com\";s:7:\"address\";s:58:\"53, thankor dhwar palanpur jatak naka surat., Ground floor\";s:4:\"city\";s:5:\"Surat\";s:7:\"country\";s:5:\"India\";}'),(3623,4573,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:2200;}'),(3624,4573,'booking_id','4572'),(3625,4573,'payment_gateway','direct_bank_transfer'),(3626,4573,'_demo_importer_plus_sites_imported_post','1'),(3627,4573,'_demo_importer_enable_for_batch','1'),(3628,4575,'payment_status','check-waiting'),(3629,4575,'billing_info','a:6:{s:5:\"fname\";s:6:\"Shivam\";s:5:\"lname\";s:8:\"Khidbide\";s:5:\"email\";s:24:\"shivamkhidbide@gmail.com\";s:7:\"address\";s:58:\"53, thankor dhwar palanpur jatak naka surat., Ground floor\";s:4:\"city\";s:5:\"Surat\";s:7:\"country\";s:5:\"India\";}'),(3630,4575,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:2200;}'),(3631,4575,'booking_id','4574'),(3632,4575,'payment_gateway','check_payments'),(3633,4575,'_demo_importer_plus_sites_imported_post','1'),(3634,4575,'_demo_importer_enable_for_batch','1'),(3635,4578,'payment_status','pending'),(3636,4578,'billing_info','a:6:{s:5:\"fname\";s:3:\"tes\";s:5:\"lname\";s:7:\"testing\";s:5:\"email\";s:11:\"tes@test.co\";s:7:\"address\";s:7:\"sfervsa\";s:4:\"city\";s:5:\"sebge\";s:7:\"country\";s:11:\"Afghanistan\";}'),(3637,4578,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:30;}'),(3638,4578,'booking_id','4576'),(3639,4578,'payment_gateway','booking_only'),(3640,4578,'_demo_importer_plus_sites_imported_post','1'),(3641,4578,'_demo_importer_enable_for_batch','1'),(3642,4580,'payment_status','pending'),(3643,4580,'billing_info','a:6:{s:5:\"fname\";s:3:\"tes\";s:5:\"lname\";s:7:\"testing\";s:5:\"email\";s:11:\"tes@test.co\";s:7:\"address\";s:7:\"sfervsa\";s:4:\"city\";s:5:\"sebge\";s:7:\"country\";s:11:\"Afghanistan\";}'),(3644,4580,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:30;}'),(3645,4580,'booking_id','4579'),(3646,4580,'payment_gateway','paypal_payment'),(3647,4580,'_demo_importer_plus_sites_imported_post','1'),(3648,4580,'_demo_importer_enable_for_batch','1'),(3649,4583,'payment_status','pending'),(3650,4583,'billing_info','a:6:{s:5:\"fname\";s:3:\"Dar\";s:5:\"lname\";s:5:\"Aadil\";s:5:\"email\";s:21:\"digitizeera@gmail.com\";s:7:\"address\";s:6:\"Harnag\";s:4:\"city\";s:8:\"Anantnag\";s:7:\"country\";s:5:\"India\";}'),(3651,4583,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:1300;}'),(3652,4583,'booking_id','4581'),(3653,4583,'payment_gateway','booking_only'),(3654,4583,'_demo_importer_plus_sites_imported_post','1'),(3655,4583,'_demo_importer_enable_for_batch','1'),(3656,4589,'payment_status','pending'),(3657,4589,'billing_info','a:6:{s:5:\"fname\";s:6:\"Mounir\";s:5:\"lname\";s:8:\"aboulama\";s:5:\"email\";s:32:\"xcursionguide.official@gmail.com\";s:7:\"address\";s:14:\"Socoma 1 N1926\";s:4:\"city\";s:9:\"Marrakech\";s:7:\"country\";s:7:\"Morocco\";}'),(3658,4589,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:2300;}'),(3659,4589,'booking_id','4587'),(3660,4589,'payment_gateway','booking_only'),(3661,4589,'_demo_importer_plus_sites_imported_post','1'),(3662,4589,'_demo_importer_enable_for_batch','1'),(3663,4592,'payment_status','pending'),(3664,4592,'billing_info','a:6:{s:5:\"fname\";s:7:\"dfsdfsd\";s:5:\"lname\";s:9:\"fgsdgsdfg\";s:5:\"email\";s:18:\"sdgfdgfd@gmail.com\";s:7:\"address\";s:12:\"sfafasdfsdaf\";s:4:\"city\";s:8:\"fasdfsdf\";s:7:\"country\";s:8:\"Anguilla\";}'),(3665,4592,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:2300;}'),(3666,4592,'booking_id','4590'),(3667,4592,'payment_gateway','booking_only'),(3668,4592,'_demo_importer_plus_sites_imported_post','1'),(3669,4592,'_demo_importer_enable_for_batch','1'),(3670,4594,'payment_status','pending'),(3671,4594,'billing_info','a:6:{s:5:\"fname\";s:7:\"dfsdfsd\";s:5:\"lname\";s:9:\"fgsdgsdfg\";s:5:\"email\";s:18:\"sdgfdgfd@gmail.com\";s:7:\"address\";s:12:\"sfafasdfsdaf\";s:4:\"city\";s:8:\"fasdfsdf\";s:7:\"country\";s:14:\"American Samoa\";}'),(3672,4594,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:800;}'),(3673,4594,'booking_id','4593'),(3674,4594,'payment_gateway','paypal_payment'),(3675,4594,'_demo_importer_plus_sites_imported_post','1'),(3676,4594,'_demo_importer_enable_for_batch','1'),(3677,4596,'payment_status','pending'),(3678,4596,'billing_info','a:6:{s:5:\"fname\";s:7:\"dfsdfsd\";s:5:\"lname\";s:9:\"fgsdgsdfg\";s:5:\"email\";s:18:\"sdgfdgfd@gmail.com\";s:7:\"address\";s:12:\"sfafasdfsdaf\";s:4:\"city\";s:8:\"fasdfsdf\";s:7:\"country\";s:14:\"American Samoa\";}'),(3679,4596,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:800;}'),(3680,4596,'booking_id','4595'),(3681,4596,'payment_gateway','booking_only'),(3682,4596,'_demo_importer_plus_sites_imported_post','1'),(3683,4596,'_demo_importer_enable_for_batch','1'),(3684,4599,'payment_status','voucher-waiting'),(3685,4599,'billing_info','a:6:{s:5:\"fname\";s:6:\"Aditya\";s:5:\"lname\";s:4:\"Zemy\";s:5:\"email\";s:20:\"adityazemy@gmail.com\";s:7:\"address\";s:6:\"Lombok\";s:4:\"city\";s:7:\"Mataram\";s:7:\"country\";s:9:\"Indonesia\";}'),(3686,4599,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:1600;}'),(3687,4599,'booking_id','4597'),(3688,4599,'payment_gateway','direct_bank_transfer'),(3689,4599,'_demo_importer_plus_sites_imported_post','1'),(3690,4599,'_demo_importer_enable_for_batch','1'),(3691,4602,'payment_status','pending'),(3692,4602,'billing_info','a:6:{s:5:\"fname\";s:1:\"s\";s:5:\"lname\";s:2:\"sd\";s:5:\"email\";s:14:\"hola@jjlas.com\";s:7:\"address\";s:6:\"caslle\";s:4:\"city\";s:8:\"san juan\";s:7:\"country\";s:14:\"Åland Islands\";}'),(3693,4602,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:1150;}'),(3694,4602,'booking_id','4600'),(3695,4602,'payment_gateway','booking_only'),(3696,4602,'_demo_importer_plus_sites_imported_post','1'),(3697,4602,'_demo_importer_enable_for_batch','1'),(3698,4607,'payment_status','pending'),(3699,4607,'billing_info','a:6:{s:5:\"fname\";s:7:\"sohayla\";s:5:\"lname\";s:5:\"ahmed\";s:5:\"email\";s:25:\"sohayla.ahmed44@gmail.com\";s:7:\"address\";s:6:\"ff1020\";s:4:\"city\";s:5:\"cairo\";s:7:\"country\";s:6:\"Angola\";}'),(3700,4607,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:2300;}'),(3701,4607,'booking_id','4605'),(3702,4607,'payment_gateway','booking_only'),(3703,4607,'_demo_importer_plus_sites_imported_post','1'),(3704,4607,'_demo_importer_enable_for_batch','1'),(3705,4610,'payment_status','pending'),(3706,4610,'billing_info','a:6:{s:5:\"fname\";s:5:\"Roman\";s:5:\"lname\";s:4:\"Wild\";s:5:\"email\";s:14:\"roman@dotas.de\";s:7:\"address\";s:17:\"Wendelsteinstr. 9\";s:4:\"city\";s:8:\"Gilching\";s:7:\"country\";s:7:\"Germany\";}'),(3707,4610,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:2300;}'),(3708,4610,'booking_id','4608'),(3709,4610,'payment_gateway','paypal_payment'),(3710,4610,'_wxr_import_user_slug','roman'),(3711,4610,'_demo_importer_plus_sites_imported_post','1'),(3712,4610,'_demo_importer_enable_for_batch','1'),(3713,4614,'payment_status','pending'),(3714,4614,'billing_info','a:6:{s:5:\"fname\";s:3:\"tes\";s:5:\"lname\";s:3:\"tes\";s:5:\"email\";s:13:\"tes@gmail.com\";s:7:\"address\";s:3:\"tes\";s:4:\"city\";s:3:\"tes\";s:7:\"country\";s:9:\"Singapore\";}'),(3715,4614,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:2300;}'),(3716,4614,'booking_id','4612'),(3717,4614,'payment_gateway','booking_only'),(3718,4614,'_demo_importer_plus_sites_imported_post','1'),(3719,4614,'_demo_importer_enable_for_batch','1'),(3720,4617,'payment_status','pending'),(3721,4617,'billing_info','a:6:{s:5:\"fname\";s:6:\"Mukesh\";s:5:\"lname\";s:7:\"Kaushik\";s:5:\"email\";s:23:\"mackkaushik99@gmail.com\";s:7:\"address\";s:54:\"B-15, gate no.-2, greenfield colony, faridabad,haryana\";s:4:\"city\";s:9:\"Faridabad\";s:7:\"country\";s:5:\"India\";}'),(3722,4617,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:1100;}'),(3723,4617,'booking_id','4615'),(3724,4617,'payment_gateway','booking_only'),(3725,4617,'_demo_importer_plus_sites_imported_post','1'),(3726,4617,'_demo_importer_enable_for_batch','1'),(3727,4620,'payment_status','pending'),(3728,4620,'billing_info','a:6:{s:5:\"fname\";s:5:\"fgfds\";s:5:\"lname\";s:8:\"fdsgfdsg\";s:5:\"email\";s:12:\"ertr@gsdf.bn\";s:7:\"address\";s:11:\"dfgdsthtrfh\";s:4:\"city\";s:7:\"hydrtrs\";s:7:\"country\";s:5:\"India\";}'),(3729,4620,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:14900;}'),(3730,4620,'booking_id','4618'),(3731,4620,'payment_gateway','booking_only'),(3732,4620,'_demo_importer_plus_sites_imported_post','1'),(3733,4620,'_demo_importer_enable_for_batch','1'),(3734,4623,'payment_status','voucher-waiting'),(3735,4623,'billing_info','a:6:{s:5:\"fname\";s:4:\"fgag\";s:5:\"lname\";s:8:\"asfgasfg\";s:5:\"email\";s:20:\"asdfgag@dshhters.com\";s:7:\"address\";s:4:\"asfg\";s:4:\"city\";s:5:\"zhesh\";s:7:\"country\";s:9:\"Argentina\";}'),(3736,4623,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:1600;}'),(3737,4623,'booking_id','4621'),(3738,4623,'payment_gateway','direct_bank_transfer'),(3739,4623,'_demo_importer_plus_sites_imported_post','1'),(3740,4623,'_demo_importer_enable_for_batch','1'),(3741,4626,'payment_status','pending'),(3742,4626,'billing_info','a:6:{s:5:\"fname\";s:3:\"jcj\";s:5:\"lname\";s:3:\"xkx\";s:5:\"email\";s:13:\"nai@gmail.com\";s:7:\"address\";s:2:\"nj\";s:4:\"city\";s:6:\"ihiubj\";s:7:\"country\";s:7:\"Bahrain\";}'),(3743,4626,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:4600;}'),(3744,4626,'booking_id','4624'),(3745,4626,'payment_gateway','booking_only'),(3746,4626,'_demo_importer_plus_sites_imported_post','1'),(3747,4626,'_demo_importer_enable_for_batch','1'),(3748,4629,'payment_status','voucher-waiting'),(3749,4629,'billing_info','a:6:{s:5:\"fname\";s:3:\"aaa\";s:5:\"lname\";s:3:\"aaa\";s:5:\"email\";s:9:\"aaa@a.com\";s:7:\"address\";s:3:\"aaa\";s:4:\"city\";s:4:\"aaaa\";s:7:\"country\";s:7:\"Iceland\";}'),(3750,4629,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:800;}'),(3751,4629,'booking_id','4627'),(3752,4629,'payment_gateway','direct_bank_transfer'),(3753,4629,'_demo_importer_plus_sites_imported_post','1'),(3754,4629,'_demo_importer_enable_for_batch','1'),(3755,4632,'payment_status','check-waiting'),(3756,4632,'billing_info','a:6:{s:5:\"fname\";s:6:\"Jubraj\";s:5:\"lname\";s:5:\"Daria\";s:5:\"email\";s:23:\"jubrajdaria49@gmail.com\";s:7:\"address\";s:63:\"Painadi natun moholla, Chittagong road, Siddirganj, Narayanganj\";s:4:\"city\";s:10:\"Siddirganj\";s:7:\"country\";s:10:\"Bangladesh\";}'),(3757,4632,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:4400;}'),(3758,4632,'booking_id','4630'),(3759,4632,'payment_gateway','check_payments'),(3760,4632,'_demo_importer_plus_sites_imported_post','1'),(3761,4632,'_demo_importer_enable_for_batch','1'),(3762,4635,'payment_status','pending'),(3763,4635,'billing_info','a:6:{s:5:\"fname\";s:6:\"fgbfgb\";s:5:\"lname\";s:3:\"fgf\";s:5:\"email\";s:12:\"dfsg@er.yufg\";s:7:\"address\";s:5:\"fghfh\";s:4:\"city\";s:4:\"fdgh\";s:7:\"country\";s:7:\"Austria\";}'),(3764,4635,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:700;}'),(3765,4635,'booking_id','4633'),(3766,4635,'payment_gateway','paypal_payment'),(3767,4635,'_demo_importer_plus_sites_imported_post','1'),(3768,4635,'_demo_importer_enable_for_batch','1'),(3769,4637,'payment_status','pending'),(3770,4637,'billing_info','a:6:{s:5:\"fname\";s:6:\"fgbfgb\";s:5:\"lname\";s:3:\"fgf\";s:5:\"email\";s:12:\"dfsg@er.yufg\";s:7:\"address\";s:5:\"fghfh\";s:4:\"city\";s:4:\"fdgh\";s:7:\"country\";s:7:\"Austria\";}'),(3771,4637,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:700;}'),(3772,4637,'booking_id','4636'),(3773,4637,'payment_gateway','booking_only'),(3774,4637,'_demo_importer_plus_sites_imported_post','1'),(3775,4637,'_demo_importer_enable_for_batch','1'),(3776,4639,'payment_status','check-waiting'),(3777,4639,'billing_info','a:6:{s:5:\"fname\";s:6:\"fgbfgb\";s:5:\"lname\";s:3:\"fgf\";s:5:\"email\";s:12:\"dfsg@er.yufg\";s:7:\"address\";s:5:\"fghfh\";s:4:\"city\";s:4:\"fdgh\";s:7:\"country\";s:7:\"Austria\";}'),(3778,4639,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:700;}'),(3779,4639,'booking_id','4638'),(3780,4639,'payment_gateway','check_payments'),(3781,4639,'_demo_importer_plus_sites_imported_post','1'),(3782,4639,'_demo_importer_enable_for_batch','1'),(3783,4642,'payment_status','pending'),(3784,4642,'billing_info','a:6:{s:5:\"fname\";s:5:\"saqib\";s:5:\"lname\";s:3:\"ali\";s:5:\"email\";s:15:\"saqib@gmail.com\";s:7:\"address\";s:7:\"karachi\";s:4:\"city\";s:7:\"karachi\";s:7:\"country\";s:8:\"Pakistan\";}'),(3785,4642,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:4200;}'),(3786,4642,'booking_id','4640'),(3787,4642,'payment_gateway','booking_only'),(3788,4642,'_demo_importer_plus_sites_imported_post','1'),(3789,4642,'_demo_importer_enable_for_batch','1'),(3790,4645,'payment_status','pending'),(3791,4645,'billing_info','a:6:{s:5:\"fname\";s:6:\"andond\";s:5:\"lname\";s:6:\"andong\";s:5:\"email\";s:26:\"andongmagsaysay0@gmail.com\";s:7:\"address\";s:10:\"sda;lfkfa\'\";s:4:\"city\";s:8:\"sdmafs;d\";s:7:\"country\";s:7:\"Andorra\";}'),(3792,4645,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:140;}'),(3793,4645,'booking_id','4643'),(3794,4645,'payment_gateway','booking_only'),(3795,4645,'_demo_importer_plus_sites_imported_post','1'),(3796,4645,'_demo_importer_enable_for_batch','1'),(3797,4648,'payment_status','voucher-waiting'),(3798,4648,'billing_info','a:6:{s:5:\"fname\";s:5:\"Kadir\";s:5:\"lname\";s:6:\"Carlos\";s:5:\"email\";s:23:\"kadirbulamugy@gmail.com\";s:7:\"address\";s:38:\"Polana caniço A , Maputo, Moçambique\";s:4:\"city\";s:6:\"Maputo\";s:7:\"country\";s:10:\"Mozambique\";}'),(3799,4648,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:2200;}'),(3800,4648,'booking_id','4646'),(3801,4648,'payment_gateway','direct_bank_transfer'),(3802,4648,'_demo_importer_plus_sites_imported_post','1'),(3803,4648,'_demo_importer_enable_for_batch','1'),(3804,4651,'payment_status','voucher-waiting'),(3805,4651,'billing_info','a:6:{s:5:\"fname\";s:3:\"AAA\";s:5:\"lname\";s:3:\"BBB\";s:5:\"email\";s:13:\"aaa@gmail.com\";s:7:\"address\";s:6:\"12 aaa\";s:4:\"city\";s:3:\"Ton\";s:7:\"country\";s:7:\"Bahamas\";}'),(3806,4651,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:18400;}'),(3807,4651,'booking_id','4649'),(3808,4651,'payment_gateway','direct_bank_transfer'),(3809,4651,'_demo_importer_plus_sites_imported_post','1'),(3810,4651,'_demo_importer_enable_for_batch','1'),(3811,4653,'payment_status','pending'),(3812,4653,'billing_info','a:6:{s:5:\"fname\";s:3:\"gfh\";s:5:\"lname\";s:2:\"gh\";s:5:\"email\";s:12:\"dfsg@er.yufg\";s:7:\"address\";s:4:\"gfhf\";s:4:\"city\";s:4:\"ghff\";s:7:\"country\";s:7:\"Austria\";}'),(3813,4653,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:1600;}'),(3814,4653,'booking_id','4652'),(3815,4653,'payment_gateway','booking_only'),(3816,4653,'_demo_importer_plus_sites_imported_post','1'),(3817,4653,'_demo_importer_enable_for_batch','1'),(3818,4655,'payment_status','pending'),(3819,4655,'billing_info','a:6:{s:5:\"fname\";s:3:\"gfh\";s:5:\"lname\";s:2:\"gh\";s:5:\"email\";s:12:\"dfsg@er.yufg\";s:7:\"address\";s:4:\"gfhf\";s:4:\"city\";s:4:\"ghff\";s:7:\"country\";s:7:\"Austria\";}'),(3820,4655,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:1600;}'),(3821,4655,'booking_id','4654'),(3822,4655,'payment_gateway','paypal_payment'),(3823,4655,'_demo_importer_plus_sites_imported_post','1'),(3824,4655,'_demo_importer_enable_for_batch','1'),(3825,4657,'payment_status','voucher-waiting'),(3826,4657,'billing_info','a:6:{s:5:\"fname\";s:3:\"gfh\";s:5:\"lname\";s:2:\"gh\";s:5:\"email\";s:12:\"dfsg@er.yufg\";s:7:\"address\";s:4:\"gfhf\";s:4:\"city\";s:4:\"ghff\";s:7:\"country\";s:7:\"Austria\";}'),(3827,4657,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:1600;}'),(3828,4657,'booking_id','4656'),(3829,4657,'payment_gateway','direct_bank_transfer'),(3830,4657,'_demo_importer_plus_sites_imported_post','1'),(3831,4657,'_demo_importer_enable_for_batch','1'),(3832,4659,'payment_status','check-waiting'),(3833,4659,'billing_info','a:6:{s:5:\"fname\";s:3:\"gfh\";s:5:\"lname\";s:2:\"gh\";s:5:\"email\";s:12:\"dfsg@er.yufg\";s:7:\"address\";s:4:\"gfhf\";s:4:\"city\";s:4:\"ghff\";s:7:\"country\";s:7:\"Austria\";}'),(3834,4659,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:1600;}'),(3835,4659,'booking_id','4658'),(3836,4659,'payment_gateway','check_payments'),(3837,4659,'_demo_importer_plus_sites_imported_post','1'),(3838,4659,'_demo_importer_enable_for_batch','1'),(3839,4662,'payment_status','voucher-waiting'),(3840,4662,'billing_info','a:6:{s:5:\"fname\";s:1:\"I\";s:5:\"lname\";s:7:\"Widyana\";s:5:\"email\";s:16:\"parnata@gmail.co\";s:7:\"address\";s:41:\"Jl. Dewisri, GG. Anggur VD no.2 Batubulan\";s:4:\"city\";s:7:\"Gianyar\";s:7:\"country\";s:9:\"Indonesia\";}'),(3841,4662,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:1300;}'),(3842,4662,'booking_id','4660'),(3843,4662,'payment_gateway','direct_bank_transfer'),(3844,4662,'_demo_importer_plus_sites_imported_post','1'),(3845,4662,'_demo_importer_enable_for_batch','1'),(3846,4665,'payment_status','pending'),(3847,4665,'billing_info','a:6:{s:5:\"fname\";s:13:\"Parvathareddy\";s:5:\"lname\";s:13:\"Srinivasa Rao\";s:5:\"email\";s:23:\"shadabalam727@gmail.com\";s:7:\"address\";s:20:\"Nethaji nagar colony\";s:4:\"city\";s:9:\"Hyderabad\";s:7:\"country\";s:5:\"India\";}'),(3848,4665,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:1150;}'),(3849,4665,'booking_id','4663'),(3850,4665,'payment_gateway','booking_only'),(3851,4665,'_demo_importer_plus_sites_imported_post','1'),(3852,4665,'_demo_importer_enable_for_batch','1'),(3853,4667,'payment_status','pending'),(3854,4667,'billing_info','a:6:{s:5:\"fname\";s:13:\"Parvathareddy\";s:5:\"lname\";s:13:\"Srinivasa Rao\";s:5:\"email\";s:23:\"shadabalam727@gmail.com\";s:7:\"address\";s:20:\"Nethaji nagar colony\";s:4:\"city\";s:9:\"Hyderabad\";s:7:\"country\";s:5:\"India\";}'),(3855,4667,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:2300;}'),(3856,4667,'booking_id','4666'),(3857,4667,'payment_gateway','booking_only'),(3858,4667,'_demo_importer_plus_sites_imported_post','1'),(3859,4667,'_demo_importer_enable_for_batch','1'),(3860,4669,'payment_status','pending'),(3861,4669,'billing_info','a:6:{s:5:\"fname\";s:13:\"Parvathareddy\";s:5:\"lname\";s:13:\"Srinivasa Rao\";s:5:\"email\";s:23:\"shadabalam727@gmail.com\";s:7:\"address\";s:20:\"Nethaji nagar colony\";s:4:\"city\";s:9:\"Hyderabad\";s:7:\"country\";s:5:\"India\";}'),(3862,4669,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:2300;}'),(3863,4669,'booking_id','4668'),(3864,4669,'payment_gateway','booking_only'),(3865,4669,'_demo_importer_plus_sites_imported_post','1'),(3866,4669,'_demo_importer_enable_for_batch','1'),(3867,4671,'payment_status','pending'),(3868,4671,'billing_info','a:6:{s:5:\"fname\";s:13:\"Parvathareddy\";s:5:\"lname\";s:13:\"Srinivasa Rao\";s:5:\"email\";s:23:\"shadabalam727@gmail.com\";s:7:\"address\";s:20:\"Nethaji nagar colony\";s:4:\"city\";s:9:\"Hyderabad\";s:7:\"country\";s:5:\"India\";}'),(3869,4671,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:2300;}'),(3870,4671,'booking_id','4670'),(3871,4671,'payment_gateway','booking_only'),(3872,4671,'_demo_importer_plus_sites_imported_post','1'),(3873,4671,'_demo_importer_enable_for_batch','1'),(3874,4674,'payment_status','pending'),(3875,4674,'billing_info','a:6:{s:5:\"fname\";s:6:\"Zohaib\";s:5:\"lname\";s:5:\"Jawed\";s:5:\"email\";s:24:\"zohaibjawed940@gmail.com\";s:7:\"address\";s:9:\"Poonawala\";s:4:\"city\";s:7:\"Karachi\";s:7:\"country\";s:8:\"Pakistan\";}'),(3876,4674,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:2300;}'),(3877,4674,'booking_id','4672'),(3878,4674,'payment_gateway','booking_only'),(3879,4674,'_demo_importer_plus_sites_imported_post','1'),(3880,4674,'_demo_importer_enable_for_batch','1'),(3881,4677,'payment_status','pending'),(3882,4677,'billing_info','a:6:{s:5:\"fname\";s:7:\"mustafa\";s:5:\"lname\";s:5:\"ahmed\";s:5:\"email\";s:27:\"mustafahmedsheikh@gmail.com\";s:7:\"address\";s:8:\"shahbzaz\";s:4:\"city\";s:3:\"khi\";s:7:\"country\";s:8:\"Pakistan\";}'),(3883,4677,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:1400;}'),(3884,4677,'booking_id','4675'),(3885,4677,'payment_gateway','paypal_payment'),(3886,4677,'_demo_importer_plus_sites_imported_post','1'),(3887,4677,'_demo_importer_enable_for_batch','1'),(3888,4680,'payment_status','voucher-waiting'),(3889,4680,'billing_info','a:6:{s:5:\"fname\";s:7:\"MD SALA\";s:5:\"lname\";s:5:\"UDDIN\";s:5:\"email\";s:21:\"talhatayeeb@gmail.com\";s:7:\"address\";s:73:\"548/C Rasulpur Chand Masjid Road (Tenari Pukur Par) Kamrangir Char, Dhaka\";s:4:\"city\";s:5:\"Dhaka\";s:7:\"country\";s:10:\"Bangladesh\";}'),(3890,4680,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:2300;}'),(3891,4680,'booking_id','4678'),(3892,4680,'payment_gateway','direct_bank_transfer'),(3893,4680,'_demo_importer_plus_sites_imported_post','1'),(3894,4680,'_demo_importer_enable_for_batch','1'),(3895,4682,'payment_status','pending'),(3896,4682,'billing_info','a:6:{s:5:\"fname\";s:5:\"teste\";s:5:\"lname\";s:5:\"teste\";s:5:\"email\";s:14:\"test@gmail.com\";s:7:\"address\";s:8:\"fdfds ,4\";s:4:\"city\";s:8:\"dsdsadas\";s:7:\"country\";s:9:\"Australia\";}'),(3897,4682,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:1150;}'),(3898,4682,'booking_id','4681'),(3899,4682,'payment_gateway','booking_only'),(3900,4682,'_demo_importer_plus_sites_imported_post','1'),(3901,4682,'_demo_importer_enable_for_batch','1'),(3902,4684,'payment_status','pending'),(3903,4684,'billing_info','a:6:{s:5:\"fname\";s:7:\"youssef\";s:5:\"lname\";s:9:\"kherdioui\";s:5:\"email\";s:14:\"test@gmail.com\";s:7:\"address\";s:34:\"nr 159 hay guich oudayas dakhla 07\";s:4:\"city\";s:5:\"rabat\";s:7:\"country\";s:7:\"Morocco\";}'),(3904,4684,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:2200;}'),(3905,4684,'booking_id','4683'),(3906,4684,'payment_gateway','booking_only'),(3907,4684,'_demo_importer_plus_sites_imported_post','1'),(3908,4684,'_demo_importer_enable_for_batch','1'),(3909,4687,'payment_status','pending'),(3910,4687,'billing_info','a:6:{s:5:\"fname\";s:7:\"Mostafa\";s:5:\"lname\";s:5:\"Tayea\";s:5:\"email\";s:23:\"mostafa.tayea@yahoo.com\";s:7:\"address\";s:9:\"asdasdsad\";s:4:\"city\";s:5:\"cairo\";s:7:\"country\";s:5:\"Egypt\";}'),(3911,4687,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:6900;}'),(3912,4687,'booking_id','4685'),(3913,4687,'payment_gateway','booking_only'),(3914,4687,'_demo_importer_plus_sites_imported_post','1'),(3915,4687,'_demo_importer_enable_for_batch','1'),(3916,4689,'payment_status','pending'),(3917,4689,'billing_info','a:6:{s:5:\"fname\";s:7:\"Mostafa\";s:5:\"lname\";s:5:\"Tayea\";s:5:\"email\";s:23:\"mostafa.tayea@yahoo.com\";s:7:\"address\";s:9:\"asdasdsad\";s:4:\"city\";s:5:\"cairo\";s:7:\"country\";s:5:\"Egypt\";}'),(3918,4689,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:950;}'),(3919,4689,'booking_id','4688'),(3920,4689,'payment_gateway','booking_only'),(3921,4689,'_wxr_import_user_slug','mostafa.tayea@yahoo.com'),(3922,4689,'_demo_importer_plus_sites_imported_post','1'),(3923,4689,'_demo_importer_enable_for_batch','1'),(3924,4692,'payment_status','pending'),(3925,4692,'billing_info','a:6:{s:5:\"fname\";s:6:\"Andrey\";s:5:\"lname\";s:7:\"Konchev\";s:5:\"email\";s:24:\"andrey.konchev@gmail.com\";s:7:\"address\";s:43:\"41 Main Street, Streamside Unit 6, Newlands\";s:4:\"city\";s:9:\"Cape Town\";s:7:\"country\";s:12:\"South Africa\";}'),(3926,4692,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:2100;}'),(3927,4692,'booking_id','4690'),(3928,4692,'payment_gateway','booking_only'),(3929,4692,'_demo_importer_plus_sites_imported_post','1'),(3930,4692,'_demo_importer_enable_for_batch','1'),(3931,4695,'payment_status','pending'),(3932,4695,'billing_info','a:6:{s:5:\"fname\";s:5:\"halil\";s:5:\"lname\";s:7:\"tokgöz\";s:5:\"email\";s:20:\"bleu-way@hotmail.com\";s:7:\"address\";s:64:\"Güllerpınarı mahallesi ahmet tokuş bulvarı akay apt no 25/b\";s:4:\"city\";s:7:\"antalya\";s:7:\"country\";s:6:\"Turkey\";}'),(3933,4695,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:700;}'),(3934,4695,'booking_id','4693'),(3935,4695,'payment_gateway','booking_only'),(3936,4695,'_demo_importer_plus_sites_imported_post','1'),(3937,4695,'_demo_importer_enable_for_batch','1'),(3938,4697,'payment_status','voucher-waiting'),(3939,4697,'billing_info','a:6:{s:5:\"fname\";s:5:\"halil\";s:5:\"lname\";s:7:\"tokgöz\";s:5:\"email\";s:20:\"bleu-way@hotmail.com\";s:7:\"address\";s:64:\"Güllerpınarı mahallesi ahmet tokuş bulvarı akay apt no 25/b\";s:4:\"city\";s:7:\"antalya\";s:7:\"country\";s:6:\"Turkey\";}'),(3940,4697,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:700;}'),(3941,4697,'booking_id','4696'),(3942,4697,'payment_gateway','direct_bank_transfer'),(3943,4697,'_demo_importer_plus_sites_imported_post','1'),(3944,4697,'_demo_importer_enable_for_batch','1'),(3945,4700,'payment_status','pending'),(3946,4700,'billing_info','a:6:{s:5:\"fname\";s:4:\"svdv\";s:5:\"lname\";s:7:\"sdvddvs\";s:5:\"email\";s:12:\"dsvds@dd.com\";s:7:\"address\";s:8:\"asfas 17\";s:4:\"city\";s:5:\"paris\";s:7:\"country\";s:7:\"Austria\";}'),(3947,4700,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:4600;}'),(3948,4700,'booking_id','4698'),(3949,4700,'payment_gateway','paypal_payment'),(3950,4700,'_demo_importer_plus_sites_imported_post','1'),(3951,4700,'_demo_importer_enable_for_batch','1'),(3952,4702,'payment_status','pending'),(3953,4702,'billing_info','a:6:{s:5:\"fname\";s:4:\"svdv\";s:5:\"lname\";s:7:\"sdvddvs\";s:5:\"email\";s:12:\"dsvds@dd.com\";s:7:\"address\";s:8:\"asfas 17\";s:4:\"city\";s:5:\"paris\";s:7:\"country\";s:7:\"Austria\";}'),(3954,4702,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:4600;}'),(3955,4702,'booking_id','4701'),(3956,4702,'payment_gateway','booking_only'),(3957,4702,'_demo_importer_plus_sites_imported_post','1'),(3958,4702,'_demo_importer_enable_for_batch','1'),(3959,4705,'payment_status','pending'),(3960,4705,'billing_info','a:6:{s:5:\"fname\";s:7:\"dfdffdg\";s:5:\"lname\";s:8:\"dfbdfbdf\";s:5:\"email\";s:15:\"fdbfd@gmail.com\";s:7:\"address\";s:8:\"sdgsg 19\";s:4:\"city\";s:5:\"paris\";s:7:\"country\";s:7:\"Austria\";}'),(3961,4705,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:4600;}'),(3962,4705,'booking_id','4703'),(3963,4705,'payment_gateway','paypal_payment'),(3964,4705,'_demo_importer_plus_sites_imported_post','1'),(3965,4705,'_demo_importer_enable_for_batch','1'),(3966,4708,'payment_status','pending'),(3967,4708,'billing_info','a:6:{s:5:\"fname\";s:7:\"zzzzzzz\";s:5:\"lname\";s:6:\"zzzzzz\";s:5:\"email\";s:16:\"zzzzzz@gmail.com\";s:7:\"address\";s:6:\"aaa 19\";s:4:\"city\";s:5:\"paris\";s:7:\"country\";s:7:\"Austria\";}'),(3968,4708,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:4600;}'),(3969,4708,'booking_id','4706'),(3970,4708,'payment_gateway','paypal_payment'),(3971,4708,'_demo_importer_plus_sites_imported_post','1'),(3972,4708,'_demo_importer_enable_for_batch','1'),(3973,4711,'payment_status','pending'),(3974,4711,'billing_info','a:6:{s:5:\"fname\";s:9:\"hgjfyhgyf\";s:5:\"lname\";s:6:\"fhghgf\";s:5:\"email\";s:10:\"kas@kas.tn\";s:7:\"address\";s:11:\"cfgvgcfcgfv\";s:4:\"city\";s:6:\"vbccvb\";s:7:\"country\";s:7:\"Armenia\";}'),(3975,4711,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:2300;}'),(3976,4711,'booking_id','4709'),(3977,4711,'payment_gateway','booking_only'),(3978,4711,'_wxr_import_user_slug','kais'),(3979,4711,'_demo_importer_plus_sites_imported_post','1'),(3980,4711,'_demo_importer_enable_for_batch','1'),(3981,4714,'payment_status','pending'),(3982,4714,'billing_info','a:6:{s:5:\"fname\";s:10:\"gaganpreet\";s:5:\"lname\";s:5:\"singh\";s:5:\"email\";s:23:\"relaxingsutra@gmail.com\";s:7:\"address\";s:15:\"nit 5 Faridabad\";s:4:\"city\";s:9:\"Faridabad\";s:7:\"country\";s:5:\"India\";}'),(3983,4714,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:2300;}'),(3984,4714,'booking_id','4712'),(3985,4714,'payment_gateway','booking_only'),(3986,4714,'_demo_importer_plus_sites_imported_post','1'),(3987,4714,'_demo_importer_enable_for_batch','1'),(3988,4717,'payment_status','voucher-waiting'),(3989,4717,'billing_info','a:6:{s:5:\"fname\";s:1:\"N\";s:5:\"lname\";s:1:\"M\";s:5:\"email\";s:12:\"MM@GMAIL.COM\";s:7:\"address\";s:1:\"J\";s:4:\"city\";s:2:\"HH\";s:7:\"country\";s:4:\"Iraq\";}'),(3990,4717,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:800;}'),(3991,4717,'booking_id','4715'),(3992,4717,'payment_gateway','direct_bank_transfer'),(3993,4717,'_demo_importer_plus_sites_imported_post','1'),(3994,4717,'_demo_importer_enable_for_batch','1'),(3995,4720,'payment_status','pending'),(3996,4720,'billing_info','a:6:{s:5:\"fname\";s:4:\"Test\";s:5:\"lname\";s:4:\"Test\";s:5:\"email\";s:19:\"econmanas@gmail.com\";s:7:\"address\";s:6:\"5uhhrt\";s:4:\"city\";s:5:\"Gtunb\";s:7:\"country\";s:6:\"Brunei\";}'),(3997,4720,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:700;}'),(3998,4720,'booking_id','4718'),(3999,4720,'payment_gateway','booking_only'),(4000,4720,'_demo_importer_plus_sites_imported_post','1'),(4001,4720,'_demo_importer_enable_for_batch','1'),(4002,4723,'payment_status','pending'),(4003,4723,'billing_info','a:6:{s:5:\"fname\";s:2:\"cs\";s:5:\"lname\";s:8:\"Mustapha\";s:5:\"email\";s:18:\"imzoohan@gmail.com\";s:7:\"address\";s:6:\"agadir\";s:4:\"city\";s:6:\"agadir\";s:7:\"country\";s:10:\"Bangladesh\";}'),(4004,4723,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:1300;}'),(4005,4723,'booking_id','4721'),(4006,4723,'payment_gateway','booking_only'),(4007,4723,'_demo_importer_plus_sites_imported_post','1'),(4008,4723,'_demo_importer_enable_for_batch','1'),(4009,4726,'payment_status','pending'),(4010,4726,'billing_info','a:6:{s:5:\"fname\";s:7:\"asafsaf\";s:5:\"lname\";s:9:\"sfsdfdsfs\";s:5:\"email\";s:18:\"sdfsdfsd@gmail.com\";s:7:\"address\";s:10:\"sadfsdfsdf\";s:4:\"city\";s:8:\"sdfsdfds\";s:7:\"country\";s:8:\"Anguilla\";}'),(4011,4726,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:1600;}'),(4012,4726,'booking_id','4724'),(4013,4726,'payment_gateway','booking_only'),(4014,4726,'_demo_importer_plus_sites_imported_post','1'),(4015,4726,'_demo_importer_enable_for_batch','1'),(4016,4729,'payment_status','pending'),(4017,4729,'billing_info','a:6:{s:5:\"fname\";s:3:\"asd\";s:5:\"lname\";s:3:\"asd\";s:5:\"email\";s:11:\"asd@asd.com\";s:7:\"address\";s:3:\"asd\";s:4:\"city\";s:3:\"asd\";s:7:\"country\";s:9:\"Australia\";}'),(4018,4729,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:1300;}'),(4019,4729,'booking_id','4727'),(4020,4729,'payment_gateway','paypal_payment'),(4021,4729,'_wxr_import_user_slug','asd'),(4022,4729,'_demo_importer_plus_sites_imported_post','1'),(4023,4729,'_demo_importer_enable_for_batch','1'),(4024,4731,'payment_status','voucher-waiting'),(4025,4731,'billing_info','a:6:{s:5:\"fname\";s:3:\"asd\";s:5:\"lname\";s:3:\"asd\";s:5:\"email\";s:11:\"asd@asd.com\";s:7:\"address\";s:3:\"asd\";s:4:\"city\";s:3:\"asd\";s:7:\"country\";s:9:\"Australia\";}'),(4026,4731,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:1300;}'),(4027,4731,'booking_id','4730'),(4028,4731,'payment_gateway','direct_bank_transfer'),(4029,4731,'_wxr_import_user_slug','asd'),(4030,4731,'_demo_importer_plus_sites_imported_post','1'),(4031,4731,'_demo_importer_enable_for_batch','1'),(4032,4733,'payment_status','check-waiting'),(4033,4733,'billing_info','a:6:{s:5:\"fname\";s:3:\"asd\";s:5:\"lname\";s:3:\"asd\";s:5:\"email\";s:11:\"asd@asd.com\";s:7:\"address\";s:3:\"asd\";s:4:\"city\";s:3:\"asd\";s:7:\"country\";s:9:\"Australia\";}'),(4034,4733,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:1300;}'),(4035,4733,'booking_id','4732'),(4036,4733,'payment_gateway','check_payments'),(4037,4733,'_wxr_import_user_slug','asd'),(4038,4733,'_demo_importer_plus_sites_imported_post','1'),(4039,4733,'_demo_importer_enable_for_batch','1'),(4040,4736,'payment_status','pending'),(4041,4736,'billing_info','a:6:{s:5:\"fname\";s:4:\"test\";s:5:\"lname\";s:6:\"tester\";s:5:\"email\";s:17:\"tester@tester.com\";s:7:\"address\";s:7:\"terstew\";s:4:\"city\";s:4:\"sasd\";s:7:\"country\";s:5:\"Nepal\";}'),(4042,4736,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:600;}'),(4043,4736,'booking_id','4734'),(4044,4736,'payment_gateway','booking_only'),(4045,4736,'_demo_importer_plus_sites_imported_post','1'),(4046,4736,'_demo_importer_enable_for_batch','1'),(4047,4739,'payment_status','pending'),(4048,4739,'billing_info','a:6:{s:5:\"fname\";s:5:\"nemah\";s:5:\"lname\";s:10:\"hasn\";s:5:\"email\";s:18:\"llxgo0o0@gmail.com\";s:7:\"address\";s:66:\"مسقط الخوير شارع المها, مسقط العديبة\";s:4:\"city\";s:8:\"مسقط\";s:7:\"country\";s:4:\"Oman\";}'),(4049,4739,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:1600;}'),(4050,4739,'booking_id','4737'),(4051,4739,'payment_gateway','booking_only'),(4052,4739,'_demo_importer_plus_sites_imported_post','1'),(4053,4739,'_demo_importer_enable_for_batch','1'),(4054,4742,'payment_status','pending'),(4055,4742,'billing_info','a:6:{s:5:\"fname\";s:11:\"Christopher\";s:5:\"lname\";s:7:\"Caferra\";s:5:\"email\";s:22:\"chris@bangmedia.com.au\";s:7:\"address\";s:27:\"21 griffiths street manoora\";s:4:\"city\";s:7:\"Manoora\";s:7:\"country\";s:9:\"Australia\";}'),(4056,4742,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:4600;}'),(4057,4742,'booking_id','4740'),(4058,4742,'payment_gateway','booking_only'),(4059,4742,'_demo_importer_plus_sites_imported_post','1'),(4060,4742,'_demo_importer_enable_for_batch','1'),(4061,4747,'payment_status','pending'),(4062,4747,'billing_info','a:6:{s:5:\"fname\";s:8:\"phuwanai\";s:5:\"lname\";s:11:\"sawangchorb\";s:5:\"email\";s:23:\"porpallaprop1@gmail.com\";s:7:\"address\";s:45:\"12/2 M.2, Ko Lantayai, Ko Lanta, Krabi, 81150\";s:4:\"city\";s:5:\"krabi\";s:7:\"country\";s:8:\"Thailand\";}'),(4063,4747,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:700;}'),(4064,4747,'booking_id','4745'),(4065,4747,'payment_gateway','booking_only'),(4066,4747,'_demo_importer_plus_sites_imported_post','1'),(4067,4747,'_demo_importer_enable_for_batch','1'),(4068,4750,'payment_status','pending'),(4069,4750,'billing_info','a:6:{s:5:\"fname\";s:6:\"benson\";s:5:\"lname\";s:7:\"cherere\";s:5:\"email\";s:20:\"info@jolytraders.xyz\";s:7:\"address\";s:13:\"+254748872924\";s:4:\"city\";s:7:\"Nairobi\";s:7:\"country\";s:5:\"Kenya\";}'),(4070,4750,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:2200;}'),(4071,4750,'booking_id','4748'),(4072,4750,'payment_gateway','paypal_payment'),(4073,4750,'_wxr_import_user_slug','nn'),(4074,4750,'_demo_importer_plus_sites_imported_post','1'),(4075,4750,'_demo_importer_enable_for_batch','1'),(4076,4752,'payment_status','pending'),(4077,4752,'billing_info','a:6:{s:5:\"fname\";s:6:\"benson\";s:5:\"lname\";s:7:\"cherere\";s:5:\"email\";s:20:\"info@jolytraders.xyz\";s:7:\"address\";s:13:\"+254748872924\";s:4:\"city\";s:7:\"Nairobi\";s:7:\"country\";s:5:\"Kenya\";}'),(4078,4752,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:2200;}'),(4079,4752,'booking_id','4751'),(4080,4752,'payment_gateway','booking_only'),(4081,4752,'_wxr_import_user_slug','nn'),(4082,4752,'_demo_importer_plus_sites_imported_post','1'),(4083,4752,'_demo_importer_enable_for_batch','1'),(4084,4756,'payment_status','pending'),(4085,4756,'billing_info','a:6:{s:5:\"fname\";s:6:\"benson\";s:5:\"lname\";s:7:\"cherere\";s:5:\"email\";s:26:\"emailonlinemoney@gmail.com\";s:7:\"address\";s:13:\"+254748872924\";s:4:\"city\";s:7:\"Nairobi\";s:7:\"country\";s:5:\"Kenya\";}'),(4086,4756,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:1150;}'),(4087,4756,'booking_id','4754'),(4088,4756,'payment_gateway','paypal_payment'),(4089,4756,'_wxr_import_user_slug','email'),(4090,4756,'_demo_importer_plus_sites_imported_post','1'),(4091,4756,'_demo_importer_enable_for_batch','1'),(4092,4758,'payment_status','voucher-waiting'),(4093,4758,'billing_info','a:6:{s:5:\"fname\";s:6:\"benson\";s:5:\"lname\";s:7:\"cherere\";s:5:\"email\";s:26:\"emailonlinemoney@gmail.com\";s:7:\"address\";s:13:\"+254748872924\";s:4:\"city\";s:7:\"Nairobi\";s:7:\"country\";s:5:\"Kenya\";}'),(4094,4758,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:1150;}'),(4095,4758,'booking_id','4757'),(4096,4758,'payment_gateway','direct_bank_transfer'),(4097,4758,'_wxr_import_user_slug','email'),(4098,4758,'_demo_importer_plus_sites_imported_post','1'),(4099,4758,'_demo_importer_enable_for_batch','1'),(4100,4759,'payment_status','pending'),(4101,4759,'billing_info','a:6:{s:5:\"fname\";s:6:\"benson\";s:5:\"lname\";s:7:\"cherere\";s:5:\"email\";s:20:\"info@jolytraders.xyz\";s:7:\"address\";s:13:\"+254748872924\";s:4:\"city\";s:7:\"Nairobi\";s:7:\"country\";s:5:\"Kenya\";}'),(4102,4759,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:2200;}'),(4103,4759,'booking_id','4748'),(4104,4759,'_wxr_import_user_slug','nn'),(4105,4759,'_demo_importer_plus_sites_imported_post','1'),(4106,4759,'_demo_importer_enable_for_batch','1'),(4107,4760,'payment_status','voucher-waiting'),(4108,4760,'billing_info','a:6:{s:5:\"fname\";s:6:\"benson\";s:5:\"lname\";s:7:\"cherere\";s:5:\"email\";s:20:\"info@jolytraders.xyz\";s:7:\"address\";s:13:\"+254748872924\";s:4:\"city\";s:7:\"Nairobi\";s:7:\"country\";s:5:\"Kenya\";}'),(4109,4760,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:2200;}'),(4110,4760,'booking_id','4748'),(4111,4760,'payment_gateway','direct_bank_transfer'),(4112,4760,'_wxr_import_user_slug','nn'),(4113,4760,'_demo_importer_plus_sites_imported_post','1'),(4114,4760,'_demo_importer_enable_for_batch','1'),(4115,4761,'payment_status','check-waiting'),(4116,4761,'billing_info','a:6:{s:5:\"fname\";s:6:\"benson\";s:5:\"lname\";s:7:\"cherere\";s:5:\"email\";s:20:\"info@jolytraders.xyz\";s:7:\"address\";s:13:\"+254748872924\";s:4:\"city\";s:7:\"Nairobi\";s:7:\"country\";s:5:\"Kenya\";}'),(4117,4761,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:2200;}'),(4118,4761,'booking_id','4748'),(4119,4761,'payment_gateway','check_payments'),(4120,4761,'_wxr_import_user_slug','nn'),(4121,4761,'_demo_importer_plus_sites_imported_post','1'),(4122,4761,'_demo_importer_enable_for_batch','1'),(4123,4765,'payment_status','pending'),(4124,4765,'billing_info','a:6:{s:5:\"fname\";s:6:\"benson\";s:5:\"lname\";s:7:\"cherere\";s:5:\"email\";s:25:\"bensoncherere08@gmail.com\";s:7:\"address\";s:13:\"+254748872924\";s:4:\"city\";s:7:\"Nairobi\";s:7:\"country\";s:5:\"Kenya\";}'),(4125,4765,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:1600;}'),(4126,4765,'booking_id','4763'),(4127,4765,'payment_gateway','booking_only'),(4128,4765,'_wxr_import_user_slug','nn'),(4129,4765,'_demo_importer_plus_sites_imported_post','1'),(4130,4765,'_demo_importer_enable_for_batch','1'),(4131,4769,'payment_status','pending'),(4132,4769,'billing_info','a:6:{s:5:\"fname\";s:6:\"George\";s:5:\"lname\";s:6:\"Ndungu\";s:5:\"email\";s:23:\"georgemndungu@gmail.com\";s:7:\"address\";s:5:\"24021\";s:4:\"city\";s:7:\"Nairobi\";s:7:\"country\";s:5:\"Kenya\";}'),(4133,4769,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:800;}'),(4134,4769,'booking_id','4767'),(4135,4769,'payment_gateway','booking_only'),(4136,4769,'_demo_importer_plus_sites_imported_post','1'),(4137,4769,'_demo_importer_enable_for_batch','1'),(4138,4771,'payment_status','voucher-waiting'),(4139,4771,'billing_info','a:6:{s:5:\"fname\";s:5:\"nemah\";s:5:\"lname\";s:10:\"hasn\";s:5:\"email\";s:18:\"llxgo0o0@gmail.com\";s:7:\"address\";s:66:\"مسقط الخوير شارع المها, مسقط العديبة\";s:4:\"city\";s:8:\"مسقط\";s:7:\"country\";s:4:\"Oman\";}'),(4140,4771,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:800;}'),(4141,4771,'booking_id','4770'),(4142,4771,'payment_gateway','direct_bank_transfer'),(4143,4771,'_demo_importer_plus_sites_imported_post','1'),(4144,4771,'_demo_importer_enable_for_batch','1'),(4145,4773,'payment_status','voucher-waiting'),(4146,4773,'billing_info','a:6:{s:5:\"fname\";s:5:\"nemah\";s:5:\"lname\";s:10:\"hasn\";s:5:\"email\";s:18:\"llxgo0o0@gmail.com\";s:7:\"address\";s:66:\"مسقط الخوير شارع المها, مسقط العديبة\";s:4:\"city\";s:8:\"مسقط\";s:7:\"country\";s:4:\"Oman\";}'),(4147,4773,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:800;}'),(4148,4773,'booking_id','4772'),(4149,4773,'payment_gateway','direct_bank_transfer'),(4150,4773,'_demo_importer_plus_sites_imported_post','1'),(4151,4773,'_demo_importer_enable_for_batch','1'),(4152,4776,'payment_status','check-waiting'),(4153,4776,'billing_info','a:6:{s:5:\"fname\";s:5:\"hhiuj\";s:5:\"lname\";s:4:\"lesa\";s:5:\"email\";s:16:\"lehien@gmail.com\";s:7:\"address\";s:13:\"hanoi vietnam\";s:4:\"city\";s:6:\"techup\";s:7:\"country\";s:7:\"Vietnam\";}'),(4154,4776,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:1300;}'),(4155,4776,'booking_id','4774'),(4156,4776,'payment_gateway','check_payments'),(4157,4776,'_demo_importer_plus_sites_imported_post','1'),(4158,4776,'_demo_importer_enable_for_batch','1'),(4159,4779,'payment_status','check-waiting'),(4160,4779,'billing_info','a:6:{s:5:\"fname\";s:1:\"s\";s:5:\"lname\";s:2:\"jj\";s:5:\"email\";s:19:\"osaidstar@gmail.com\";s:7:\"address\";s:2:\"kk\";s:4:\"city\";s:7:\"lucknow\";s:7:\"country\";s:5:\"India\";}'),(4161,4779,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:4200;}'),(4162,4779,'booking_id','4777'),(4163,4779,'payment_gateway','check_payments'),(4164,4779,'_wxr_import_user_slug','osaid'),(4165,4779,'_demo_importer_plus_sites_imported_post','1'),(4166,4779,'_demo_importer_enable_for_batch','1'),(4167,4782,'payment_status','pending'),(4168,4782,'billing_info','a:6:{s:5:\"fname\";s:4:\"gdfg\";s:5:\"lname\";s:6:\"dfgdfg\";s:5:\"email\";s:17:\"dfgdfg@fsdfsd.com\";s:7:\"address\";s:9:\"sdfsdfsdf\";s:4:\"city\";s:6:\"sdfsdf\";s:7:\"country\";s:10:\"Azerbaijan\";}'),(4169,4782,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:2400;}'),(4170,4782,'booking_id','4780'),(4171,4782,'payment_gateway','booking_only'),(4172,4782,'_demo_importer_plus_sites_imported_post','1'),(4173,4782,'_demo_importer_enable_for_batch','1'),(4174,4785,'payment_status','pending'),(4175,4785,'billing_info','a:6:{s:5:\"fname\";s:3:\"Can\";s:5:\"lname\";s:4:\"pham\";s:5:\"email\";s:23:\"danviettravel@gmail.com\";s:7:\"address\";s:26:\"3939 339 393 93kdkd kdkdkd\";s:4:\"city\";s:5:\"Hanoi\";s:7:\"country\";s:7:\"Vietnam\";}'),(4176,4785,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:4500;}'),(4177,4785,'booking_id','4783'),(4178,4785,'payment_gateway','booking_only'),(4179,4785,'_demo_importer_plus_sites_imported_post','1'),(4180,4785,'_demo_importer_enable_for_batch','1'),(4181,4788,'payment_status','pending'),(4182,4788,'billing_info','a:6:{s:5:\"fname\";s:8:\"Shimanto\";s:5:\"lname\";s:4:\"Siam\";s:5:\"email\";s:31:\"shimantomahmudsiam135@gmail.com\";s:7:\"address\";s:9:\"Mirpur-11\";s:4:\"city\";s:5:\"Dhaka\";s:7:\"country\";s:10:\"Bangladesh\";}'),(4183,4788,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:1600;}'),(4184,4788,'booking_id','4786'),(4185,4788,'payment_gateway','booking_only'),(4186,4788,'_demo_importer_plus_sites_imported_post','1'),(4187,4788,'_demo_importer_enable_for_batch','1'),(4188,4791,'payment_status','pending'),(4189,4791,'billing_info','a:6:{s:5:\"fname\";s:6:\"gsdgdg\";s:5:\"lname\";s:7:\"dgsgsdg\";s:5:\"email\";s:18:\"gsgsdgwe@gmail.com\";s:7:\"address\";s:8:\"wtgergwg\";s:4:\"city\";s:6:\"wegweg\";s:7:\"country\";s:9:\"Argentina\";}'),(4190,4791,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:2600;}'),(4191,4791,'booking_id','4789'),(4192,4791,'payment_gateway','booking_only'),(4193,4791,'_demo_importer_plus_sites_imported_post','1'),(4194,4791,'_demo_importer_enable_for_batch','1'),(4195,4794,'payment_status','pending'),(4196,4794,'billing_info','a:6:{s:5:\"fname\";s:7:\"Aviansh\";s:5:\"lname\";s:6:\"Bharti\";s:5:\"email\";s:20:\"avitechtube@gmai.com\";s:7:\"address\";s:89:\"FLAT NO-AP-02, G/F BLOCK-A, JAI HIND APARTMENT, STREET NO-25B, SADHNAGAR-II, PALAM COLONY\";s:4:\"city\";s:9:\"NEW DELHI\";s:7:\"country\";s:5:\"India\";}'),(4197,4794,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:1300;}'),(4198,4794,'booking_id','4792'),(4199,4794,'payment_gateway','booking_only'),(4200,4794,'_demo_importer_plus_sites_imported_post','1'),(4201,4794,'_demo_importer_enable_for_batch','1'),(4202,4797,'payment_status','pending'),(4203,4797,'billing_info','a:6:{s:5:\"fname\";s:4:\"test\";s:5:\"lname\";s:4:\"user\";s:5:\"email\";s:16:\"test@spambog.com\";s:7:\"address\";s:4:\"test\";s:4:\"city\";s:4:\"test\";s:7:\"country\";s:7:\"Germany\";}'),(4204,4797,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:2300;}'),(4205,4797,'booking_id','4795'),(4206,4797,'payment_gateway','booking_only'),(4207,4797,'_demo_importer_plus_sites_imported_post','1'),(4208,4797,'_demo_importer_enable_for_batch','1'),(4209,4800,'payment_status','pending'),(4210,4800,'billing_info','a:6:{s:5:\"fname\";s:4:\"Long\";s:5:\"lname\";s:7:\"Dao Phi\";s:5:\"email\";s:23:\"philongdao121@gmail.com\";s:7:\"address\";s:17:\"168/38 Ngọc Hà\";s:4:\"city\";s:5:\"Hanoi\";s:7:\"country\";s:7:\"Vietnam\";}'),(4211,4800,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:2200;}'),(4212,4800,'booking_id','4798'),(4213,4800,'payment_gateway','paypal_payment'),(4214,4800,'_demo_importer_plus_sites_imported_post','1'),(4215,4800,'_demo_importer_enable_for_batch','1'),(4216,4802,'payment_status','pending'),(4217,4802,'billing_info','a:6:{s:5:\"fname\";s:4:\"Long\";s:5:\"lname\";s:7:\"Dao Phi\";s:5:\"email\";s:23:\"philongdao121@gmail.com\";s:7:\"address\";s:17:\"168/38 Ngọc Hà\";s:4:\"city\";s:5:\"Hanoi\";s:7:\"country\";s:7:\"Vietnam\";}'),(4218,4802,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:2200;}'),(4219,4802,'booking_id','4801'),(4220,4802,'payment_gateway','booking_only'),(4221,4802,'_demo_importer_plus_sites_imported_post','1'),(4222,4802,'_demo_importer_enable_for_batch','1'),(4223,4807,'payment_status','pending'),(4224,4807,'billing_info','a:6:{s:5:\"fname\";s:5:\"rfghf\";s:5:\"lname\";s:5:\"fhgsh\";s:5:\"email\";s:16:\"rfsggs@gmail.com\";s:7:\"address\";s:9:\"sgfdh56th\";s:4:\"city\";s:6:\"bhopal\";s:7:\"country\";s:5:\"India\";}'),(4225,4807,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:80;}'),(4226,4807,'booking_id','4805'),(4227,4807,'payment_gateway','booking_only'),(4228,4807,'_demo_importer_plus_sites_imported_post','1'),(4229,4807,'_demo_importer_enable_for_batch','1'),(4230,4810,'payment_status','pending'),(4231,4810,'billing_info','a:6:{s:5:\"fname\";s:5:\"Fahad\";s:5:\"lname\";s:3:\"Ali\";s:5:\"email\";s:24:\"fahad.a2468910@gmail.com\";s:7:\"address\";s:16:\"Kot Radha Kishan\";s:4:\"city\";s:16:\"Kot Radha Kishan\";s:7:\"country\";s:8:\"Pakistan\";}'),(4232,4810,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:800;}'),(4233,4810,'booking_id','4808'),(4234,4810,'payment_gateway','booking_only'),(4235,4810,'_demo_importer_plus_sites_imported_post','1'),(4236,4810,'_demo_importer_enable_for_batch','1'),(4237,4814,'payment_status','pending'),(4238,4814,'billing_info','a:6:{s:5:\"fname\";s:4:\"Rand\";s:5:\"lname\";s:7:\"Chaaban\";s:5:\"email\";s:19:\"hayviar85@gmail.com\";s:7:\"address\";s:17:\"Hauptstraße 35/2\";s:4:\"city\";s:27:\"Heiligenkreus im Lafnitztal\";s:7:\"country\";s:7:\"Austria\";}'),(4239,4814,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:2200;}'),(4240,4814,'booking_id','4812'),(4241,4814,'payment_gateway','booking_only'),(4242,4814,'_wxr_import_user_slug','aa'),(4243,4814,'_demo_importer_plus_sites_imported_post','1'),(4244,4814,'_demo_importer_enable_for_batch','1'),(4245,4817,'payment_status','pending'),(4246,4817,'billing_info','a:6:{s:5:\"fname\";s:5:\"praba\";s:5:\"lname\";s:5:\"karan\";s:5:\"email\";s:20:\"prabakaran@dotcod.in\";s:7:\"address\";s:10:\"coimbatore\";s:4:\"city\";s:14:\"saravanampatty\";s:7:\"country\";s:5:\"India\";}'),(4247,4817,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:30;}'),(4248,4817,'booking_id','4815'),(4249,4817,'payment_gateway','booking_only'),(4250,4817,'_demo_importer_plus_sites_imported_post','1'),(4251,4817,'_demo_importer_enable_for_batch','1'),(4252,4819,'payment_status','pending'),(4253,4819,'billing_info','a:6:{s:5:\"fname\";s:5:\"praba\";s:5:\"lname\";s:5:\"karan\";s:5:\"email\";s:20:\"prabakaran@dotcod.in\";s:7:\"address\";s:10:\"coimbatore\";s:4:\"city\";s:14:\"saravanampatty\";s:7:\"country\";s:5:\"India\";}'),(4254,4819,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:50;}'),(4255,4819,'booking_id','4818'),(4256,4819,'payment_gateway','booking_only'),(4257,4819,'_demo_importer_plus_sites_imported_post','1'),(4258,4819,'_demo_importer_enable_for_batch','1'),(4259,4822,'payment_status','pending'),(4260,4822,'billing_info','a:6:{s:5:\"fname\";s:6:\"nirved\";s:5:\"lname\";s:4:\"soni\";s:5:\"email\";s:15:\"nive2ggh@gg.com\";s:7:\"address\";s:68:\"mahaveer parisar behind of mejor market pipariya khamariya, pipariya\";s:4:\"city\";s:8:\"Jabalpur\";s:7:\"country\";s:5:\"India\";}'),(4261,4822,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:1600;}'),(4262,4822,'booking_id','4820'),(4263,4822,'payment_gateway','paypal_payment'),(4264,4822,'_demo_importer_plus_sites_imported_post','1'),(4265,4822,'_demo_importer_enable_for_batch','1'),(4266,4824,'payment_status','pending'),(4267,4824,'billing_info','a:6:{s:5:\"fname\";s:6:\"nirved\";s:5:\"lname\";s:4:\"soni\";s:5:\"email\";s:15:\"nive2ggh@gg.com\";s:7:\"address\";s:68:\"mahaveer parisar behind of mejor market pipariya khamariya, pipariya\";s:4:\"city\";s:8:\"Jabalpur\";s:7:\"country\";s:5:\"India\";}'),(4268,4824,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:1600;}'),(4269,4824,'booking_id','4823'),(4270,4824,'payment_gateway','booking_only'),(4271,4824,'_demo_importer_plus_sites_imported_post','1'),(4272,4824,'_demo_importer_enable_for_batch','1'),(4273,4827,'payment_status','voucher-waiting'),(4274,4827,'billing_info','a:6:{s:5:\"fname\";s:6:\"nirved\";s:5:\"lname\";s:4:\"soni\";s:5:\"email\";s:22:\"nirvedsoni28@gmail.com\";s:7:\"address\";s:68:\"mahaveer parisar behind of mejor market pipariya khamariya, pipariya\";s:4:\"city\";s:8:\"Jabalpur\";s:7:\"country\";s:5:\"India\";}'),(4275,4827,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:2600;}'),(4276,4827,'booking_id','4825'),(4277,4827,'payment_gateway','direct_bank_transfer'),(4278,4827,'_wxr_import_user_slug','nirvedsoni'),(4279,4827,'_demo_importer_plus_sites_imported_post','1'),(4280,4827,'_demo_importer_enable_for_batch','1'),(4281,4828,'payment_status','check-waiting'),(4282,4828,'billing_info','a:6:{s:5:\"fname\";s:6:\"nirved\";s:5:\"lname\";s:4:\"soni\";s:5:\"email\";s:22:\"nirvedsoni28@gmail.com\";s:7:\"address\";s:68:\"mahaveer parisar behind of mejor market pipariya khamariya, pipariya\";s:4:\"city\";s:8:\"Jabalpur\";s:7:\"country\";s:5:\"India\";}'),(4283,4828,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:2600;}'),(4284,4828,'booking_id','4825'),(4285,4828,'payment_gateway','check_payments'),(4286,4828,'_wxr_import_user_slug','nirvedsoni'),(4287,4828,'_demo_importer_plus_sites_imported_post','1'),(4288,4828,'_demo_importer_enable_for_batch','1'),(4289,4831,'payment_status','pending'),(4290,4831,'billing_info','a:6:{s:5:\"fname\";s:6:\"Yasser\";s:5:\"lname\";s:5:\"Essam\";s:5:\"email\";s:23:\"yasseressam@outlook.com\";s:7:\"address\";s:26:\"17-B Nadi El rydat, hadaba\";s:4:\"city\";s:15:\"SHARM EL-SHEIKH\";s:7:\"country\";s:5:\"Egypt\";}'),(4291,4831,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:1200;}'),(4292,4831,'booking_id','4829'),(4293,4831,'payment_gateway','booking_only'),(4294,4831,'_demo_importer_plus_sites_imported_post','1'),(4295,4831,'_demo_importer_enable_for_batch','1'),(4296,4833,'payment_status','pending'),(4297,4833,'billing_info','a:6:{s:5:\"fname\";s:6:\"Yasser\";s:5:\"lname\";s:5:\"Essam\";s:5:\"email\";s:23:\"yasseressam@outlook.com\";s:7:\"address\";s:26:\"17-B Nadi El rydat, hadaba\";s:4:\"city\";s:15:\"SHARM EL-SHEIKH\";s:7:\"country\";s:5:\"Egypt\";}'),(4298,4833,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:30;}'),(4299,4833,'booking_id','4832'),(4300,4833,'payment_gateway','booking_only'),(4301,4833,'_wxr_import_user_slug','yasseraessam'),(4302,4833,'_demo_importer_plus_sites_imported_post','1'),(4303,4833,'_demo_importer_enable_for_batch','1'),(4304,4836,'payment_status','pending'),(4305,4836,'billing_info','a:6:{s:5:\"fname\";s:4:\"asdf\";s:5:\"lname\";s:4:\"asdf\";s:5:\"email\";s:20:\"emreaksooy@gmail.com\";s:7:\"address\";s:36:\"Fener mah. 1937 sok. a. n. cimen sit\";s:4:\"city\";s:7:\"antalya\";s:7:\"country\";s:6:\"Turkey\";}'),(4306,4836,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:2300;}'),(4307,4836,'booking_id','4834'),(4308,4836,'payment_gateway','booking_only'),(4309,4836,'_demo_importer_plus_sites_imported_post','1'),(4310,4836,'_demo_importer_enable_for_batch','1'),(4311,4840,'payment_status','voucher-waiting'),(4312,4840,'billing_info','a:6:{s:5:\"fname\";s:11:\"Jaypalsingh\";s:5:\"lname\";s:5:\"Bhati\";s:5:\"email\";s:22:\"bjaypalsingh@gmail.com\";s:7:\"address\";s:21:\"Chandkheda, Ahmedabad\";s:4:\"city\";s:9:\"Ahmedabad\";s:7:\"country\";s:5:\"India\";}'),(4313,4840,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:3900;}'),(4314,4840,'booking_id','4838'),(4315,4840,'payment_gateway','direct_bank_transfer'),(4316,4840,'_demo_importer_plus_sites_imported_post','1'),(4317,4840,'_demo_importer_enable_for_batch','1'),(4318,4843,'payment_status','voucher-waiting'),(4319,4843,'billing_info','a:6:{s:5:\"fname\";s:5:\"Abdul\";s:5:\"lname\";s:7:\"Qarriem\";s:5:\"email\";s:21:\"abdimstore3@gmail.com\";s:7:\"address\";s:8:\"Jl Bakti\";s:4:\"city\";s:13:\"Jakarta Pusat\";s:7:\"country\";s:9:\"Indonesia\";}'),(4320,4843,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:2300;}'),(4321,4843,'booking_id','4841'),(4322,4843,'payment_gateway','direct_bank_transfer'),(4323,4843,'_demo_importer_plus_sites_imported_post','1'),(4324,4843,'_demo_importer_enable_for_batch','1'),(4325,4845,'payment_status','voucher-waiting'),(4326,4845,'billing_info','a:6:{s:5:\"fname\";s:5:\"Abdul\";s:5:\"lname\";s:7:\"Qarriem\";s:5:\"email\";s:21:\"abdimstore3@gmail.com\";s:7:\"address\";s:8:\"Jl Bakti\";s:4:\"city\";s:13:\"Jakarta Pusat\";s:7:\"country\";s:9:\"Indonesia\";}'),(4327,4845,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:2300;}'),(4328,4845,'booking_id','4844'),(4329,4845,'payment_gateway','direct_bank_transfer'),(4330,4845,'_demo_importer_plus_sites_imported_post','1'),(4331,4845,'_demo_importer_enable_for_batch','1'),(4332,4848,'payment_status','voucher-waiting'),(4333,4848,'billing_info','a:6:{s:5:\"fname\";s:10:\"b ncghmg,c\";s:5:\"lname\";s:6:\"cmcgh,\";s:5:\"email\";s:21:\"cgngynxfn@bsdtbndt.co\";s:7:\"address\";s:13:\"gcxnygnsrgc,m\";s:4:\"city\";s:14:\"xtfhrsdtjskdtm\";s:7:\"country\";s:5:\"Aruba\";}'),(4334,4848,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:1300;}'),(4335,4848,'booking_id','4846'),(4336,4848,'payment_gateway','direct_bank_transfer'),(4337,4848,'_demo_importer_plus_sites_imported_post','1'),(4338,4848,'_demo_importer_enable_for_batch','1'),(4339,4851,'payment_status','pending'),(4340,4851,'billing_info','a:6:{s:5:\"fname\";s:6:\"kibria\";s:5:\"lname\";s:9:\"khandaker\";s:5:\"email\";s:27:\"kibriakhandaker66@gmail.com\";s:7:\"address\";s:48:\"Holding No: 10, Puratan court, kishoreganj Sadar\";s:4:\"city\";s:11:\"Kishoregonj\";s:7:\"country\";s:10:\"Bangladesh\";}'),(4341,4851,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:1850;}'),(4342,4851,'booking_id','4849'),(4343,4851,'payment_gateway','booking_only'),(4344,4851,'_demo_importer_plus_sites_imported_post','1'),(4345,4851,'_demo_importer_enable_for_batch','1'),(4346,4854,'payment_status','pending'),(4347,4854,'billing_info','a:6:{s:5:\"fname\";s:4:\"Gjjj\";s:5:\"lname\";s:4:\"Ghuu\";s:5:\"email\";s:9:\"fh@fh.com\";s:7:\"address\";s:4:\"Fjjg\";s:4:\"city\";s:3:\"Gbk\";s:7:\"country\";s:6:\"Angola\";}'),(4348,4854,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:2100;}'),(4349,4854,'booking_id','4852'),(4350,4854,'payment_gateway','booking_only'),(4351,4854,'_demo_importer_plus_sites_imported_post','1'),(4352,4854,'_demo_importer_enable_for_batch','1'),(4353,4857,'payment_status','pending'),(4354,4857,'billing_info','a:6:{s:5:\"fname\";s:6:\"Nelson\";s:5:\"lname\";s:5:\"Ngumo\";s:5:\"email\";s:22:\"nelsonmbui88@gmail.com\";s:7:\"address\";s:8:\"157, 157\";s:4:\"city\";s:7:\"nairobi\";s:7:\"country\";s:5:\"Kenya\";}'),(4355,4857,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:900;}'),(4356,4857,'booking_id','4855'),(4357,4857,'payment_gateway','paypal_payment'),(4358,4857,'_demo_importer_plus_sites_imported_post','1'),(4359,4857,'_demo_importer_enable_for_batch','1'),(4360,4963,'payment_status','pending'),(4361,4963,'billing_info','a:6:{s:5:\"fname\";s:7:\"mohamed\";s:5:\"lname\";s:5:\"ayoub\";s:5:\"email\";s:15:\"ayoub@gmail.com\";s:7:\"address\";s:5:\"ahgfs\";s:4:\"city\";s:7:\"tinghir\";s:7:\"country\";s:7:\"Algeria\";}'),(4362,4963,'payable','a:2:{s:8:\"currency\";s:3:\"USD\";s:6:\"amount\";d:1600;}'),(4363,4963,'booking_id','4858'),(4364,4963,'payment_gateway','booking_only'),(4365,4963,'_demo_importer_plus_sites_imported_post','1'),(4366,4963,'_demo_importer_enable_for_batch','1'),(4369,4964,'_demo_importer_plus_sites_imported_post','1'),(4370,4964,'_demo_importer_enable_for_batch','1'),(4414,4972,'_wp_attached_file','2024/07/black_couple.jpg'),(4415,4972,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:735;s:6:\"height\";i:490;s:4:\"file\";s:24:\"2024/07/black_couple.jpg\";s:8:\"filesize\";i:34925;s:5:\"sizes\";a:20:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"black_couple-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12214;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"black_couple-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5609;}s:15:\"trip-thumb-size\";a:5:{s:4:\"file\";s:24:\"black_couple-374x226.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15546;}s:22:\"destination-thumb-size\";a:5:{s:4:\"file\";s:24:\"black_couple-600x490.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39478;}s:27:\"destination-thumb-trip-size\";a:5:{s:4:\"file\";s:24:\"black_couple-410x250.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18013;}s:21:\"activities-thumb-size\";a:5:{s:4:\"file\";s:24:\"black_couple-600x490.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39478;}s:19:\"meafe-featured-page\";a:5:{s:4:\"file\";s:24:\"black_couple-500x410.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28799;}s:21:\"meafe-testimonial-two\";a:5:{s:4:\"file\";s:24:\"black_couple-272x316.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:316;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14305;}s:14:\"meafe-blog-one\";a:5:{s:4:\"file\";s:24:\"black_couple-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16599;}s:14:\"meafe-blog-two\";a:5:{s:4:\"file\";s:24:\"black_couple-197x278.jpg\";s:5:\"width\";i:197;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10506;}s:18:\"meafe-category-tab\";a:5:{s:4:\"file\";s:24:\"black_couple-355x355.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:355;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19423;}s:19:\"meafe-category-grid\";a:5:{s:4:\"file\";s:24:\"black_couple-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20506;}s:23:\"meafe-category-grid-one\";a:5:{s:4:\"file\";s:24:\"black_couple-570x490.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36687;}s:23:\"meafe-category-grid-two\";a:5:{s:4:\"file\";s:24:\"black_couple-270x180.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10543;}s:25:\"meafe-category-grid-three\";a:5:{s:4:\"file\";s:24:\"black_couple-570x320.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26047;}s:29:\"meafe-category-grid-lay-three\";a:5:{s:4:\"file\";s:24:\"black_couple-170x170.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6630;}s:28:\"meafe-post-modules-small-img\";a:5:{s:4:\"file\";s:24:\"black_couple-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15012;}s:24:\"travel-monster-blog-grid\";a:5:{s:4:\"file\";s:24:\"black_couple-415x260.jpg\";s:5:\"width\";i:415;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18571;}s:24:\"travel-monster-blog-list\";a:5:{s:4:\"file\";s:24:\"black_couple-300x440.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19785;}s:28:\"travel-monster-header-bg-img\";a:5:{s:4:\"file\";s:24:\"black_couple-735x350.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33216;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4416,4973,'_elementor_edit_mode','builder'),(4417,4973,'_elementor_template_type','wp-page'),(4418,4973,'_elementor_version','3.23.1'),(4419,4973,'_wp_page_template','elementor_header_footer'),(4420,4973,'_elementor_data','[{\"id\":\"50ff0382\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#02010182\",\"background_color_stop\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"background_color_b\":\"#F2295BA1\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":210,\"sizes\":[]},\"background_slideshow_background_size\":\"cover\",\"background_slideshow_background_position\":\"center center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"15\",\"bottom\":\"90\",\"left\":\"15\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/kenyaclassictourtravel.com\\/griflightservices\\/wp-content\\/uploads\\/2024\\/07\\/travel1.jpg\",\"id\":4968,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size_mobile\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"css_classes\":\"travel-monster__search-section\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2243134c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.386,\"content_position\":\"center\",\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"12ce96c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover the World in Style with Luxury Travel\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_css_classes\":\"--secondaryFontFamily\",\"align_mobile\":\"center\",\"typography_font_size_laptop\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4bd20701\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Grab your stuff and let\\u2019s get lost.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"357ebf39\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.528,\"content_position\":\"center\",\"align\":\"flex-end\",\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1cb64365\",\"elType\":\"widget\",\"settings\":{\"showTitle\":\"\",\"searchFormOrientation\":\"vertical\",\"searchButtonLabel\":\"Search\",\"destination_label\":\"Destination\",\"trip_types_label\":\"Trip Types\",\"activities_label\":\"Activity\",\"duration_label\":\"Duration\",\"price_label\":\"Budget\",\"date_label\":\"Date\",\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"search_padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"destination_order\":3,\"activities_order\":1,\"price_order\":2,\"search_typography_typography\":\"custom\",\"search_typography_line_height\":{\"unit\":\"px\",\"size\":22.4,\"sizes\":[]},\"search_input_icon_color\":\"#1B5E59\",\"search_input_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"search_button_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"search_button_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"__globals__\":{\"search_input_icon_color\":\"globals\\/colors?id=primary_color\",\"search_input_arrow_color\":\"globals\\/colors?id=primary\",\"search_primary_color\":\"globals\\/colors?id=primary_color\",\"search_button_border_color\":\"\",\"search_button_hover_border_color\":\"globals\\/colors?id=primary_color\",\"search_button_color\":\"globals\\/colors?id=body_font_color\",\"search_button_hover_color\":\"\"},\"search_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"search_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"search_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"search_input_color\":\"#494D41\",\"search_primary_color\":\"#1B5E59\",\"search_input_arrow_color\":\"#1C2011\",\"search_button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"search_button_hover_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"search_button_hover_border_color\":\"#1B5E59\",\"search_button_color\":\"#494d41\",\"search_button_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"wptravelengine-trip-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a41eecb\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"46\",\"right\":\"0\",\"bottom\":\"46\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"css_classes\":\"travel-monster_section-bg\"},\"elements\":[{\"id\":\"166f6476\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ffbfa53\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/08\\/location.svg\",\"id\":3236},\"library\":\"svg\"},\"view\":\"stacked\",\"title_text\":\"Handpicked Destination\",\"description_text\":\"Our strict screening process means you\\u2019re only seeing the best quality treks.\",\"primary_color\":\"#EBFBF9\",\"icon_space\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=heading_color\",\"secondary_color\":\"globals\\/colors?id=primary_color\",\"description_color\":\"globals\\/colors?id=body_font_color\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"secondary_color\":\"#28b5a4\",\"description_color\":\"rgba(28,32,17,0.8)\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"829f13f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"298b7a22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/08\\/purse.svg\",\"id\":3235},\"library\":\"svg\"},\"view\":\"stacked\",\"title_text\":\"Best Price Guaranteed\",\"description_text\":\"Our Best Price Guarantee means that you can be sure of booking at the best rate.\",\"primary_color\":\"#EBFBF9\",\"icon_space\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=heading_color\",\"secondary_color\":\"globals\\/colors?id=primary_color\",\"description_color\":\"globals\\/colors?id=body_font_color\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"6ac558d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"382638aa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/08\\/headphone.svg\",\"id\":3234},\"library\":\"svg\"},\"view\":\"stacked\",\"title_text\":\"24\\/7 Customer Service\",\"description_text\":\"Our customer are standing by 24\\/7 to make your experience incredible.\",\"primary_color\":\"#EBFBF9\",\"icon_space\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=heading_color\",\"secondary_color\":\"globals\\/colors?id=primary_color\",\"description_color\":\"globals\\/colors?id=body_font_color\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e7b9d02\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"015\",\"bottom\":\"100\",\"left\":\"015\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"0bacdeb\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"804f1e9\"}]},\"elements\":[{\"id\":\"700c4607\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.163,\"space_between_widgets\":0,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0294dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining Luxury Travel\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary_color\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ac201e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who we are\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"133f2e36\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a team of passionate travel experts who specialize in crafting bespoke luxury travel experiences that exceed the expectations of our clients. With our extensive knowledge and connections around the world, we create tailor-made itineraries that cater to individual preferences and interests.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20219cb5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our goal is to provide you with unforgettable travel experiences that are tailored to your unique interests and preferences. Whether you\'re looking for a relaxing beach vacation, an adventurous trek through the mountains, or a cultural immersion in a new city, we have the expertise and resources to make it happen.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"497a67d9\",\"elType\":\"widget\",\"settings\":{\"text\":\"KNOW MORE ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\\/wanderlust-tours\\/about-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"20771af8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.798,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FEE25A1A\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true}},\"elements\":[{\"id\":\"5b1b0c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"4916\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/trip-advisor.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a7ae2d3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_slideshow_loop\":\"\",\"background_slideshow_background_size\":\"cover\",\"background_slideshow_background_position\":\"center center\",\"padding\":{\"unit\":\"px\",\"top\":\"72\",\"right\":\"0\",\"bottom\":\"72\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"40\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"travel-nomads_counter-section\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary_color\"},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"633b9dd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"4c8e275\"}]},\"elements\":[{\"id\":\"5053aa0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"54c25d78\",\"elType\":\"widget\",\"settings\":{\"ending_number\":1500,\"suffix\":\"+\",\"title\":\"TRIPS AND TOURS\",\"number_color\":\"#FFFFFF\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Libre Caslon Text\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_number_font_weight\":\"400\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_number_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_title_text_transform\":\"uppercase\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary_color\"},\"typography_title_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"1339d3c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4162ba9e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":50,\"suffix\":\"+\",\"title\":\"OUTDOOR ACTIVITES\",\"number_color\":\"#FFFFFF\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Libre Caslon Text\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_number_font_weight\":\"400\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_number_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_title_text_transform\":\"uppercase\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary_color\"},\"typography_title_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"17b01536\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2b177fa8\",\"elType\":\"widget\",\"settings\":{\"ending_number\":40,\"suffix\":\"+\",\"title\":\"COUNTRIES\",\"number_color\":\"#FFFFFF\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Libre Caslon Text\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_number_font_weight\":\"400\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_number_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_title_text_transform\":\"uppercase\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary_color\"},\"typography_title_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"3bea720e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"4738c0b0\",\"elType\":\"widget\",\"settings\":{\"ending_number\":50,\"suffix\":\"K+\",\"title\":\"HAPPY CUSTOMERS\",\"number_color\":\"#FFFFFF\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Libre Caslon Text\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_number_font_weight\":\"400\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_number_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_title_text_transform\":\"uppercase\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary_color\"},\"typography_title_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"69e478b9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#1B5E590D\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"8c2ccb9\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"73ab52f\"}]},\"elements\":[{\"id\":\"675f574\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"d05682b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":597,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"56\",\"left\":0,\"isLinked\":false},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"c53635d\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"872d441\"}]},\"elements\":[{\"id\":\"3d41455b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"193c8ef7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Choose your trips\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f853278\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Trips\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"420ae37f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To those who wish to experience one of the best holiday time ever, we are excited to offer unlimited fun is represented in a great way.<\\/p>\",\"align\":\"center\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"468c14b\",\"elType\":\"widget\",\"settings\":{\"cardlayout\":\"5\",\"showFeaturedRibbon\":\"\",\"viewMoreButtonText\":\"View Details\",\"card_boxshadow_box_shadow_type\":\"yes\",\"card_boxshadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"card_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.44,\"sizes\":[]},\"content_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"meta_typography_typography\":\"custom\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"meta_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Libre Caslon Text\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"strike_typography_typography\":\"custom\",\"strike_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"discount_tag_bg_color\":\"#fee25a\",\"__globals__\":{\"discount_tag_color\":\"globals\\/colors?id=heading_color\",\"meta_icon_color\":\"globals\\/colors?id=primary_color\",\"meta_color\":\"globals\\/colors?id=body_font_color\",\"price_color\":\"globals\\/colors?id=heading_color\",\"title_color_hover\":\"globals\\/colors?id=primary_color\",\"meta_hover_color\":\"globals\\/colors?id=primary_color\",\"discount_tag_bg_color\":\"globals\\/colors?id=secondary_color\",\"title_color\":\"globals\\/colors?id=heading_color\",\"strike_color\":\"globals\\/colors?id=body_font_color\"},\"animation_type\":\"ease\",\"img_animation_duration\":1,\"title_color_hover\":\"#fee25a\",\"meta_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"meta_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"meta_color\":\"#4a4a4a\",\"meta_hover_color\":\"#fee25a\",\"meta_icon_color\":\"#1b5e59\",\"price_typography_font_weight\":\"400\",\"price_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"price_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"price_color\":\"#151515\",\"strike_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"strike_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"discount_tag_color\":\"#151515\",\"excerptLength\":18},\"elements\":[],\"widgetType\":\"wptravelengine-trips\"},{\"id\":\"67c26fe9\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL TRIPS\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\\/wanderlust-tours\\/trip\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e3bd395\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"068923e\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"2a81a3e\"}]},\"elements\":[{\"id\":\"445ec155\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d973670\",\"elType\":\"section\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"8ebfcac\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d242b32\"}]},\"elements\":[{\"id\":\"1d3e686b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align_tablet\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[{\"id\":\"126695ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"4917\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/image-004.png\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":160},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_y\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5ab821a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"4918\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/image-003.png\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_laptop\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"height_laptop\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":237},\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":52,\"unit\":\"px\"},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":343,\"unit\":\"px\"},\"_offset_y_end\":{\"unit\":\"px\",\"size\":-96,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13d788c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"4919\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/image-005.png\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":160},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"size\":369,\"unit\":\"px\"},\"_offset_x_end\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":343,\"unit\":\"px\"},\"_offset_y_end\":{\"size\":0,\"unit\":\"px\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61660e5b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"4920\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/image-002.png\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_laptop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":514,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"75a5bea1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"space_between_widgets\":24,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"48a956a5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"181da3c\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"912755f\"}]},\"elements\":[{\"id\":\"dc47350\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"508872e7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experience Luxury Travel like Never Before\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f9b00c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who Choose Us?\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2660762b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We pride ourselves on offering the highest quality service with a personalized touch to make your trip unforgettable.<\\/p>\",\"align\":\"left\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2c7b88b5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"c294ec9\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"3c2d60d\"}]},\"elements\":[{\"id\":\"643079b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_delay\":1.2},\"elements\":[{\"id\":\"204099f4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":\"4922\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/customized-tours.svg\"},\"library\":\"svg\"},\"title_text\":\"This is the heading\",\"description_text\":\"We specialize in creating individualized wildlife safari tours.\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.44,\"sizes\":[]},\"description_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"5c0e8b4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_delay\":1.2},\"elements\":[{\"id\":\"43ee9b34\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":\"4923\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/expert-knowledge.svg\"},\"library\":\"svg\"},\"title_text\":\"Expert Knowledge\",\"description_text\":\"We offer the greatest guides since we believe that a wildlife tour.\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.44,\"sizes\":[]},\"description_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"411b4a4d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"2cc8b7a\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"de5d3d9\"}]},\"elements\":[{\"id\":\"73424a9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_delay\":1.2},\"elements\":[{\"id\":\"2986f63a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":\"4924\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/travel-services.svg\"},\"library\":\"svg\"},\"title_text\":\"Travel Services\",\"description_text\":\"We offer the greatest tour guides since we believe that a wildlife.\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.44,\"sizes\":[]},\"description_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"4d15edbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_delay\":1.2},\"elements\":[{\"id\":\"7b01b7d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":\"4925\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/reliable-responsible.svg\"},\"library\":\"svg\"},\"title_text\":\"Reliable & Responsible\",\"description_text\":\"We try our best to answer every phone as quickly as we can.\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.44,\"sizes\":[]},\"description_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"313ff5b5\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f70da3b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"bffd54c\"}]},\"elements\":[{\"id\":\"6facf518\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.7,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"072\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"72\",\"right\":\"72\",\"bottom\":\"72\",\"left\":\"72\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary_color\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"align\":\"flex-end\",\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"7cd0c18a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experience the World in Style\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4910728f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book Your Dream Luxury Trip Today!\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11efd865\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the ultimate in luxury travel and indulge in the trip of a lifetime. Book your dream luxury trip today and let us help you create unforgettable memories that you\'ll cherish forever<\\/p>\",\"align\":\"left\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"_element_custom_width_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"27679c6e\",\"elType\":\"widget\",\"settings\":{\"text\":\"LET\'S MAKE IT HAPPEN\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"link\":{\"url\":\"wanderlust-tours\\/trip\\/5-days-tour-to-philippines\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_background_hover_color\":\"#FFFFFF\",\"__globals__\":{\"hover_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1c3993ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.3,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"id\":\"4926\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/booking-trip-scaled-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"24ce41f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"size\":\"small\",\"header_size\":\"span\",\"title_color\":\"#02010100\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-1,\"unit\":\"px\"},\"_offset_y\":{\"size\":0,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f6fbd4e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"76e7429\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"8e63c22\"}]},\"elements\":[{\"id\":\"3dab9738\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"204cd4f4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":597,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"56\",\"left\":0,\"isLinked\":false},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"d538ff3\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"eac17d0\"}]},\"elements\":[{\"id\":\"2843ce75\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6f1c44d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Feel the Energy and Excitement of Nature\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b05d068\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Destinations\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"800e8fd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To those who wish to experience one of the best holiday time ever, we are excited to offer unlimited fun is represented in a great way.<\\/p>\",\"align\":\"center\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"51ed07da\",\"elType\":\"widget\",\"settings\":{\"cardlayout\":\"2\",\"termsgap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"countLabel\":\"Trips\",\"linkText\":\"View More\",\"terms_title_typography_typography\":\"custom\",\"terms_title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"terms_title_typography_font_weight\":\"400\",\"terms_count_typography_typography\":\"custom\",\"terms_count_typography_font_family\":\"Roboto Flex\",\"terms_count_typography_font_weight\":\"400\",\"terms_arrow_enable\":\"\",\"terms_image_size\":\"full\",\"terms_image_height\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"terms_animation_type\":\"ease\",\"terms_img_animation_duration\":1,\"__globals__\":{\"terms_count_typography_typography\":\"\",\"terms_title_color_hover\":\"\"},\"terms_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"terms_title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"terms_title_color_hover\":\"#EBEBEB\"},\"elements\":[],\"widgetType\":\"wptravelengine-trip-types\"},{\"id\":\"7e1c851e\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL DESTINATIONS\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\\/wanderlust-tours\\/destination\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b74957c\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"travel-monster_section-bg\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"309e5d9\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b455e81\"}]},\"elements\":[{\"id\":\"f698cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.271,\"_inline_size_tablet\":100,\"space_between_widgets\":16,\"text_align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"72\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843f895\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"755a2c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"What People Say \\nAbout Us\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1593ecc0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are the leading travel agency offering different programs and higher education diplomas that are designed with global requirements in mind.<\\/p>\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"18e6a307\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\\/wanderlust-tours\\/our-teams\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"202de3f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.729,\"_inline_size_tablet\":100,\"padding_laptop\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":1.2},\"elements\":[{\"id\":\"385507b\",\"elType\":\"widget\",\"settings\":{\"btccgs_testimonial_carousel\":[{\"btccgs_testimonial_carousel_title\":\"\",\"btccgs_testimonial_carousel_content\":\"<p>Contrary to popular belief, travelling is a lot fun especially when there\\u2019s always someone to lean on to. Travelwind has done just that to me. It is really easy to find your desired location here and the customer service is really excellent.<\\/p>\",\"btccgs_testimonial_carousel_name\":\"Talan Arcand\",\"btccgs_testimonial_carousel_position\":\"Guest Review\",\"_id\":\"4adfeab\",\"btccgs_testimonial_carousel_image\":{\"id\":\"4927\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/reviewer.png\"}},{\"btccgs_testimonial_carousel_title\":\"\",\"btccgs_testimonial_carousel_content\":\"<p>Contrary to popular belief, travelling is a lot fun especially when there\\u2019s always someone to lean on to. Travelwind has done just that to me. It is really easy to find your desired location here and the customer service is really excellent.<\\/p>\",\"btccgs_testimonial_carousel_name\":\"Talan Arcand\",\"btccgs_testimonial_carousel_position\":\"Guest Review\",\"_id\":\"31d7e90\",\"btccgs_testimonial_carousel_image\":{\"id\":\"4928\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/shape.png\"}},{\"btccgs_testimonial_carousel_title\":\"\",\"btccgs_testimonial_carousel_content\":\"<p>Contrary to popular belief, travelling is a lot fun especially when there\\u2019s always someone to lean on to. Travelwind has done just that to me. It is really easy to find your desired location here and the customer service is really excellent.<\\/p>\",\"btccgs_testimonial_carousel_name\":\"Talan Arcand\",\"btccgs_testimonial_carousel_position\":\"Guest Review\",\"_id\":\"1287ced\",\"btccgs_testimonial_carousel_image\":{\"id\":\"4930\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/Ellipse.png\"}}],\"btccgs_testimonial_carousel_show_carousel_nav\":\"\",\"btccrs_testimonial_rating_enable\":\"yes\",\"btccrs_testimonial_star_style\":\"star_unicode\",\"btcsgs_testimonial_title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"btcsgs_testimonial_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"btcsgs_testimonial_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"btcsgs_testimonial_content_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"btcsgs_testimonial_content_typography_typography\":\"custom\",\"btcsgs_testimonial_content_typography_font_family\":\"Libre Caslon Text\",\"btcsgs_testimonial_content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"btcsgs_testimonial_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"btsrs_testimonial_name_typography_typography\":\"custom\",\"btsrs_testimonial_name_typography_font_family\":\"Libre Caslon Text\",\"btsrs_testimonial_name_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"btsrs_testimonial_name_typography_font_weight\":\"400\",\"btsrs_testimonial_title_typography_typography\":\"custom\",\"btsrs_testimonial_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"btcsrss_testimonial_stars_color\":\"#FEE25A\",\"btcsrss_testimonial_stars_unmarked_color\":\"#FEE25A\",\"btcsnd_testimonial_dots_nav_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"btcsnd_testimonial_dots_nav_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"btcsnd_testimonial_dots_nav_color\":\"#1B5E5961\",\"btcsnd_testimonial_dots_nav_active_color\":\"#1b5e59\",\"_padding\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":106.225},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":24,\"spread\":0,\"color\":\"rgba(29, 13, 13, 0.04)\"},\"__globals__\":{\"btcsnd_testimonial_dots_nav_color\":\"\",\"btcsnd_testimonial_dots_nav_active_color\":\"globals\\/colors?id=primary_color\",\"btcsgs_testimonial_content_color\":\"globals\\/colors?id=heading_color\",\"btsrs_testimonial_name_color\":\"globals\\/colors?id=heading_color\",\"btsrs_testimonial_title_color\":\"globals\\/colors?id=body_font_color\"},\"btcsgs_testimonial_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"btcsgs_testimonial_content_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"meafe-testimonial-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"19c02d8b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"6a673b2\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"a7a63d5\"}]},\"elements\":[{\"id\":\"54a864ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"79f6aaf1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":597,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"56\",\"left\":0,\"isLinked\":false},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"980cb03\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"6036be9\"}]},\"elements\":[{\"id\":\"2b4b0352\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e9c2872\",\"elType\":\"widget\",\"settings\":{\"title\":\"Choose your trips\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"267db011\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best travel deals\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68e49a30\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To those who wish to experience one of the best holiday time ever, we are excited to offer unlimited fun is represented in a great way.<\\/p>\",\"align\":\"center\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"12b2740a\",\"elType\":\"widget\",\"settings\":{\"cardlayout\":\"5\",\"showFeaturedRibbon\":\"\",\"viewMoreButtonText\":\"View Details\",\"card_boxshadow_box_shadow_type\":\"yes\",\"card_boxshadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"card_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.44,\"sizes\":[]},\"content_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"meta_typography_typography\":\"custom\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"meta_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Libre Caslon Text\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"strike_typography_typography\":\"custom\",\"strike_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"strike_color\":\"#4A4A4ABF\",\"__globals__\":{\"discount_tag_color\":\"globals\\/colors?id=heading_color\",\"meta_icon_color\":\"globals\\/colors?id=primary_color\",\"meta_color\":\"globals\\/colors?id=body_font_color\",\"price_color\":\"globals\\/colors?id=heading_color\",\"title_color_hover\":\"globals\\/colors?id=primary_color\",\"discount_tag_bg_color\":\"globals\\/colors?id=secondary_color\",\"meta_hover_color\":\"globals\\/colors?id=primary_color\"},\"animation_type\":\"ease\",\"img_animation_duration\":1,\"price_typography_font_weight\":\"400\",\"price_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"price_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"strike_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"strike_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"excerptLength\":18,\"showReviews\":\"yes\",\"card_border_border\":\"solid\",\"card_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"card_border_color\":\"#EAEAEA\"},\"elements\":[],\"widgetType\":\"wptravelengine-trips\"},{\"id\":\"3a25474b\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL DEALS\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\\/wanderlust-tours\\/trip\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3ec0f12d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a8787ec\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"a9c17d4\"}]},\"elements\":[{\"id\":\"b83d78c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.788,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"id\":\"4932\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/lighthouse-scaled-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1d086fb3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"size\":\"small\",\"header_size\":\"span\",\"title_color\":\"#02010100\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_position\":\"absolute\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4fde76f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.139,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"space_between_widgets\":16,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"72\",\"right\":\"72\",\"bottom\":\"72\",\"left\":\"72\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary_color\"},\"align\":\"flex-start\"},\"elements\":[{\"id\":\"5bec98f5\",\"elType\":\"section\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a477f10\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"23852a2\"}],\"text_align\":\"left\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"072\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e1fd3e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"547c86d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Take Action and Make Your Dreams a Reality\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c03fd61\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unlock the Door to Your Dreams\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b504e81\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Are you tired of dreaming about the life you want? It\'s time to take action and make those dreams a reality. Let us help you unlock the door to your dreams and start living the life you\'ve always wanted.<\\/p>\",\"align\":\"left\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"200df2fd\",\"elType\":\"widget\",\"settings\":{\"text\":\"OPEN THE DOOR NOW\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"032\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"link\":{\"url\":\"\\/wanderlust-tours\\/trip\\/everest-base-camp-trek\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_background_hover_color\":\"#FFFFFF\",\"__globals__\":{\"hover_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"12978614\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"4dbb215\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"01f97cb\"}]},\"elements\":[{\"id\":\"7eede976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73d52fb9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":597,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"e86197d\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"65eb884\"}]},\"elements\":[{\"id\":\"5310888b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5412b325\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your ultimate guide to exploring the world\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4afead58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Blog and articles\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0b5acf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"white-space: pre-wrap;\\\">Latest travel tips and blog covering all travel experiences. Check out our mentions in different guides and articles.<\\/span><\\/p>\",\"align\":\"center\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72d69bcc\",\"elType\":\"widget\",\"settings\":{\"bbcls_blog_layout_mode\":\"2\",\"bbcls_blog_show_load_more_text\":\"LOAD MORE\",\"bbcls_blog_show_load_more_url\":\"#\",\"bbcls_blog_excerpt_expanison_indicator\":\"...\",\"bbcls_blog_read_more_button_text\":\"READ MORE\",\"bbscts_blog_title_typography_typography\":\"custom\",\"bbscts_blog_title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"bbscts_blog_title_typography_font_weight\":\"500\",\"bbscts_blog_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"bbscts_blog_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bbscts_blog_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"bbsrms_blog_read_more_btn_typography_typography\":\"custom\",\"bbsrms_blog_read_more_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"bbsrms_blog_read_more_btn_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"bbcqs_blog_category_ids\":[],\"bbcqs_blog_post_tag_ids\":[],\"bbcqs_blog_post__not_in\":[],\"bbscts_blog_title_hover_color\":\"#28b5a4\",\"bbslms_blog_load_more_btn_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"32\",\"bottom\":\"20\",\"left\":\"32\",\"isLinked\":false},\"bbslms_blog_load_more_btn_typography_typography\":\"custom\",\"bbslms_blog_load_more_btn_typography_font_family\":\"Poppins\",\"bbslms_blog_load_more_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"bbslms_blog_load_more_btn_typography_font_weight\":\"500\",\"bbslms_blog_load_more_btn_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bbslms_blog_load_more_btn_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bbslms_blog_load_more_btn_normal_text_color\":\"#E48E45\",\"bbslms_blog_load_more_btn_normal_bg_color\":\"#02010100\",\"bbslms_blog_load_more_btn_normal_border_border\":\"solid\",\"bbslms_blog_load_more_btn_normal_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"bbslms_blog_load_more_btn_normal_border_color\":\"#E48E45\",\"bbslms_blog_load_more_btn_border_radius\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"bbslms_blog_load_more_btn_hover_text_color\":\"#FFFFFF\",\"bbslms_blog_load_more_btn_hover_bg_color\":\"#E48E45\",\"bbslms_blog_load_more_btn_hover_border_color\":\"#E48E45\",\"bbcls_blog_show_category\":\"\",\"bbscts_blog_excerpt_color\":\"#494D41\",\"bbscts_blog_excerpt_typography_typography\":\"custom\",\"bbscts_blog_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"bbscts_blog_excerpt_typography_font_weight\":\"400\",\"bbscts_blog_excerpt_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bbscts_blog_excerpt_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bbscts_blog_meta_typography_typography\":\"custom\",\"bbscts_blog_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"bbscts_blog_meta_typography_font_weight\":\"400\",\"bbscts_blog_meta_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bbscts_blog_meta_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"bbsrms_blog_read_more_btn_color\":\"globals\\/colors?id=heading_color\",\"bbscts_blog_title_color\":\"globals\\/colors?id=heading_color\",\"bbscts_blog_title_hover_color\":\"globals\\/colors?id=primary_color\",\"bbscts_blog_meta_color\":\"globals\\/colors?id=body_font_color\",\"bbsrms_blog_read_more_btn_hover_color\":\"globals\\/colors?id=primary_color\"},\"bbsrms_blog_read_more_btn_color\":\"#28b5a4\",\"_mask_shape\":\"custom\",\"bbsgs_blog_bg_color\":\"#FFFFFF\",\"bbcls_blog_excerpt_length\":20,\"bbsgs_blog_spacing_content\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"bbsgs_blog_border_border\":\"solid\",\"bbsgs_blog_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"bbsgs_blog_border_color\":\"#EAEAEA\",\"bbsgs_blog_box_shadow_box_shadow_type\":\"yes\",\"bbsgs_blog_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"meafe-blog\"},{\"id\":\"19e5893e\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL BLOG\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\\/wanderlust-tours\\/blog\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c27fb3b\",\"elType\":\"section\",\"settings\":{\"text_align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ba293de\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"952ac65\"}]},\"elements\":[{\"id\":\"e1efb4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":40,\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e767af0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recommended and Endorsed by\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a2032a7\",\"elType\":\"widget\",\"settings\":{\"bccgs_clients_per_line\":\"6\",\"bccgs_clients_repeater\":[{\"_id\":\"f560d31\",\"bccgs_client_image\":{\"id\":\"4934\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/1.png\"}},{\"_id\":\"33f691c\",\"bccgs_client_image\":{\"id\":\"4936\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/2.png\"}},{\"_id\":\"36cfcd4\",\"bccgs_client_image\":{\"id\":\"4938\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/3.png\"}},{\"_id\":\"d5e79a4\",\"bccgs_client_image\":{\"id\":\"4941\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/4-1.png\"}},{\"_id\":\"140ae47\",\"bccgs_client_image\":{\"id\":\"4942\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/5.png\"}},{\"_id\":\"238297d\",\"bccgs_client_image\":{\"id\":\"4944\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/6.png\"}}]},\"elements\":[],\"widgetType\":\"meafe-clients\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ec642f2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#1b5e59\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EAEAEA\",\"__globals__\":{\"background_color\":\"\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"801d2d5\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d9dfb19\"}]},\"elements\":[{\"id\":\"50e6da58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EAEAEA4D\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5792d4ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us on\",\"header_size\":\"span\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"31\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5178fcbb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/facebook.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#AAAAAA30\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FEE25A\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=heading_color\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6fb7b4a1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/twitter.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#AAAAAA30\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FEE25A\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=heading_color\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6c80984d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/linkedin.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#AAAAAA30\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FEE25A\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=heading_color\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6827fdc8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/youtube.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#AAAAAA30\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FEE25A\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=heading_color\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"509446ef\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/instagram.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#AAAAAA30\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FEE25A\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=heading_color\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false}]'),(4422,4973,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#FFFFFF\";}'),(4423,4974,'_elementor_edit_mode','builder'),(4424,4974,'_elementor_template_type','wp-page'),(4425,4974,'_elementor_version','3.23.1'),(4426,4974,'_wp_page_template','elementor_header_footer'),(4427,4974,'_elementor_data','[{\"id\":\"50ff0382\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#02010182\",\"background_color_stop\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"background_color_b\":\"#F2295BA1\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":210,\"sizes\":[]},\"background_slideshow_background_size\":\"cover\",\"background_slideshow_background_position\":\"center center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"15\",\"bottom\":\"90\",\"left\":\"15\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/kenyaclassictourtravel.com\\/griflightservices\\/wp-content\\/uploads\\/2024\\/07\\/travel1.jpg\",\"id\":4968,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size_mobile\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"css_classes\":\"travel-monster__search-section\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2243134c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.386,\"content_position\":\"center\",\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"12ce96c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover the World in Style with Luxury Travel\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_css_classes\":\"--secondaryFontFamily\",\"align_mobile\":\"center\",\"typography_font_size_laptop\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4bd20701\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Grab your stuff and let\\u2019s get lost.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"357ebf39\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.528,\"content_position\":\"center\",\"align\":\"flex-end\",\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1cb64365\",\"elType\":\"widget\",\"settings\":{\"showTitle\":\"\",\"searchFormOrientation\":\"vertical\",\"searchButtonLabel\":\"Search\",\"destination_label\":\"Destination\",\"trip_types_label\":\"Trip Types\",\"activities_label\":\"Activity\",\"duration_label\":\"Duration\",\"price_label\":\"Budget\",\"date_label\":\"Date\",\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"search_padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"destination_order\":3,\"activities_order\":1,\"price_order\":2,\"search_typography_typography\":\"custom\",\"search_typography_line_height\":{\"unit\":\"px\",\"size\":22.4,\"sizes\":[]},\"search_input_icon_color\":\"#1B5E59\",\"search_input_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"search_button_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"search_button_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"__globals__\":{\"search_input_icon_color\":\"globals\\/colors?id=primary_color\",\"search_input_arrow_color\":\"globals\\/colors?id=primary\",\"search_primary_color\":\"globals\\/colors?id=primary_color\",\"search_button_border_color\":\"\",\"search_button_hover_border_color\":\"globals\\/colors?id=primary_color\",\"search_button_color\":\"globals\\/colors?id=body_font_color\",\"search_button_hover_color\":\"\"},\"search_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"search_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"search_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"search_input_color\":\"#494D41\",\"search_primary_color\":\"#1B5E59\",\"search_input_arrow_color\":\"#1C2011\",\"search_button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"search_button_hover_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"search_button_hover_border_color\":\"#1B5E59\",\"search_button_color\":\"#494d41\",\"search_button_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"wptravelengine-trip-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a41eecb\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"46\",\"right\":\"0\",\"bottom\":\"46\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"css_classes\":\"travel-monster_section-bg\"},\"elements\":[{\"id\":\"166f6476\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ffbfa53\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/08\\/location.svg\",\"id\":3236},\"library\":\"svg\"},\"view\":\"stacked\",\"title_text\":\"Handpicked Destination\",\"description_text\":\"Our strict screening process means you\\u2019re only seeing the best quality treks.\",\"primary_color\":\"#EBFBF9\",\"icon_space\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=heading_color\",\"secondary_color\":\"globals\\/colors?id=primary_color\",\"description_color\":\"globals\\/colors?id=body_font_color\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"secondary_color\":\"#28b5a4\",\"description_color\":\"rgba(28,32,17,0.8)\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"829f13f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"298b7a22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/08\\/purse.svg\",\"id\":3235},\"library\":\"svg\"},\"view\":\"stacked\",\"title_text\":\"Best Price Guaranteed\",\"description_text\":\"Our Best Price Guarantee means that you can be sure of booking at the best rate.\",\"primary_color\":\"#EBFBF9\",\"icon_space\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=heading_color\",\"secondary_color\":\"globals\\/colors?id=primary_color\",\"description_color\":\"globals\\/colors?id=body_font_color\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"6ac558d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"382638aa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/08\\/headphone.svg\",\"id\":3234},\"library\":\"svg\"},\"view\":\"stacked\",\"title_text\":\"24\\/7 Customer Service\",\"description_text\":\"Our customer are standing by 24\\/7 to make your experience incredible.\",\"primary_color\":\"#EBFBF9\",\"icon_space\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=heading_color\",\"secondary_color\":\"globals\\/colors?id=primary_color\",\"description_color\":\"globals\\/colors?id=body_font_color\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e7b9d02\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"015\",\"bottom\":\"100\",\"left\":\"015\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"0bacdeb\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"804f1e9\"}]},\"elements\":[{\"id\":\"700c4607\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.163,\"space_between_widgets\":0,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0294dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining Luxury Travel\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary_color\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ac201e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who we are\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"133f2e36\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a team of passionate travel experts who specialize in crafting bespoke luxury travel experiences that exceed the expectations of our clients. With our extensive knowledge and connections around the world, we create tailor-made itineraries that cater to individual preferences and interests.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20219cb5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our goal is to provide you with unforgettable travel experiences that are tailored to your unique interests and preferences. Whether you\'re looking for a relaxing beach vacation, an adventurous trek through the mountains, or a cultural immersion in a new city, we have the expertise and resources to make it happen.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"497a67d9\",\"elType\":\"widget\",\"settings\":{\"text\":\"KNOW MORE ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\\/wanderlust-tours\\/about-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"20771af8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.798,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FEE25A1A\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true}},\"elements\":[{\"id\":\"5b1b0c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"4916\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/trip-advisor.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a7ae2d3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_slideshow_loop\":\"\",\"background_slideshow_background_size\":\"cover\",\"background_slideshow_background_position\":\"center center\",\"padding\":{\"unit\":\"px\",\"top\":\"72\",\"right\":\"0\",\"bottom\":\"72\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"40\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"travel-nomads_counter-section\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary_color\"},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"633b9dd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"4c8e275\"}]},\"elements\":[{\"id\":\"5053aa0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"54c25d78\",\"elType\":\"widget\",\"settings\":{\"ending_number\":1500,\"suffix\":\"+\",\"title\":\"TRIPS AND TOURS\",\"number_color\":\"#FFFFFF\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Libre Caslon Text\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_number_font_weight\":\"400\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_number_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_title_text_transform\":\"uppercase\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary_color\"},\"typography_title_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"1339d3c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4162ba9e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":50,\"suffix\":\"+\",\"title\":\"OUTDOOR ACTIVITES\",\"number_color\":\"#FFFFFF\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Libre Caslon Text\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_number_font_weight\":\"400\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_number_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_title_text_transform\":\"uppercase\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary_color\"},\"typography_title_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"17b01536\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2b177fa8\",\"elType\":\"widget\",\"settings\":{\"ending_number\":40,\"suffix\":\"+\",\"title\":\"COUNTRIES\",\"number_color\":\"#FFFFFF\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Libre Caslon Text\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_number_font_weight\":\"400\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_number_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_title_text_transform\":\"uppercase\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary_color\"},\"typography_title_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"3bea720e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"4738c0b0\",\"elType\":\"widget\",\"settings\":{\"ending_number\":50,\"suffix\":\"K+\",\"title\":\"HAPPY CUSTOMERS\",\"number_color\":\"#FFFFFF\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Libre Caslon Text\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_number_font_weight\":\"400\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_number_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_title_text_transform\":\"uppercase\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary_color\"},\"typography_title_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"69e478b9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#1B5E590D\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"8c2ccb9\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"73ab52f\"}]},\"elements\":[{\"id\":\"675f574\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"d05682b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":597,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"56\",\"left\":0,\"isLinked\":false},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"c53635d\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"872d441\"}]},\"elements\":[{\"id\":\"3d41455b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"193c8ef7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Choose your trips\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f853278\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Trips\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"420ae37f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To those who wish to experience one of the best holiday time ever, we are excited to offer unlimited fun is represented in a great way.<\\/p>\",\"align\":\"center\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"468c14b\",\"elType\":\"widget\",\"settings\":{\"cardlayout\":\"5\",\"showFeaturedRibbon\":\"\",\"viewMoreButtonText\":\"View Details\",\"card_boxshadow_box_shadow_type\":\"yes\",\"card_boxshadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"card_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.44,\"sizes\":[]},\"content_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"meta_typography_typography\":\"custom\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"meta_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Libre Caslon Text\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"strike_typography_typography\":\"custom\",\"strike_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"discount_tag_bg_color\":\"#fee25a\",\"__globals__\":{\"discount_tag_color\":\"globals\\/colors?id=heading_color\",\"meta_icon_color\":\"globals\\/colors?id=primary_color\",\"meta_color\":\"globals\\/colors?id=body_font_color\",\"price_color\":\"globals\\/colors?id=heading_color\",\"title_color_hover\":\"globals\\/colors?id=primary_color\",\"meta_hover_color\":\"globals\\/colors?id=primary_color\",\"discount_tag_bg_color\":\"globals\\/colors?id=secondary_color\",\"title_color\":\"globals\\/colors?id=heading_color\",\"strike_color\":\"globals\\/colors?id=body_font_color\"},\"animation_type\":\"ease\",\"img_animation_duration\":1,\"title_color_hover\":\"#fee25a\",\"meta_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"meta_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"meta_color\":\"#4a4a4a\",\"meta_hover_color\":\"#fee25a\",\"meta_icon_color\":\"#1b5e59\",\"price_typography_font_weight\":\"400\",\"price_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"price_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"price_color\":\"#151515\",\"strike_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"strike_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"discount_tag_color\":\"#151515\",\"excerptLength\":18},\"elements\":[],\"widgetType\":\"wptravelengine-trips\"},{\"id\":\"67c26fe9\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL TRIPS\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\\/wanderlust-tours\\/trip\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e3bd395\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"068923e\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"2a81a3e\"}]},\"elements\":[{\"id\":\"445ec155\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d973670\",\"elType\":\"section\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"8ebfcac\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d242b32\"}]},\"elements\":[{\"id\":\"1d3e686b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align_tablet\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[{\"id\":\"126695ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"4917\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/image-004.png\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":160},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_y\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5ab821a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"4918\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/image-003.png\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_laptop\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"height_laptop\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":237},\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":52,\"unit\":\"px\"},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":343,\"unit\":\"px\"},\"_offset_y_end\":{\"unit\":\"px\",\"size\":-96,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13d788c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"4919\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/image-005.png\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":160},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"size\":369,\"unit\":\"px\"},\"_offset_x_end\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":343,\"unit\":\"px\"},\"_offset_y_end\":{\"size\":0,\"unit\":\"px\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61660e5b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"4920\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/image-002.png\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_laptop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":514,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"75a5bea1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"space_between_widgets\":24,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"48a956a5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"181da3c\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"912755f\"}]},\"elements\":[{\"id\":\"dc47350\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"508872e7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experience Luxury Travel like Never Before\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f9b00c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who Choose Us?\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2660762b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We pride ourselves on offering the highest quality service with a personalized touch to make your trip unforgettable.<\\/p>\",\"align\":\"left\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2c7b88b5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"c294ec9\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"3c2d60d\"}]},\"elements\":[{\"id\":\"643079b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_delay\":1.2},\"elements\":[{\"id\":\"204099f4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":\"4922\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/customized-tours.svg\"},\"library\":\"svg\"},\"title_text\":\"This is the heading\",\"description_text\":\"We specialize in creating individualized wildlife safari tours.\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.44,\"sizes\":[]},\"description_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"5c0e8b4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_delay\":1.2},\"elements\":[{\"id\":\"43ee9b34\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":\"4923\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/expert-knowledge.svg\"},\"library\":\"svg\"},\"title_text\":\"Expert Knowledge\",\"description_text\":\"We offer the greatest guides since we believe that a wildlife tour.\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.44,\"sizes\":[]},\"description_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"411b4a4d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"2cc8b7a\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"de5d3d9\"}]},\"elements\":[{\"id\":\"73424a9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_delay\":1.2},\"elements\":[{\"id\":\"2986f63a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":\"4924\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/travel-services.svg\"},\"library\":\"svg\"},\"title_text\":\"Travel Services\",\"description_text\":\"We offer the greatest tour guides since we believe that a wildlife.\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.44,\"sizes\":[]},\"description_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"4d15edbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_delay\":1.2},\"elements\":[{\"id\":\"7b01b7d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":\"4925\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/reliable-responsible.svg\"},\"library\":\"svg\"},\"title_text\":\"Reliable & Responsible\",\"description_text\":\"We try our best to answer every phone as quickly as we can.\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.44,\"sizes\":[]},\"description_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"313ff5b5\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f70da3b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"bffd54c\"}]},\"elements\":[{\"id\":\"6facf518\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.7,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"072\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"72\",\"right\":\"72\",\"bottom\":\"72\",\"left\":\"72\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary_color\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"align\":\"flex-end\",\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"7cd0c18a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experience the World in Style\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4910728f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book Your Dream Luxury Trip Today!\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11efd865\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the ultimate in luxury travel and indulge in the trip of a lifetime. Book your dream luxury trip today and let us help you create unforgettable memories that you\'ll cherish forever<\\/p>\",\"align\":\"left\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"_element_custom_width_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"27679c6e\",\"elType\":\"widget\",\"settings\":{\"text\":\"LET\'S MAKE IT HAPPEN\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"link\":{\"url\":\"wanderlust-tours\\/trip\\/5-days-tour-to-philippines\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_background_hover_color\":\"#FFFFFF\",\"__globals__\":{\"hover_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1c3993ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.3,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"id\":\"4926\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/booking-trip-scaled-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"24ce41f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"size\":\"small\",\"header_size\":\"span\",\"title_color\":\"#02010100\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-1,\"unit\":\"px\"},\"_offset_y\":{\"size\":0,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f6fbd4e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"76e7429\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"8e63c22\"}]},\"elements\":[{\"id\":\"3dab9738\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"204cd4f4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":597,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"56\",\"left\":0,\"isLinked\":false},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"d538ff3\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"eac17d0\"}]},\"elements\":[{\"id\":\"2843ce75\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6f1c44d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Feel the Energy and Excitement of Nature\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b05d068\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Destinations\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"800e8fd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To those who wish to experience one of the best holiday time ever, we are excited to offer unlimited fun is represented in a great way.<\\/p>\",\"align\":\"center\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"51ed07da\",\"elType\":\"widget\",\"settings\":{\"cardlayout\":\"2\",\"termsgap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"countLabel\":\"Trips\",\"linkText\":\"View More\",\"terms_title_typography_typography\":\"custom\",\"terms_title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"terms_title_typography_font_weight\":\"400\",\"terms_count_typography_typography\":\"custom\",\"terms_count_typography_font_family\":\"Roboto Flex\",\"terms_count_typography_font_weight\":\"400\",\"terms_arrow_enable\":\"\",\"terms_image_size\":\"full\",\"terms_image_height\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"terms_animation_type\":\"ease\",\"terms_img_animation_duration\":1,\"__globals__\":{\"terms_count_typography_typography\":\"\",\"terms_title_color_hover\":\"\"},\"terms_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"terms_title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"terms_title_color_hover\":\"#EBEBEB\"},\"elements\":[],\"widgetType\":\"wptravelengine-trip-types\"},{\"id\":\"7e1c851e\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL DESTINATIONS\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\\/wanderlust-tours\\/destination\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b74957c\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"travel-monster_section-bg\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"309e5d9\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b455e81\"}]},\"elements\":[{\"id\":\"f698cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.271,\"_inline_size_tablet\":100,\"space_between_widgets\":16,\"text_align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"72\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843f895\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"755a2c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"What People Say \\nAbout Us\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1593ecc0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are the leading travel agency offering different programs and higher education diplomas that are designed with global requirements in mind.<\\/p>\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"18e6a307\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\\/wanderlust-tours\\/our-teams\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"202de3f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.729,\"_inline_size_tablet\":100,\"padding_laptop\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":1.2},\"elements\":[{\"id\":\"385507b\",\"elType\":\"widget\",\"settings\":{\"btccgs_testimonial_carousel\":[{\"btccgs_testimonial_carousel_title\":\"\",\"btccgs_testimonial_carousel_content\":\"<p>Contrary to popular belief, travelling is a lot fun especially when there\\u2019s always someone to lean on to. Travelwind has done just that to me. It is really easy to find your desired location here and the customer service is really excellent.<\\/p>\",\"btccgs_testimonial_carousel_name\":\"Talan Arcand\",\"btccgs_testimonial_carousel_position\":\"Guest Review\",\"_id\":\"4adfeab\",\"btccgs_testimonial_carousel_image\":{\"id\":\"4927\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/reviewer.png\"}},{\"btccgs_testimonial_carousel_title\":\"\",\"btccgs_testimonial_carousel_content\":\"<p>Contrary to popular belief, travelling is a lot fun especially when there\\u2019s always someone to lean on to. Travelwind has done just that to me. It is really easy to find your desired location here and the customer service is really excellent.<\\/p>\",\"btccgs_testimonial_carousel_name\":\"Talan Arcand\",\"btccgs_testimonial_carousel_position\":\"Guest Review\",\"_id\":\"31d7e90\",\"btccgs_testimonial_carousel_image\":{\"id\":\"4928\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/shape.png\"}},{\"btccgs_testimonial_carousel_title\":\"\",\"btccgs_testimonial_carousel_content\":\"<p>Contrary to popular belief, travelling is a lot fun especially when there\\u2019s always someone to lean on to. Travelwind has done just that to me. It is really easy to find your desired location here and the customer service is really excellent.<\\/p>\",\"btccgs_testimonial_carousel_name\":\"Talan Arcand\",\"btccgs_testimonial_carousel_position\":\"Guest Review\",\"_id\":\"1287ced\",\"btccgs_testimonial_carousel_image\":{\"id\":\"4930\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/Ellipse.png\"}}],\"btccgs_testimonial_carousel_show_carousel_nav\":\"\",\"btccrs_testimonial_rating_enable\":\"yes\",\"btccrs_testimonial_star_style\":\"star_unicode\",\"btcsgs_testimonial_title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"btcsgs_testimonial_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"btcsgs_testimonial_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"btcsgs_testimonial_content_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"btcsgs_testimonial_content_typography_typography\":\"custom\",\"btcsgs_testimonial_content_typography_font_family\":\"Libre Caslon Text\",\"btcsgs_testimonial_content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"btcsgs_testimonial_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"btsrs_testimonial_name_typography_typography\":\"custom\",\"btsrs_testimonial_name_typography_font_family\":\"Libre Caslon Text\",\"btsrs_testimonial_name_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"btsrs_testimonial_name_typography_font_weight\":\"400\",\"btsrs_testimonial_title_typography_typography\":\"custom\",\"btsrs_testimonial_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"btcsrss_testimonial_stars_color\":\"#FEE25A\",\"btcsrss_testimonial_stars_unmarked_color\":\"#FEE25A\",\"btcsnd_testimonial_dots_nav_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"btcsnd_testimonial_dots_nav_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"btcsnd_testimonial_dots_nav_color\":\"#1B5E5961\",\"btcsnd_testimonial_dots_nav_active_color\":\"#1b5e59\",\"_padding\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":106.225},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":24,\"spread\":0,\"color\":\"rgba(29, 13, 13, 0.04)\"},\"__globals__\":{\"btcsnd_testimonial_dots_nav_color\":\"\",\"btcsnd_testimonial_dots_nav_active_color\":\"globals\\/colors?id=primary_color\",\"btcsgs_testimonial_content_color\":\"globals\\/colors?id=heading_color\",\"btsrs_testimonial_name_color\":\"globals\\/colors?id=heading_color\",\"btsrs_testimonial_title_color\":\"globals\\/colors?id=body_font_color\"},\"btcsgs_testimonial_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"btcsgs_testimonial_content_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"meafe-testimonial-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"19c02d8b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"6a673b2\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"a7a63d5\"}]},\"elements\":[{\"id\":\"54a864ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"79f6aaf1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":597,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"56\",\"left\":0,\"isLinked\":false},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"980cb03\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"6036be9\"}]},\"elements\":[{\"id\":\"2b4b0352\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e9c2872\",\"elType\":\"widget\",\"settings\":{\"title\":\"Choose your trips\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"267db011\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best travel deals\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68e49a30\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To those who wish to experience one of the best holiday time ever, we are excited to offer unlimited fun is represented in a great way.<\\/p>\",\"align\":\"center\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"12b2740a\",\"elType\":\"widget\",\"settings\":{\"cardlayout\":\"5\",\"showFeaturedRibbon\":\"\",\"viewMoreButtonText\":\"View Details\",\"card_boxshadow_box_shadow_type\":\"yes\",\"card_boxshadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"card_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.44,\"sizes\":[]},\"content_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"meta_typography_typography\":\"custom\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"meta_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Libre Caslon Text\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"strike_typography_typography\":\"custom\",\"strike_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"strike_color\":\"#4A4A4ABF\",\"__globals__\":{\"discount_tag_color\":\"globals\\/colors?id=heading_color\",\"meta_icon_color\":\"globals\\/colors?id=primary_color\",\"meta_color\":\"globals\\/colors?id=body_font_color\",\"price_color\":\"globals\\/colors?id=heading_color\",\"title_color_hover\":\"globals\\/colors?id=primary_color\",\"discount_tag_bg_color\":\"globals\\/colors?id=secondary_color\",\"meta_hover_color\":\"globals\\/colors?id=primary_color\"},\"animation_type\":\"ease\",\"img_animation_duration\":1,\"price_typography_font_weight\":\"400\",\"price_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"price_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"strike_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"strike_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"excerptLength\":18,\"showReviews\":\"yes\",\"card_border_border\":\"solid\",\"card_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"card_border_color\":\"#EAEAEA\"},\"elements\":[],\"widgetType\":\"wptravelengine-trips\"},{\"id\":\"3a25474b\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL DEALS\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\\/wanderlust-tours\\/trip\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3ec0f12d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a8787ec\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"a9c17d4\"}]},\"elements\":[{\"id\":\"b83d78c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.788,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"id\":\"4932\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/lighthouse-scaled-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1d086fb3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"size\":\"small\",\"header_size\":\"span\",\"title_color\":\"#02010100\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_position\":\"absolute\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4fde76f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.139,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"space_between_widgets\":16,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"72\",\"right\":\"72\",\"bottom\":\"72\",\"left\":\"72\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary_color\"},\"align\":\"flex-start\"},\"elements\":[{\"id\":\"5bec98f5\",\"elType\":\"section\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a477f10\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"23852a2\"}],\"text_align\":\"left\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"072\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e1fd3e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"547c86d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Take Action and Make Your Dreams a Reality\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c03fd61\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unlock the Door to Your Dreams\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b504e81\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Are you tired of dreaming about the life you want? It\'s time to take action and make those dreams a reality. Let us help you unlock the door to your dreams and start living the life you\'ve always wanted.<\\/p>\",\"align\":\"left\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"200df2fd\",\"elType\":\"widget\",\"settings\":{\"text\":\"OPEN THE DOOR NOW\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"032\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"link\":{\"url\":\"\\/wanderlust-tours\\/trip\\/everest-base-camp-trek\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_background_hover_color\":\"#FFFFFF\",\"__globals__\":{\"hover_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"12978614\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"4dbb215\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"01f97cb\"}]},\"elements\":[{\"id\":\"7eede976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73d52fb9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":597,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"e86197d\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"65eb884\"}]},\"elements\":[{\"id\":\"5310888b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5412b325\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your ultimate guide to exploring the world\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4afead58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Blog and articles\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0b5acf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"white-space: pre-wrap;\\\">Latest travel tips and blog covering all travel experiences. Check out our mentions in different guides and articles.<\\/span><\\/p>\",\"align\":\"center\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72d69bcc\",\"elType\":\"widget\",\"settings\":{\"bbcls_blog_layout_mode\":\"2\",\"bbcls_blog_show_load_more_text\":\"LOAD MORE\",\"bbcls_blog_show_load_more_url\":\"#\",\"bbcls_blog_excerpt_expanison_indicator\":\"...\",\"bbcls_blog_read_more_button_text\":\"READ MORE\",\"bbscts_blog_title_typography_typography\":\"custom\",\"bbscts_blog_title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"bbscts_blog_title_typography_font_weight\":\"500\",\"bbscts_blog_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"bbscts_blog_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bbscts_blog_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"bbsrms_blog_read_more_btn_typography_typography\":\"custom\",\"bbsrms_blog_read_more_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"bbsrms_blog_read_more_btn_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"bbcqs_blog_category_ids\":[],\"bbcqs_blog_post_tag_ids\":[],\"bbcqs_blog_post__not_in\":[],\"bbscts_blog_title_hover_color\":\"#28b5a4\",\"bbslms_blog_load_more_btn_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"32\",\"bottom\":\"20\",\"left\":\"32\",\"isLinked\":false},\"bbslms_blog_load_more_btn_typography_typography\":\"custom\",\"bbslms_blog_load_more_btn_typography_font_family\":\"Poppins\",\"bbslms_blog_load_more_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"bbslms_blog_load_more_btn_typography_font_weight\":\"500\",\"bbslms_blog_load_more_btn_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bbslms_blog_load_more_btn_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bbslms_blog_load_more_btn_normal_text_color\":\"#E48E45\",\"bbslms_blog_load_more_btn_normal_bg_color\":\"#02010100\",\"bbslms_blog_load_more_btn_normal_border_border\":\"solid\",\"bbslms_blog_load_more_btn_normal_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"bbslms_blog_load_more_btn_normal_border_color\":\"#E48E45\",\"bbslms_blog_load_more_btn_border_radius\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"bbslms_blog_load_more_btn_hover_text_color\":\"#FFFFFF\",\"bbslms_blog_load_more_btn_hover_bg_color\":\"#E48E45\",\"bbslms_blog_load_more_btn_hover_border_color\":\"#E48E45\",\"bbcls_blog_show_category\":\"\",\"bbscts_blog_excerpt_color\":\"#494D41\",\"bbscts_blog_excerpt_typography_typography\":\"custom\",\"bbscts_blog_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"bbscts_blog_excerpt_typography_font_weight\":\"400\",\"bbscts_blog_excerpt_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bbscts_blog_excerpt_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bbscts_blog_meta_typography_typography\":\"custom\",\"bbscts_blog_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"bbscts_blog_meta_typography_font_weight\":\"400\",\"bbscts_blog_meta_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bbscts_blog_meta_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"bbsrms_blog_read_more_btn_color\":\"globals\\/colors?id=heading_color\",\"bbscts_blog_title_color\":\"globals\\/colors?id=heading_color\",\"bbscts_blog_title_hover_color\":\"globals\\/colors?id=primary_color\",\"bbscts_blog_meta_color\":\"globals\\/colors?id=body_font_color\",\"bbsrms_blog_read_more_btn_hover_color\":\"globals\\/colors?id=primary_color\"},\"bbsrms_blog_read_more_btn_color\":\"#28b5a4\",\"_mask_shape\":\"custom\",\"bbsgs_blog_bg_color\":\"#FFFFFF\",\"bbcls_blog_excerpt_length\":20,\"bbsgs_blog_spacing_content\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"bbsgs_blog_border_border\":\"solid\",\"bbsgs_blog_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"bbsgs_blog_border_color\":\"#EAEAEA\",\"bbsgs_blog_box_shadow_box_shadow_type\":\"yes\",\"bbsgs_blog_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"meafe-blog\"},{\"id\":\"19e5893e\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL BLOG\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\\/wanderlust-tours\\/blog\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c27fb3b\",\"elType\":\"section\",\"settings\":{\"text_align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ba293de\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"952ac65\"}]},\"elements\":[{\"id\":\"e1efb4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":40,\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e767af0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recommended and Endorsed by\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a2032a7\",\"elType\":\"widget\",\"settings\":{\"bccgs_clients_per_line\":\"6\",\"bccgs_clients_repeater\":[{\"_id\":\"f560d31\",\"bccgs_client_image\":{\"id\":\"4934\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/1.png\"}},{\"_id\":\"33f691c\",\"bccgs_client_image\":{\"id\":\"4936\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/2.png\"}},{\"_id\":\"36cfcd4\",\"bccgs_client_image\":{\"id\":\"4938\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/3.png\"}},{\"_id\":\"d5e79a4\",\"bccgs_client_image\":{\"id\":\"4941\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/4-1.png\"}},{\"_id\":\"140ae47\",\"bccgs_client_image\":{\"id\":\"4942\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/5.png\"}},{\"_id\":\"238297d\",\"bccgs_client_image\":{\"id\":\"4944\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/6.png\"}}]},\"elements\":[],\"widgetType\":\"meafe-clients\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ec642f2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#1b5e59\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EAEAEA\",\"__globals__\":{\"background_color\":\"\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"801d2d5\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d9dfb19\"}]},\"elements\":[{\"id\":\"50e6da58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EAEAEA4D\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5792d4ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us on\",\"header_size\":\"span\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"31\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5178fcbb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/facebook.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#AAAAAA30\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FEE25A\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=heading_color\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6fb7b4a1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/twitter.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#AAAAAA30\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FEE25A\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=heading_color\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6c80984d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/linkedin.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#AAAAAA30\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FEE25A\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=heading_color\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6827fdc8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/youtube.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#AAAAAA30\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FEE25A\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=heading_color\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"509446ef\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/instagram.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#AAAAAA30\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FEE25A\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=heading_color\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false}]'),(4376,4965,'_wp_attached_file','2024/07/logo.png'),(4377,4965,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1070;s:6:\"height\";i:246;s:4:\"file\";s:16:\"2024/07/logo.png\";s:8:\"filesize\";i:11008;s:5:\"sizes\";a:24:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"logo-300x69.png\";s:5:\"width\";i:300;s:6:\"height\";i:69;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10126;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"logo-1024x235.png\";s:5:\"width\";i:1024;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43802;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5262;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"logo-768x177.png\";s:5:\"width\";i:768;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31040;}s:15:\"trip-thumb-size\";a:5:{s:4:\"file\";s:16:\"logo-374x226.png\";s:5:\"width\";i:374;s:6:\"height\";i:226;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12789;}s:22:\"destination-thumb-size\";a:5:{s:4:\"file\";s:16:\"logo-600x246.png\";s:5:\"width\";i:600;s:6:\"height\";i:246;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10124;}s:27:\"destination-thumb-trip-size\";a:5:{s:4:\"file\";s:16:\"logo-410x246.png\";s:5:\"width\";i:410;s:6:\"height\";i:246;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6991;}s:21:\"activities-thumb-size\";a:5:{s:4:\"file\";s:16:\"logo-600x246.png\";s:5:\"width\";i:600;s:6:\"height\";i:246;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10124;}s:16:\"trip-single-size\";a:5:{s:4:\"file\";s:16:\"logo-990x246.png\";s:5:\"width\";i:990;s:6:\"height\";i:246;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23930;}s:19:\"meafe-featured-page\";a:5:{s:4:\"file\";s:16:\"logo-500x246.png\";s:5:\"width\";i:500;s:6:\"height\";i:246;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8289;}s:21:\"meafe-testimonial-two\";a:5:{s:4:\"file\";s:16:\"logo-272x246.png\";s:5:\"width\";i:272;s:6:\"height\";i:246;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5125;}s:14:\"meafe-blog-one\";a:5:{s:4:\"file\";s:16:\"logo-370x246.png\";s:5:\"width\";i:370;s:6:\"height\";i:246;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6445;}s:14:\"meafe-blog-two\";a:5:{s:4:\"file\";s:16:\"logo-197x246.png\";s:5:\"width\";i:197;s:6:\"height\";i:246;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3225;}s:18:\"meafe-category-tab\";a:5:{s:4:\"file\";s:16:\"logo-355x246.png\";s:5:\"width\";i:355;s:6:\"height\";i:246;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6223;}s:19:\"meafe-category-grid\";a:5:{s:4:\"file\";s:16:\"logo-370x246.png\";s:5:\"width\";i:370;s:6:\"height\";i:246;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6445;}s:23:\"meafe-category-grid-one\";a:5:{s:4:\"file\";s:16:\"logo-570x246.png\";s:5:\"width\";i:570;s:6:\"height\";i:246;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9685;}s:23:\"meafe-category-grid-two\";a:5:{s:4:\"file\";s:16:\"logo-270x180.png\";s:5:\"width\";i:270;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9220;}s:25:\"meafe-category-grid-three\";a:5:{s:4:\"file\";s:16:\"logo-570x246.png\";s:5:\"width\";i:570;s:6:\"height\";i:246;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9685;}s:29:\"meafe-category-grid-lay-three\";a:5:{s:4:\"file\";s:16:\"logo-170x170.png\";s:5:\"width\";i:170;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6187;}s:28:\"meafe-post-modules-small-img\";a:5:{s:4:\"file\";s:16:\"logo-300x246.png\";s:5:\"width\";i:300;s:6:\"height\";i:246;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5514;}s:26:\"travel-monster-withsidebar\";a:5:{s:4:\"file\";s:16:\"logo-860x246.png\";s:5:\"width\";i:860;s:6:\"height\";i:246;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18762;}s:24:\"travel-monster-blog-grid\";a:5:{s:4:\"file\";s:16:\"logo-415x246.png\";s:5:\"width\";i:415;s:6:\"height\";i:246;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7053;}s:26:\"travel-monster-latest-post\";a:5:{s:4:\"file\";s:16:\"logo-970x246.png\";s:5:\"width\";i:970;s:6:\"height\";i:246;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23377;}s:24:\"travel-monster-blog-list\";a:5:{s:4:\"file\";s:16:\"logo-300x246.png\";s:5:\"width\";i:300;s:6:\"height\";i:246;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5514;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4387,4969,'_elementor_edit_mode','builder'),(4388,4969,'_elementor_template_type','wp-page'),(4389,4969,'_elementor_version','3.13.2'),(4390,4969,'_wp_page_template','elementor_header_footer'),(4391,4969,'_elementor_data','[{\"id\":\"50ff0382\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#02010182\",\"background_color_stop\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"background_color_b\":\"#F2295BA1\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":210,\"sizes\":[]},\"background_slideshow_background_size\":\"cover\",\"background_slideshow_background_position\":\"center center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"15\",\"bottom\":\"90\",\"left\":\"15\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/banner-image.jpg\",\"id\":4880,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size_mobile\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"css_classes\":\"travel-monster__search-section\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2243134c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.386,\"content_position\":\"center\",\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"12ce96c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover the World in Style with Luxury Travel\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_css_classes\":\"--secondaryFontFamily\",\"align_mobile\":\"center\",\"typography_font_size_laptop\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4bd20701\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Grab your stuff and let\\u2019s get lost.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"357ebf39\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.528,\"content_position\":\"center\",\"align\":\"flex-end\",\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1cb64365\",\"elType\":\"widget\",\"settings\":{\"showTitle\":\"\",\"searchFormOrientation\":\"vertical\",\"searchButtonLabel\":\"Search\",\"destination_label\":\"Destination\",\"trip_types_label\":\"Trip Types\",\"activities_label\":\"Activity\",\"duration_label\":\"Duration\",\"price_label\":\"Budget\",\"date_label\":\"Date\",\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"search_padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"destination_order\":3,\"activities_order\":1,\"price_order\":2,\"search_typography_typography\":\"custom\",\"search_typography_line_height\":{\"unit\":\"px\",\"size\":22.4,\"sizes\":[]},\"search_input_icon_color\":\"#1B5E59\",\"search_input_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"search_button_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"search_button_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"__globals__\":{\"search_input_icon_color\":\"globals\\/colors?id=primary_color\",\"search_input_arrow_color\":\"globals\\/colors?id=primary\",\"search_primary_color\":\"globals\\/colors?id=primary_color\",\"search_button_border_color\":\"\",\"search_button_hover_border_color\":\"globals\\/colors?id=primary_color\",\"search_button_color\":\"globals\\/colors?id=body_font_color\",\"search_button_hover_color\":\"\"},\"search_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"search_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"search_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"search_input_color\":\"#494D41\",\"search_primary_color\":\"#1B5E59\",\"search_input_arrow_color\":\"#1C2011\",\"search_button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"search_button_hover_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"search_button_hover_border_color\":\"#1B5E59\",\"search_button_color\":\"#494d41\",\"search_button_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"wptravelengine-trip-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a41eecb\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"46\",\"right\":\"0\",\"bottom\":\"46\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"css_classes\":\"travel-monster_section-bg\"},\"elements\":[{\"id\":\"166f6476\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ffbfa53\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/08\\/location.svg\",\"id\":3236},\"library\":\"svg\"},\"view\":\"stacked\",\"title_text\":\"Handpicked Destination\",\"description_text\":\"Our strict screening process means you\\u2019re only seeing the best quality treks.\",\"primary_color\":\"#EBFBF9\",\"icon_space\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=heading_color\",\"secondary_color\":\"globals\\/colors?id=primary_color\",\"description_color\":\"globals\\/colors?id=body_font_color\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"secondary_color\":\"#28b5a4\",\"description_color\":\"rgba(28,32,17,0.8)\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"829f13f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"298b7a22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/08\\/purse.svg\",\"id\":3235},\"library\":\"svg\"},\"view\":\"stacked\",\"title_text\":\"Best Price Guaranteed\",\"description_text\":\"Our Best Price Guarantee means that you can be sure of booking at the best rate.\",\"primary_color\":\"#EBFBF9\",\"icon_space\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=heading_color\",\"secondary_color\":\"globals\\/colors?id=primary_color\",\"description_color\":\"globals\\/colors?id=body_font_color\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"6ac558d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"382638aa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/08\\/headphone.svg\",\"id\":3234},\"library\":\"svg\"},\"view\":\"stacked\",\"title_text\":\"24\\/7 Customer Service\",\"description_text\":\"Our customer are standing by 24\\/7 to make your experience incredible.\",\"primary_color\":\"#EBFBF9\",\"icon_space\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=heading_color\",\"secondary_color\":\"globals\\/colors?id=primary_color\",\"description_color\":\"globals\\/colors?id=body_font_color\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e7b9d02\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"015\",\"bottom\":\"100\",\"left\":\"015\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"0bacdeb\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"804f1e9\"}]},\"elements\":[{\"id\":\"700c4607\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.163,\"space_between_widgets\":0,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0294dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining Luxury Travel\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary_color\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ac201e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who we are\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"133f2e36\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a team of passionate travel experts who specialize in crafting bespoke luxury travel experiences that exceed the expectations of our clients. With our extensive knowledge and connections around the world, we create tailor-made itineraries that cater to individual preferences and interests.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20219cb5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our goal is to provide you with unforgettable travel experiences that are tailored to your unique interests and preferences. Whether you\'re looking for a relaxing beach vacation, an adventurous trek through the mountains, or a cultural immersion in a new city, we have the expertise and resources to make it happen.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"497a67d9\",\"elType\":\"widget\",\"settings\":{\"text\":\"KNOW MORE ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\\/wanderlust-tours\\/about-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"20771af8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.798,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FEE25A1A\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true}},\"elements\":[{\"id\":\"5b1b0c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"4916\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/trip-advisor.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a7ae2d3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_slideshow_loop\":\"\",\"background_slideshow_background_size\":\"cover\",\"background_slideshow_background_position\":\"center center\",\"padding\":{\"unit\":\"px\",\"top\":\"72\",\"right\":\"0\",\"bottom\":\"72\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"40\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"travel-nomads_counter-section\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary_color\"},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"633b9dd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"4c8e275\"}]},\"elements\":[{\"id\":\"5053aa0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"54c25d78\",\"elType\":\"widget\",\"settings\":{\"ending_number\":1500,\"suffix\":\"+\",\"title\":\"TRIPS AND TOURS\",\"number_color\":\"#FFFFFF\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Libre Caslon Text\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_number_font_weight\":\"400\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_number_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_title_text_transform\":\"uppercase\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary_color\"},\"typography_title_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"1339d3c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4162ba9e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":50,\"suffix\":\"+\",\"title\":\"OUTDOOR ACTIVITES\",\"number_color\":\"#FFFFFF\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Libre Caslon Text\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_number_font_weight\":\"400\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_number_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_title_text_transform\":\"uppercase\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary_color\"},\"typography_title_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"17b01536\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2b177fa8\",\"elType\":\"widget\",\"settings\":{\"ending_number\":40,\"suffix\":\"+\",\"title\":\"COUNTRIES\",\"number_color\":\"#FFFFFF\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Libre Caslon Text\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_number_font_weight\":\"400\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_number_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_title_text_transform\":\"uppercase\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary_color\"},\"typography_title_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"3bea720e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"4738c0b0\",\"elType\":\"widget\",\"settings\":{\"ending_number\":50,\"suffix\":\"K+\",\"title\":\"HAPPY CUSTOMERS\",\"number_color\":\"#FFFFFF\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Libre Caslon Text\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_number_font_weight\":\"400\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_number_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_title_text_transform\":\"uppercase\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary_color\"},\"typography_title_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"69e478b9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#1B5E590D\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"8c2ccb9\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"73ab52f\"}]},\"elements\":[{\"id\":\"675f574\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"d05682b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":597,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"56\",\"left\":0,\"isLinked\":false},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"c53635d\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"872d441\"}]},\"elements\":[{\"id\":\"3d41455b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"193c8ef7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Choose your trips\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f853278\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Trips\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"420ae37f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To those who wish to experience one of the best holiday time ever, we are excited to offer unlimited fun is represented in a great way.<\\/p>\",\"align\":\"center\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"468c14b\",\"elType\":\"widget\",\"settings\":{\"tripsgap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"cardlayout\":\"5\",\"showFeaturedRibbon\":\"\",\"viewMoreButtonText\":\"View Details\",\"card_boxshadow_box_shadow_type\":\"yes\",\"card_boxshadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"card_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.44,\"sizes\":[]},\"content_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"meta_typography_typography\":\"custom\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"meta_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Libre Caslon Text\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"strike_typography_typography\":\"custom\",\"strike_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"discount_tag_bg_color\":\"#fee25a\",\"__globals__\":{\"discount_tag_color\":\"globals\\/colors?id=heading_color\",\"meta_icon_color\":\"globals\\/colors?id=primary_color\",\"meta_color\":\"globals\\/colors?id=body_font_color\",\"price_color\":\"globals\\/colors?id=heading_color\",\"title_color_hover\":\"globals\\/colors?id=primary_color\",\"meta_hover_color\":\"globals\\/colors?id=primary_color\",\"discount_tag_bg_color\":\"globals\\/colors?id=secondary_color\",\"title_color\":\"globals\\/colors?id=heading_color\",\"strike_color\":\"globals\\/colors?id=body_font_color\"},\"animation_type\":\"ease\",\"img_animation_duration\":1,\"title_color_hover\":\"#fee25a\",\"meta_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"meta_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"meta_color\":\"#4a4a4a\",\"meta_hover_color\":\"#fee25a\",\"meta_icon_color\":\"#1b5e59\",\"price_typography_font_weight\":\"400\",\"price_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"price_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"price_color\":\"#151515\",\"strike_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"strike_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"discount_tag_color\":\"#151515\",\"excerptLength\":18},\"elements\":[],\"widgetType\":\"wptravelengine-trips\"},{\"id\":\"67c26fe9\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL TRIPS\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\\/wanderlust-tours\\/trip\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e3bd395\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"068923e\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"2a81a3e\"}]},\"elements\":[{\"id\":\"445ec155\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d973670\",\"elType\":\"section\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"8ebfcac\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d242b32\"}]},\"elements\":[{\"id\":\"1d3e686b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align_tablet\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[{\"id\":\"126695ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"4917\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/image-004.png\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":160},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5ab821a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"4918\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/image-003.png\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_laptop\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"height_laptop\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":237},\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":52,\"unit\":\"px\"},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":343,\"unit\":\"px\"},\"_offset_y_end\":{\"unit\":\"px\",\"size\":-96,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13d788c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"4919\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/image-005.png\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":160},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"size\":369,\"unit\":\"px\"},\"_offset_x_end\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":343,\"unit\":\"px\"},\"_offset_y_end\":{\"size\":0,\"unit\":\"px\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61660e5b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"4920\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/image-002.png\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_laptop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":514,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"75a5bea1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"space_between_widgets\":24,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"48a956a5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"181da3c\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"912755f\"}]},\"elements\":[{\"id\":\"dc47350\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"508872e7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experience Luxury Travel like Never Before\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f9b00c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who Choose Us?\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2660762b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We pride ourselves on offering the highest quality service with a personalized touch to make your trip unforgettable.<\\/p>\",\"align\":\"left\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2c7b88b5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"c294ec9\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"3c2d60d\"}]},\"elements\":[{\"id\":\"643079b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_delay\":1.2},\"elements\":[{\"id\":\"204099f4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":\"4922\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/customized-tours.svg\"},\"library\":\"svg\"},\"title_text\":\"This is the heading\",\"description_text\":\"We specialize in creating individualized wildlife safari tours.\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.44,\"sizes\":[]},\"description_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"5c0e8b4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_delay\":1.2},\"elements\":[{\"id\":\"43ee9b34\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":\"4923\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/expert-knowledge.svg\"},\"library\":\"svg\"},\"title_text\":\"Expert Knowledge\",\"description_text\":\"We offer the greatest guides since we believe that a wildlife tour.\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.44,\"sizes\":[]},\"description_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"411b4a4d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"2cc8b7a\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"de5d3d9\"}]},\"elements\":[{\"id\":\"73424a9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_delay\":1.2},\"elements\":[{\"id\":\"2986f63a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":\"4924\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/travel-services.svg\"},\"library\":\"svg\"},\"title_text\":\"Travel Services\",\"description_text\":\"We offer the greatest tour guides since we believe that a wildlife.\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.44,\"sizes\":[]},\"description_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"4d15edbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_delay\":1.2},\"elements\":[{\"id\":\"7b01b7d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":\"4925\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/reliable-responsible.svg\"},\"library\":\"svg\"},\"title_text\":\"Reliable & Responsible\",\"description_text\":\"We try our best to answer every phone as quickly as we can.\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.44,\"sizes\":[]},\"description_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"313ff5b5\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f70da3b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"bffd54c\"}]},\"elements\":[{\"id\":\"6facf518\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.7,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"072\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"72\",\"right\":\"72\",\"bottom\":\"72\",\"left\":\"72\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary_color\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"align\":\"flex-end\",\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"7cd0c18a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experience the World in Style\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4910728f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book Your Dream Luxury Trip Today!\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11efd865\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the ultimate in luxury travel and indulge in the trip of a lifetime. Book your dream luxury trip today and let us help you create unforgettable memories that you\'ll cherish forever<\\/p>\",\"align\":\"left\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"_element_custom_width_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"27679c6e\",\"elType\":\"widget\",\"settings\":{\"text\":\"LET\'S MAKE IT HAPPEN\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"link\":{\"url\":\"wanderlust-tours\\/trip\\/5-days-tour-to-philippines\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_background_hover_color\":\"#FFFFFF\",\"__globals__\":{\"hover_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1c3993ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.3,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"id\":\"4926\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/booking-trip-scaled-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"24ce41f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"size\":\"small\",\"header_size\":\"span\",\"title_color\":\"#02010100\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-1,\"unit\":\"px\"},\"_offset_y\":{\"size\":0,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f6fbd4e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"76e7429\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"8e63c22\"}]},\"elements\":[{\"id\":\"3dab9738\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"204cd4f4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":597,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"56\",\"left\":0,\"isLinked\":false},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"d538ff3\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"eac17d0\"}]},\"elements\":[{\"id\":\"2843ce75\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6f1c44d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Feel the Energy and Excitement of Nature\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b05d068\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Destinations\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"800e8fd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To those who wish to experience one of the best holiday time ever, we are excited to offer unlimited fun is represented in a great way.<\\/p>\",\"align\":\"center\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"51ed07da\",\"elType\":\"widget\",\"settings\":{\"cardlayout\":\"2\",\"termsgap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"countLabel\":\"Trips\",\"linkText\":\"View More\",\"terms_title_typography_typography\":\"custom\",\"terms_title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"terms_title_typography_font_weight\":\"400\",\"terms_count_typography_typography\":\"custom\",\"terms_count_typography_font_family\":\"Roboto Flex\",\"terms_count_typography_font_weight\":\"400\",\"terms_arrow_enable\":\"\",\"terms_image_size\":\"full\",\"terms_image_height\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"terms_animation_type\":\"ease\",\"terms_img_animation_duration\":1,\"__globals__\":{\"terms_count_typography_typography\":\"\",\"terms_title_color_hover\":\"\"},\"terms_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"terms_title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"terms_title_color_hover\":\"#EBEBEB\"},\"elements\":[],\"widgetType\":\"wptravelengine-trip-types\"},{\"id\":\"7e1c851e\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL DESTINATIONS\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\\/wanderlust-tours\\/destination\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b74957c\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"travel-monster_section-bg\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"309e5d9\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b455e81\"}]},\"elements\":[{\"id\":\"f698cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.271,\"_inline_size_tablet\":100,\"space_between_widgets\":16,\"text_align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"72\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843f895\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"755a2c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"What People Say \\nAbout Us\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1593ecc0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are the leading travel agency offering different programs and higher education diplomas that are designed with global requirements in mind.<\\/p>\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"18e6a307\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\\/wanderlust-tours\\/our-teams\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"202de3f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.729,\"_inline_size_tablet\":100,\"padding_laptop\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":1.2},\"elements\":[{\"id\":\"385507b\",\"elType\":\"widget\",\"settings\":{\"btccgs_testimonial_carousel\":[{\"btccgs_testimonial_carousel_title\":\"\",\"btccgs_testimonial_carousel_content\":\"<p>Contrary to popular belief, travelling is a lot fun especially when there\\u2019s always someone to lean on to. Travelwind has done just that to me. It is really easy to find your desired location here and the customer service is really excellent.<\\/p>\",\"btccgs_testimonial_carousel_name\":\"Talan Arcand\",\"btccgs_testimonial_carousel_position\":\"Guest Review\",\"_id\":\"4adfeab\",\"btccgs_testimonial_carousel_image\":{\"id\":\"4927\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/reviewer.png\"}},{\"btccgs_testimonial_carousel_title\":\"\",\"btccgs_testimonial_carousel_content\":\"<p>Contrary to popular belief, travelling is a lot fun especially when there\\u2019s always someone to lean on to. Travelwind has done just that to me. It is really easy to find your desired location here and the customer service is really excellent.<\\/p>\",\"btccgs_testimonial_carousel_name\":\"Talan Arcand\",\"btccgs_testimonial_carousel_position\":\"Guest Review\",\"_id\":\"31d7e90\",\"btccgs_testimonial_carousel_image\":{\"id\":\"4928\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/shape.png\"}},{\"btccgs_testimonial_carousel_title\":\"\",\"btccgs_testimonial_carousel_content\":\"<p>Contrary to popular belief, travelling is a lot fun especially when there\\u2019s always someone to lean on to. Travelwind has done just that to me. It is really easy to find your desired location here and the customer service is really excellent.<\\/p>\",\"btccgs_testimonial_carousel_name\":\"Talan Arcand\",\"btccgs_testimonial_carousel_position\":\"Guest Review\",\"_id\":\"1287ced\",\"btccgs_testimonial_carousel_image\":{\"id\":\"4930\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/Ellipse.png\"}}],\"btccgs_testimonial_carousel_show_carousel_nav\":\"\",\"btccrs_testimonial_rating_enable\":\"yes\",\"btccrs_testimonial_star_style\":\"star_unicode\",\"btcsgs_testimonial_title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"btcsgs_testimonial_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"btcsgs_testimonial_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"btcsgs_testimonial_content_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"btcsgs_testimonial_content_typography_typography\":\"custom\",\"btcsgs_testimonial_content_typography_font_family\":\"Libre Caslon Text\",\"btcsgs_testimonial_content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"btcsgs_testimonial_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"btsrs_testimonial_name_typography_typography\":\"custom\",\"btsrs_testimonial_name_typography_font_family\":\"Libre Caslon Text\",\"btsrs_testimonial_name_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"btsrs_testimonial_name_typography_font_weight\":\"400\",\"btsrs_testimonial_title_typography_typography\":\"custom\",\"btsrs_testimonial_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"btcsrss_testimonial_stars_color\":\"#FEE25A\",\"btcsrss_testimonial_stars_unmarked_color\":\"#FEE25A\",\"btcsnd_testimonial_dots_nav_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"btcsnd_testimonial_dots_nav_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"btcsnd_testimonial_dots_nav_color\":\"#1B5E5961\",\"btcsnd_testimonial_dots_nav_active_color\":\"#1b5e59\",\"_padding\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":106.225},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":24,\"spread\":0,\"color\":\"rgba(29, 13, 13, 0.04)\"},\"__globals__\":{\"btcsnd_testimonial_dots_nav_color\":\"\",\"btcsnd_testimonial_dots_nav_active_color\":\"globals\\/colors?id=primary_color\",\"btcsgs_testimonial_content_color\":\"globals\\/colors?id=heading_color\",\"btsrs_testimonial_name_color\":\"globals\\/colors?id=heading_color\",\"btsrs_testimonial_title_color\":\"globals\\/colors?id=body_font_color\"},\"btcsgs_testimonial_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"btcsgs_testimonial_content_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"meafe-testimonial-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"19c02d8b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"6a673b2\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"a7a63d5\"}]},\"elements\":[{\"id\":\"54a864ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"79f6aaf1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":597,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"56\",\"left\":0,\"isLinked\":false},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"980cb03\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"6036be9\"}]},\"elements\":[{\"id\":\"2b4b0352\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e9c2872\",\"elType\":\"widget\",\"settings\":{\"title\":\"Choose your trips\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"267db011\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best travel deals\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68e49a30\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To those who wish to experience one of the best holiday time ever, we are excited to offer unlimited fun is represented in a great way.<\\/p>\",\"align\":\"center\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"12b2740a\",\"elType\":\"widget\",\"settings\":{\"tripsgap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"cardlayout\":\"5\",\"showFeaturedRibbon\":\"\",\"viewMoreButtonText\":\"View Details\",\"card_boxshadow_box_shadow_type\":\"yes\",\"card_boxshadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"card_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.44,\"sizes\":[]},\"content_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"meta_typography_typography\":\"custom\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"meta_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Libre Caslon Text\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"strike_typography_typography\":\"custom\",\"strike_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"strike_color\":\"#4A4A4ABF\",\"__globals__\":{\"discount_tag_color\":\"globals\\/colors?id=heading_color\",\"meta_icon_color\":\"globals\\/colors?id=primary_color\",\"meta_color\":\"globals\\/colors?id=body_font_color\",\"price_color\":\"globals\\/colors?id=heading_color\",\"title_color_hover\":\"globals\\/colors?id=primary_color\",\"discount_tag_bg_color\":\"globals\\/colors?id=secondary_color\",\"meta_hover_color\":\"globals\\/colors?id=primary_color\"},\"animation_type\":\"ease\",\"img_animation_duration\":1,\"price_typography_font_weight\":\"400\",\"price_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"price_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"strike_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"strike_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"excerptLength\":18,\"showReviews\":\"yes\",\"card_border_border\":\"solid\",\"card_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"card_border_color\":\"#EAEAEA\"},\"elements\":[],\"widgetType\":\"wptravelengine-trips\"},{\"id\":\"3a25474b\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL DEALS\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\\/wanderlust-tours\\/trip\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3ec0f12d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a8787ec\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"a9c17d4\"}]},\"elements\":[{\"id\":\"b83d78c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.788,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"id\":\"4932\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/lighthouse-scaled-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1d086fb3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"size\":\"small\",\"header_size\":\"span\",\"title_color\":\"#02010100\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_position\":\"absolute\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4fde76f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.139,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"space_between_widgets\":16,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"72\",\"right\":\"72\",\"bottom\":\"72\",\"left\":\"72\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary_color\"},\"align\":\"flex-start\"},\"elements\":[{\"id\":\"5bec98f5\",\"elType\":\"section\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a477f10\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"23852a2\"}],\"text_align\":\"left\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"072\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e1fd3e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"547c86d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Take Action and Make Your Dreams a Reality\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c03fd61\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unlock the Door to Your Dreams\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b504e81\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Are you tired of dreaming about the life you want? It\'s time to take action and make those dreams a reality. Let us help you unlock the door to your dreams and start living the life you\'ve always wanted.<\\/p>\",\"align\":\"left\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"200df2fd\",\"elType\":\"widget\",\"settings\":{\"text\":\"OPEN THE DOOR NOW\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"032\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"link\":{\"url\":\"\\/wanderlust-tours\\/trip\\/everest-base-camp-trek\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_background_hover_color\":\"#FFFFFF\",\"__globals__\":{\"hover_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"12978614\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"4dbb215\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"01f97cb\"}]},\"elements\":[{\"id\":\"7eede976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73d52fb9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":597,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"e86197d\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"65eb884\"}]},\"elements\":[{\"id\":\"5310888b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5412b325\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your ultimate guide to exploring the world\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4afead58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Blog and articles\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0b5acf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"white-space: pre-wrap;\\\">Latest travel tips and blog covering all travel experiences. Check out our mentions in different guides and articles.<\\/span><\\/p>\",\"align\":\"center\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72d69bcc\",\"elType\":\"widget\",\"settings\":{\"bbcls_blog_layout_mode\":\"2\",\"bbcls_blog_show_load_more_text\":\"LOAD MORE\",\"bbcls_blog_show_load_more_url\":\"#\",\"bbcls_blog_excerpt_expanison_indicator\":\"...\",\"bbcls_blog_read_more_button_text\":\"READ MORE\",\"bbscts_blog_title_typography_typography\":\"custom\",\"bbscts_blog_title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"bbscts_blog_title_typography_font_weight\":\"500\",\"bbscts_blog_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"bbscts_blog_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bbscts_blog_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"bbsrms_blog_read_more_btn_typography_typography\":\"custom\",\"bbsrms_blog_read_more_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"bbsrms_blog_read_more_btn_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"bbcqs_blog_category_ids\":[],\"bbcqs_blog_post_tag_ids\":[],\"bbcqs_blog_post__not_in\":[],\"bbscts_blog_title_hover_color\":\"#28b5a4\",\"bbslms_blog_load_more_btn_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"32\",\"bottom\":\"20\",\"left\":\"32\",\"isLinked\":false},\"bbslms_blog_load_more_btn_typography_typography\":\"custom\",\"bbslms_blog_load_more_btn_typography_font_family\":\"Poppins\",\"bbslms_blog_load_more_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"bbslms_blog_load_more_btn_typography_font_weight\":\"500\",\"bbslms_blog_load_more_btn_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bbslms_blog_load_more_btn_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bbslms_blog_load_more_btn_normal_text_color\":\"#E48E45\",\"bbslms_blog_load_more_btn_normal_bg_color\":\"#02010100\",\"bbslms_blog_load_more_btn_normal_border_border\":\"solid\",\"bbslms_blog_load_more_btn_normal_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"bbslms_blog_load_more_btn_normal_border_color\":\"#E48E45\",\"bbslms_blog_load_more_btn_border_radius\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"bbslms_blog_load_more_btn_hover_text_color\":\"#FFFFFF\",\"bbslms_blog_load_more_btn_hover_bg_color\":\"#E48E45\",\"bbslms_blog_load_more_btn_hover_border_color\":\"#E48E45\",\"bbcls_blog_show_category\":\"\",\"bbscts_blog_excerpt_color\":\"#494D41\",\"bbscts_blog_excerpt_typography_typography\":\"custom\",\"bbscts_blog_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"bbscts_blog_excerpt_typography_font_weight\":\"400\",\"bbscts_blog_excerpt_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bbscts_blog_excerpt_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bbscts_blog_meta_typography_typography\":\"custom\",\"bbscts_blog_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"bbscts_blog_meta_typography_font_weight\":\"400\",\"bbscts_blog_meta_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bbscts_blog_meta_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"bbsrms_blog_read_more_btn_color\":\"globals\\/colors?id=heading_color\",\"bbscts_blog_title_color\":\"globals\\/colors?id=heading_color\",\"bbscts_blog_title_hover_color\":\"globals\\/colors?id=primary_color\",\"bbscts_blog_meta_color\":\"globals\\/colors?id=body_font_color\",\"bbsrms_blog_read_more_btn_hover_color\":\"globals\\/colors?id=primary_color\"},\"bbsrms_blog_read_more_btn_color\":\"#28b5a4\",\"_mask_shape\":\"custom\",\"bbsgs_blog_bg_color\":\"#FFFFFF\",\"bbcls_blog_excerpt_length\":20,\"bbsgs_blog_spacing_content\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"bbsgs_blog_border_border\":\"solid\",\"bbsgs_blog_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"bbsgs_blog_border_color\":\"#EAEAEA\",\"bbsgs_blog_box_shadow_box_shadow_type\":\"yes\",\"bbsgs_blog_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"meafe-blog\"},{\"id\":\"19e5893e\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL BLOG\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\\/wanderlust-tours\\/blog\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c27fb3b\",\"elType\":\"section\",\"settings\":{\"text_align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ba293de\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"952ac65\"}]},\"elements\":[{\"id\":\"e1efb4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":40,\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e767af0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recommended and Endorsed by\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a2032a7\",\"elType\":\"widget\",\"settings\":{\"bccgs_clients_per_line\":\"6\",\"bccgs_clients_repeater\":[{\"_id\":\"f560d31\",\"bccgs_client_image\":{\"id\":\"4934\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/1.png\"}},{\"_id\":\"33f691c\",\"bccgs_client_image\":{\"id\":\"4936\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/2.png\"}},{\"_id\":\"36cfcd4\",\"bccgs_client_image\":{\"id\":\"4938\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/3.png\"}},{\"_id\":\"d5e79a4\",\"bccgs_client_image\":{\"id\":\"4941\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/4-1.png\"}},{\"_id\":\"140ae47\",\"bccgs_client_image\":{\"id\":\"4942\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/5.png\"}},{\"_id\":\"238297d\",\"bccgs_client_image\":{\"id\":\"4944\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/6.png\"}}]},\"elements\":[],\"widgetType\":\"meafe-clients\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ec642f2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#1b5e59\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EAEAEA\",\"__globals__\":{\"background_color\":\"\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"801d2d5\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d9dfb19\"}]},\"elements\":[{\"id\":\"50e6da58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EAEAEA4D\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5792d4ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us on\",\"header_size\":\"span\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"31\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5178fcbb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/facebook.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#AAAAAA30\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FEE25A\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=heading_color\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6fb7b4a1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/twitter.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#AAAAAA30\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FEE25A\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=heading_color\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6c80984d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/linkedin.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#AAAAAA30\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FEE25A\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=heading_color\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6827fdc8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/youtube.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#AAAAAA30\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FEE25A\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=heading_color\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"509446ef\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/instagram.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#AAAAAA30\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FEE25A\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=heading_color\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false}]'),(4393,4969,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#FFFFFF\";}'),(4511,4962,'_edit_lock','1721407317:1'),(4512,18,'_edit_lock','1721407304:1'),(4513,18,'_edit_last','1'),(4514,18,'_travel_monster_sidebar_layout','default-sidebar'),(4515,18,'_wp_page_template','default'),(4516,4962,'_edit_last','1'),(4517,4962,'_wp_page_template','default'),(4520,4962,'_travel_monster_sidebar_layout','default-sidebar'),(4521,4962,'_elementor_edit_mode','builder'),(4522,4962,'_elementor_template_type','wp-page'),(4523,4962,'_elementor_version','3.23.1'),(4524,4989,'_wp_page_template','default'),(4525,4989,'_elementor_edit_mode','builder'),(4526,4989,'_elementor_template_type','wp-page'),(4527,4989,'_elementor_version','3.23.1'),(4528,4990,'_wp_page_template','default'),(4529,4990,'_elementor_edit_mode','builder'),(4530,4990,'_elementor_template_type','wp-page'),(4531,4990,'_elementor_version','3.23.1'),(4532,4962,'_elementor_data','[{\"id\":\"a6bfbb6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[],\"isInner\":false}]'),(4533,4991,'_wp_page_template','default'),(4534,4991,'_elementor_edit_mode','builder'),(4535,4991,'_elementor_template_type','wp-page'),(4536,4991,'_elementor_version','3.23.1'),(4537,4991,'_elementor_data','[{\"id\":\"a6bfbb6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[],\"isInner\":false}]'),(4539,4993,'_wp_page_template','default'),(4540,4993,'_elementor_edit_mode','builder'),(4541,4993,'_elementor_template_type','wp-page'),(4542,4993,'_elementor_version','3.23.1'),(4543,4993,'_elementor_data','[]'),(4545,4993,'footnotes',''),(4696,2579,'_elementor_css','a:6:{s:4:\"time\";i:1752732625;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:\"\";}'),(4697,2255,'_elementor_page_assets','a:2:{s:6:\"styles\";a:15:{i:0;s:14:\"widget-heading\";i:1;s:16:\"wte-blocks-index\";i:2;s:15:\"wte-fonts-style\";i:3;s:15:\"widget-icon-box\";i:4;s:12:\"widget-image\";i:5;s:18:\"e-animation-fadeIn\";i:6;s:14:\"widget-counter\";i:7;s:22:\"e-animation-fadeInDown\";i:8;s:20:\"e-animation-fadeInUp\";i:9;s:23:\"e-animation-fadeInRight\";i:10;s:26:\"meafe-testimonial-carousel\";i:11;s:6:\"swiper\";i:12;s:8:\"e-swiper\";i:13;s:10:\"meafe-blog\";i:14;s:13:\"meafe-clients\";}s:7:\"scripts\";a:6:{i:0;s:18:\"elementor-frontend\";i:1;s:23:\"wptravelengineeeb-trips\";i:2;s:16:\"jquery-numerator\";i:3;s:26:\"meafe-testimonial-carousel\";i:4;s:13:\"swiper-bundle\";i:5;s:13:\"meafe-clients\";}}'),(4698,2255,'_elementor_css','a:6:{s:4:\"time\";i:1752732629;s:5:\"fonts\";a:3:{i:0;s:7:\"Satisfy\";i:1;s:17:\"Libre Caslon Text\";i:2;s:11:\"Roboto Flex\";}s:5:\"icons\";a:4:{i:0;s:0:\"\";i:4;s:3:\"svg\";i:7;s:8:\"fa-solid\";i:19;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4699,2255,'_elementor_element_cache','{\"timeout\":1756793595,\"value\":{\"content\":\"\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-50ff0382 travel-monster__search-section elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"50ff0382\\\" data-element_type=\\\"section\\\" data-settings=\\\"{"background_background":"classic"}\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-2243134c\\\" data-id=\\\"2243134c\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-12ce96c5 --secondaryFontFamily elementor-widget elementor-widget-heading\\\" data-id=\\\"12ce96c5\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h1 class=\\\"elementor-heading-title elementor-size-default\\\">Discover the World in Style with Luxury Travel<\\/h1>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"dba635ec234dcf120361256c7738ecb0\\\" data=\\\"eyJpZCI6IjRiZDIwNzAxIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+R3JhYiB5b3VyIHN0dWZmIGFuZCBsZXRcdTIwMTlzIGdldCBsb3N0LjxcL3A+IiwidGV4dF9jb2xvciI6IiNGRkZGRkYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjc1LCJzaXplcyI6W119LCJhbGlnbl9tb2JpbGUiOiJjZW50ZXIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-357ebf39\\\" data-id=\\\"357ebf39\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element k=\\\"dba635ec234dcf120361256c7738ecb0\\\" data=\\\"eyJpZCI6IjFjYjY0MzY1IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsic2hvd1RpdGxlIjoiIiwic2VhcmNoRm9ybU9yaWVudGF0aW9uIjoidmVydGljYWwiLCJzZWFyY2hCdXR0b25MYWJlbCI6IlNlYXJjaCIsImRlc3RpbmF0aW9uX2xhYmVsIjoiRGVzdGluYXRpb24iLCJ0cmlwX3R5cGVzX2xhYmVsIjoiVHJpcCBUeXBlcyIsImFjdGl2aXRpZXNfbGFiZWwiOiJBY3Rpdml0eSIsImR1cmF0aW9uX2xhYmVsIjoiRHVyYXRpb24iLCJwcmljZV9sYWJlbCI6IkJ1ZGdldCIsImRhdGVfbGFiZWwiOiJEYXRlIiwiX2VsZW1lbnRfd2lkdGgiOiJpbml0aWFsIiwiX2VsZW1lbnRfd2lkdGhfbW9iaWxlIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjozNzAsInNpemVzIjpbXX0sIl9lbGVtZW50X2N1c3RvbV93aWR0aF9tb2JpbGUiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjYwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwic2VhcmNoX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMzIiLCJyaWdodCI6IjI0IiwiYm90dG9tIjoiMzIiLCJsZWZ0IjoiMjQiLCJpc0xpbmtlZCI6ZmFsc2V9LCJkZXN0aW5hdGlvbl9vcmRlciI6MywiYWN0aXZpdGllc19vcmRlciI6MSwicHJpY2Vfb3JkZXIiOjIsInNlYXJjaF90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJzZWFyY2hfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjoyMi40LCJzaXplcyI6W119LCJzZWFyY2hfaW5wdXRfaWNvbl9jb2xvciI6IiMxQjVFNTkiLCJzZWFyY2hfaW5wdXRfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTYiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sInNlYXJjaF9idXR0b25fcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNiIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjE2IiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJzZWFyY2hfYnV0dG9uX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiNCIsInJpZ2h0IjoiNCIsImJvdHRvbSI6IjQiLCJsZWZ0IjoiNCIsImlzTGlua2VkIjp0cnVlfSwiX19nbG9iYWxzX18iOnsic2VhcmNoX2lucHV0X2ljb25fY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9cHJpbWFyeV9jb2xvciIsInNlYXJjaF9pbnB1dF9hcnJvd19jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1wcmltYXJ5Iiwic2VhcmNoX3ByaW1hcnlfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9cHJpbWFyeV9jb2xvciIsInNlYXJjaF9idXR0b25fYm9yZGVyX2NvbG9yIjoiIiwic2VhcmNoX2J1dHRvbl9ob3Zlcl9ib3JkZXJfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9cHJpbWFyeV9jb2xvciIsInNlYXJjaF9idXR0b25fY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9Ym9keV9mb250X2NvbG9yIiwic2VhcmNoX2J1dHRvbl9ob3Zlcl9jb2xvciI6IiJ9LCJzZWFyY2hfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTQsInNpemVzIjpbXX0sInNlYXJjaF90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwic2VhcmNoX3R5cG9ncmFwaHlfbGluZV9oZWlnaHRfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJzZWFyY2hfaW5wdXRfY29sb3IiOiIjNDk0RDQxIiwic2VhcmNoX3ByaW1hcnlfY29sb3IiOiIjMUI1RTU5Iiwic2VhcmNoX2lucHV0X2Fycm93X2NvbG9yIjoiIzFDMjAxMSIsInNlYXJjaF9idXR0b25fYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IjEiLCJyaWdodCI6IjEiLCJib3R0b20iOiIxIiwibGVmdCI6IjEiLCJpc0xpbmtlZCI6dHJ1ZX0sInNlYXJjaF9idXR0b25faG92ZXJfYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IjEiLCJyaWdodCI6IjEiLCJib3R0b20iOiIxIiwibGVmdCI6IjEiLCJpc0xpbmtlZCI6dHJ1ZX0sInNlYXJjaF9idXR0b25faG92ZXJfYm9yZGVyX2NvbG9yIjoiIzFCNUU1OSIsInNlYXJjaF9idXR0b25fY29sb3IiOiIjNDk0ZDQxIiwic2VhcmNoX2J1dHRvbl9ob3Zlcl9jb2xvciI6IiNGRkZGRkYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoid3B0cmF2ZWxlbmdpbmUtdHJpcC1zZWFyY2gifQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-1a41eecb travel-monster_section-bg elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"1a41eecb\\\" data-element_type=\\\"section\\\" data-settings=\\\"{"background_background":"classic"}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-166f6476\\\" data-id=\\\"166f6476\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5ffbfa53 elementor-view-stacked elementor-shape-circle elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box\\\" data-id=\\\"5ffbfa53\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<span class=\\\"elementor-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h3 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\tHandpicked Destination\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h3>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p class=\\\"elementor-icon-box-description\\\">\\n\\t\\t\\t\\t\\t\\tOur strict screening process means you\\u2019re only seeing the best quality treks.\\t\\t\\t\\t\\t<\\/p>\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-829f13f\\\" data-id=\\\"829f13f\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-298b7a22 elementor-view-stacked elementor-shape-circle elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box\\\" data-id=\\\"298b7a22\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<span class=\\\"elementor-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h3 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\tBest Price Guaranteed\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h3>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p class=\\\"elementor-icon-box-description\\\">\\n\\t\\t\\t\\t\\t\\tOur Best Price Guarantee means that you can be sure of booking at the best rate.\\t\\t\\t\\t\\t<\\/p>\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-6ac558d\\\" data-id=\\\"6ac558d\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-382638aa elementor-view-stacked elementor-shape-circle elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box\\\" data-id=\\\"382638aa\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<span class=\\\"elementor-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h3 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t24\\/7 Customer Service\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h3>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p class=\\\"elementor-icon-box-description\\\">\\n\\t\\t\\t\\t\\t\\tOur customer are standing by 24\\/7 to make your experience incredible.\\t\\t\\t\\t\\t<\\/p>\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-3e7b9d02 elementor-section-content-middle animated-slow elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"3e7b9d02\\\" data-element_type=\\\"section\\\" data-settings=\\\"{"animation":"fadeIn"}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-700c4607\\\" data-id=\\\"700c4607\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4a0294dc elementor-widget elementor-widget-heading\\\" data-id=\\\"4a0294dc\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<span class=\\\"elementor-heading-title elementor-size-default\\\">Redefining Luxury Travel<\\/span>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2ac201e1 elementor-widget elementor-widget-heading\\\" data-id=\\\"2ac201e1\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Who we are<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"dba635ec234dcf120361256c7738ecb0\\\" data=\\\"eyJpZCI6IjEzM2YyZTM2IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+V2UgYXJlIGEgdGVhbSBvZiBwYXNzaW9uYXRlIHRyYXZlbCBleHBlcnRzIHdobyBzcGVjaWFsaXplIGluIGNyYWZ0aW5nIGJlc3Bva2UgbHV4dXJ5IHRyYXZlbCBleHBlcmllbmNlcyB0aGF0IGV4Y2VlZCB0aGUgZXhwZWN0YXRpb25zIG9mIG91ciBjbGllbnRzLiBXaXRoIG91ciBleHRlbnNpdmUga25vd2xlZGdlIGFuZCBjb25uZWN0aW9ucyBhcm91bmQgdGhlIHdvcmxkLCB3ZSBjcmVhdGUgdGFpbG9yLW1hZGUgaXRpbmVyYXJpZXMgdGhhdCBjYXRlciB0byBpbmRpdmlkdWFsIHByZWZlcmVuY2VzIGFuZCBpbnRlcmVzdHMuPFwvcD4iLCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIyNCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"][elementor-element k=\\\"dba635ec234dcf120361256c7738ecb0\\\" data=\\\"eyJpZCI6IjIwMjE5Y2I1IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+T3VyIGdvYWwgaXMgdG8gcHJvdmlkZSB5b3Ugd2l0aCB1bmZvcmdldHRhYmxlIHRyYXZlbCBleHBlcmllbmNlcyB0aGF0IGFyZSB0YWlsb3JlZCB0byB5b3VyIHVuaXF1ZSBpbnRlcmVzdHMgYW5kIHByZWZlcmVuY2VzLiBXaGV0aGVyIHlvdSdyZSBsb29raW5nIGZvciBhIHJlbGF4aW5nIGJlYWNoIHZhY2F0aW9uLCBhbiBhZHZlbnR1cm91cyB0cmVrIHRocm91Z2ggdGhlIG1vdW50YWlucywgb3IgYSBjdWx0dXJhbCBpbW1lcnNpb24gaW4gYSBuZXcgY2l0eSwgd2UgaGF2ZSB0aGUgZXhwZXJ0aXNlIGFuZCByZXNvdXJjZXMgdG8gbWFrZSBpdCBoYXBwZW4uPFwvcD4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-497a67d9 elementor-widget elementor-widget-button\\\" data-id=\\\"497a67d9\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-button-wrapper\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"\\/wanderlust-tours\\/about-us\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-icon\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-long-arrow-alt-right\\\" viewBox=\\\"0 0 448 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\\\"><\\/path><\\/svg>\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">KNOW MORE ABOUT US<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-20771af8\\\" data-id=\\\"20771af8\\\" data-element_type=\\\"column\\\" data-settings=\\\"{"background_background":"classic"}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5b1b0c8 elementor-widget elementor-widget-image\\\" data-id=\\\"5b1b0c8\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/trip-advisor.jpg\\\" title=\\\"\\\" alt=\\\"\\\" loading=\\\"lazy\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-7a7ae2d3 travel-nomads_counter-section animated-slow elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"7a7ae2d3\\\" data-element_type=\\\"section\\\" data-settings=\\\"{"background_background":"classic","animation":"fadeIn"}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-5053aa0c\\\" data-id=\\\"5053aa0c\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-54c25d78 elementor-widget elementor-widget-counter\\\" data-id=\\\"54c25d78\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"counter.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-counter\\\">\\n\\t\\t\\t<div class=\\\"elementor-counter-title\\\">TRIPS AND TOURS<\\/div>\\t\\t\\t<div class=\\\"elementor-counter-number-wrapper\\\">\\n\\t\\t\\t\\t<span class=\\\"elementor-counter-number-prefix\\\"><\\/span>\\n\\t\\t\\t\\t<span class=\\\"elementor-counter-number\\\" data-duration=\\\"2000\\\" data-to-value=\\\"1500\\\" data-from-value=\\\"0\\\" data-delimiter=\\\",\\\">0<\\/span>\\n\\t\\t\\t\\t<span class=\\\"elementor-counter-number-suffix\\\">+<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-1339d3c8\\\" data-id=\\\"1339d3c8\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4162ba9e elementor-widget elementor-widget-counter\\\" data-id=\\\"4162ba9e\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"counter.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-counter\\\">\\n\\t\\t\\t<div class=\\\"elementor-counter-title\\\">OUTDOOR ACTIVITES<\\/div>\\t\\t\\t<div class=\\\"elementor-counter-number-wrapper\\\">\\n\\t\\t\\t\\t<span class=\\\"elementor-counter-number-prefix\\\"><\\/span>\\n\\t\\t\\t\\t<span class=\\\"elementor-counter-number\\\" data-duration=\\\"2000\\\" data-to-value=\\\"50\\\" data-from-value=\\\"0\\\" data-delimiter=\\\",\\\">0<\\/span>\\n\\t\\t\\t\\t<span class=\\\"elementor-counter-number-suffix\\\">+<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-17b01536\\\" data-id=\\\"17b01536\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2b177fa8 elementor-widget elementor-widget-counter\\\" data-id=\\\"2b177fa8\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"counter.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-counter\\\">\\n\\t\\t\\t<div class=\\\"elementor-counter-title\\\">COUNTRIES<\\/div>\\t\\t\\t<div class=\\\"elementor-counter-number-wrapper\\\">\\n\\t\\t\\t\\t<span class=\\\"elementor-counter-number-prefix\\\"><\\/span>\\n\\t\\t\\t\\t<span class=\\\"elementor-counter-number\\\" data-duration=\\\"2000\\\" data-to-value=\\\"40\\\" data-from-value=\\\"0\\\" data-delimiter=\\\",\\\">0<\\/span>\\n\\t\\t\\t\\t<span class=\\\"elementor-counter-number-suffix\\\">+<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3bea720e\\\" data-id=\\\"3bea720e\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4738c0b0 elementor-widget elementor-widget-counter\\\" data-id=\\\"4738c0b0\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"counter.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-counter\\\">\\n\\t\\t\\t<div class=\\\"elementor-counter-title\\\">HAPPY CUSTOMERS<\\/div>\\t\\t\\t<div class=\\\"elementor-counter-number-wrapper\\\">\\n\\t\\t\\t\\t<span class=\\\"elementor-counter-number-prefix\\\"><\\/span>\\n\\t\\t\\t\\t<span class=\\\"elementor-counter-number\\\" data-duration=\\\"2000\\\" data-to-value=\\\"50\\\" data-from-value=\\\"0\\\" data-delimiter=\\\",\\\">0<\\/span>\\n\\t\\t\\t\\t<span class=\\\"elementor-counter-number-suffix\\\">K+<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-69e478b9 animated-slow elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"69e478b9\\\" data-element_type=\\\"section\\\" data-settings=\\\"{"background_background":"classic","animation":"fadeIn"}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-675f574\\\" data-id=\\\"675f574\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-d05682b elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"d05682b\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-3d41455b\\\" data-id=\\\"3d41455b\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-193c8ef7 --secondaryFontFamily elementor-widget elementor-widget-heading\\\" data-id=\\\"193c8ef7\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<span class=\\\"elementor-heading-title elementor-size-default\\\">Choose your trips<\\/span>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5f853278 elementor-widget elementor-widget-heading\\\" data-id=\\\"5f853278\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Featured Trips<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"dba635ec234dcf120361256c7738ecb0\\\" data=\\\"eyJpZCI6IjQyMGFlMzdmIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+VG8gdGhvc2Ugd2hvIHdpc2ggdG8gZXhwZXJpZW5jZSBvbmUgb2YgdGhlIGJlc3QgaG9saWRheSB0aW1lIGV2ZXIsIHdlIGFyZSBleGNpdGVkIHRvIG9mZmVyIHVubGltaXRlZCBmdW4gaXMgcmVwcmVzZW50ZWQgaW4gYSBncmVhdCB3YXkuPFwvcD4iLCJhbGlnbiI6ImNlbnRlciIsInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNzUsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t[elementor-element k=\\\"dba635ec234dcf120361256c7738ecb0\\\" data=\\\"eyJpZCI6IjQ2OGMxNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJjYXJkbGF5b3V0IjoiNSIsInNob3dGZWF0dXJlZFJpYmJvbiI6IiIsInZpZXdNb3JlQnV0dG9uVGV4dCI6IlZpZXcgRGV0YWlscyIsImNhcmRfYm94c2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImNhcmRfYm94c2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjAsImJsdXIiOjAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsMCwwLDAuNSkifSwiY2FyZF9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI0LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMywic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodF9sYXB0b3AiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sImNvbnRlbnRfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiY29udGVudF90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwiY29udGVudF90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNDQsInNpemVzIjpbXX0sImNvbnRlbnRfdHlwb2dyYXBoeV9saW5lX2hlaWdodF9sYXB0b3AiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sImNvbnRlbnRfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNiIsInJpZ2h0IjoiMTYiLCJib3R0b20iOiIxNiIsImxlZnQiOiIxNiIsImlzTGlua2VkIjp0cnVlfSwibWV0YV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJtZXRhX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE0LCJzaXplcyI6W119LCJtZXRhX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MTIsInNpemVzIjpbXX0sInByaWNlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInByaWNlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJMaWJyZSBDYXNsb24gVGV4dCIsInByaWNlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjMyLCJzaXplcyI6W119LCJzdHJpa2VfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic3RyaWtlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE2LCJzaXplcyI6W119LCJkaXNjb3VudF90YWdfYmdfY29sb3IiOiIjZmVlMjVhIiwiX19nbG9iYWxzX18iOnsiZGlzY291bnRfdGFnX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWhlYWRpbmdfY29sb3IiLCJtZXRhX2ljb25fY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9cHJpbWFyeV9jb2xvciIsIm1ldGFfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9Ym9keV9mb250X2NvbG9yIiwicHJpY2VfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9aGVhZGluZ19jb2xvciIsInRpdGxlX2NvbG9yX2hvdmVyIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXByaW1hcnlfY29sb3IiLCJtZXRhX2hvdmVyX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXByaW1hcnlfY29sb3IiLCJkaXNjb3VudF90YWdfYmdfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9c2Vjb25kYXJ5X2NvbG9yIiwidGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9aGVhZGluZ19jb2xvciIsInN0cmlrZV9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1ib2R5X2ZvbnRfY29sb3IifSwiYW5pbWF0aW9uX3R5cGUiOiJlYXNlIiwiaW1nX2FuaW1hdGlvbl9kdXJhdGlvbiI6MSwidGl0bGVfY29sb3JfaG92ZXIiOiIjZmVlMjVhIiwibWV0YV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNiwic2l6ZXMiOltdfSwibWV0YV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X2xhcHRvcCI6eyJ1bml0IjoiZW0iLCJzaXplIjoiIiwic2l6ZXMiOltdfSwibWV0YV9jb2xvciI6IiM0YTRhNGEiLCJtZXRhX2hvdmVyX2NvbG9yIjoiI2ZlZTI1YSIsIm1ldGFfaWNvbl9jb2xvciI6IiMxYjVlNTkiLCJwcmljZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwicHJpY2VfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjMsInNpemVzIjpbXX0sInByaWNlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHRfbGFwdG9wIjp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJwcmljZV9jb2xvciI6IiMxNTE1MTUiLCJzdHJpa2VfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjYsInNpemVzIjpbXX0sInN0cmlrZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X2xhcHRvcCI6eyJ1bml0IjoiZW0iLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiZGlzY291bnRfdGFnX2NvbG9yIjoiIzE1MTUxNSIsImV4Y2VycHRMZW5ndGgiOjE4fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoid3B0cmF2ZWxlbmdpbmUtdHJpcHMifQ==\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-67c26fe9 elementor-align-center elementor-widget elementor-widget-button\\\" data-id=\\\"67c26fe9\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-button-wrapper\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"\\/wanderlust-tours\\/trip\\/\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-icon\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-long-arrow-alt-right\\\" viewBox=\\\"0 0 448 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\\\"><\\/path><\\/svg>\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">VIEW ALL TRIPS<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-4e3bd395 elementor-section-content-top animated-slow elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"4e3bd395\\\" data-element_type=\\\"section\\\" data-settings=\\\"{"animation":"fadeIn"}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-445ec155\\\" data-id=\\\"445ec155\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-6d973670 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"6d973670\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-1d3e686b\\\" data-id=\\\"1d3e686b\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-126695ea elementor-widget__width-initial elementor-absolute animated-slow elementor-invisible elementor-widget elementor-widget-image\\\" data-id=\\\"126695ea\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{"_position":"absolute","_animation":"fadeInDown"}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/image-004.png\\\" title=\\\"\\\" alt=\\\"\\\" loading=\\\"lazy\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5ab821a6 elementor-widget__width-initial elementor-absolute animated-slow elementor-invisible elementor-widget elementor-widget-image\\\" data-id=\\\"5ab821a6\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{"_position":"absolute","_animation":"fadeInUp"}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/image-003.png\\\" title=\\\"\\\" alt=\\\"\\\" loading=\\\"lazy\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-13d788c4 elementor-widget__width-initial elementor-absolute animated-slow elementor-invisible elementor-widget elementor-widget-image\\\" data-id=\\\"13d788c4\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{"_position":"absolute","_animation":"fadeInRight"}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/image-005.png\\\" title=\\\"\\\" alt=\\\"\\\" loading=\\\"lazy\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-61660e5b elementor-widget__width-auto animated-slow elementor-invisible elementor-widget elementor-widget-image\\\" data-id=\\\"61660e5b\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{"_animation":"fadeIn"}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/image-002.png\\\" title=\\\"\\\" alt=\\\"\\\" loading=\\\"lazy\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-75a5bea1\\\" data-id=\\\"75a5bea1\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-48a956a5 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"48a956a5\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-dc47350\\\" data-id=\\\"dc47350\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-508872e7 --secondaryFontFamily elementor-widget elementor-widget-heading\\\" data-id=\\\"508872e7\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<span class=\\\"elementor-heading-title elementor-size-default\\\">Experience Luxury Travel like Never Before<\\/span>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-37f9b00c elementor-widget elementor-widget-heading\\\" data-id=\\\"37f9b00c\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Who Choose Us?<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"dba635ec234dcf120361256c7738ecb0\\\" data=\\\"eyJpZCI6IjI2NjA3NjJiIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+V2UgcHJpZGUgb3Vyc2VsdmVzIG9uIG9mZmVyaW5nIHRoZSBoaWdoZXN0IHF1YWxpdHkgc2VydmljZSB3aXRoIGEgcGVyc29uYWxpemVkIHRvdWNoIHRvIG1ha2UgeW91ciB0cmlwIHVuZm9yZ2V0dGFibGUuPFwvcD4iLCJhbGlnbiI6ImxlZnQiLCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjc1LCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-2c7b88b5 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"2c7b88b5\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-643079b3 elementor-invisible\\\" data-id=\\\"643079b3\\\" data-element_type=\\\"column\\\" data-settings=\\\"{"animation":"fadeIn","animation_delay":1.2}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-204099f4 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box\\\" data-id=\\\"204099f4\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<span class=\\\"elementor-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h3 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\tThis is the heading\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h3>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p class=\\\"elementor-icon-box-description\\\">\\n\\t\\t\\t\\t\\t\\tWe specialize in creating individualized wildlife safari tours.\\t\\t\\t\\t\\t<\\/p>\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5c0e8b4a elementor-invisible\\\" data-id=\\\"5c0e8b4a\\\" data-element_type=\\\"column\\\" data-settings=\\\"{"animation":"fadeIn","animation_delay":1.2}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-43ee9b34 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box\\\" data-id=\\\"43ee9b34\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<span class=\\\"elementor-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h3 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\tExpert Knowledge\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h3>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p class=\\\"elementor-icon-box-description\\\">\\n\\t\\t\\t\\t\\t\\tWe offer the greatest guides since we believe that a wildlife tour.\\t\\t\\t\\t\\t<\\/p>\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-411b4a4d elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"411b4a4d\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-73424a9a elementor-invisible\\\" data-id=\\\"73424a9a\\\" data-element_type=\\\"column\\\" data-settings=\\\"{"animation":"fadeIn","animation_delay":1.2}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2986f63a elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box\\\" data-id=\\\"2986f63a\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<span class=\\\"elementor-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h3 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\tTravel Services\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h3>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p class=\\\"elementor-icon-box-description\\\">\\n\\t\\t\\t\\t\\t\\tWe offer the greatest tour guides since we believe that a wildlife.\\t\\t\\t\\t\\t<\\/p>\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4d15edbf elementor-invisible\\\" data-id=\\\"4d15edbf\\\" data-element_type=\\\"column\\\" data-settings=\\\"{"animation":"fadeIn","animation_delay":1.2}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7b01b7d elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box\\\" data-id=\\\"7b01b7d\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<span class=\\\"elementor-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h3 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\tReliable & Responsible\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h3>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p class=\\\"elementor-icon-box-description\\\">\\n\\t\\t\\t\\t\\t\\tWe try our best to answer every phone as quickly as we can.\\t\\t\\t\\t\\t<\\/p>\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-313ff5b5 elementor-section-full_width animated-slow elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"313ff5b5\\\" data-element_type=\\\"section\\\" data-settings=\\\"{"animation":"fadeIn"}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6facf518\\\" data-id=\\\"6facf518\\\" data-element_type=\\\"column\\\" data-settings=\\\"{"background_background":"classic"}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7cd0c18a --secondaryFontFamily elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-heading\\\" data-id=\\\"7cd0c18a\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<span class=\\\"elementor-heading-title elementor-size-default\\\">Experience the World in Style<\\/span>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4910728f elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-heading\\\" data-id=\\\"4910728f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Book Your Dream Luxury Trip Today!<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"dba635ec234dcf120361256c7738ecb0\\\" data=\\\"eyJpZCI6IjExZWZkODY1IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+RXhwZXJpZW5jZSB0aGUgdWx0aW1hdGUgaW4gbHV4dXJ5IHRyYXZlbCBhbmQgaW5kdWxnZSBpbiB0aGUgdHJpcCBvZiBhIGxpZmV0aW1lLiBCb29rIHlvdXIgZHJlYW0gbHV4dXJ5IHRyaXAgdG9kYXkgYW5kIGxldCB1cyBoZWxwIHlvdSBjcmVhdGUgdW5mb3JnZXR0YWJsZSBtZW1vcmllcyB0aGF0IHlvdSdsbCBjaGVyaXNoIGZvcmV2ZXI8XC9wPiIsImFsaWduIjoibGVmdCIsInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNzUsInNpemVzIjpbXX0sInRleHRfY29sb3IiOiIjRkZGRkZGIiwiX2VsZW1lbnRfd2lkdGgiOiJpbml0aWFsIiwiX2VsZW1lbnRfd2lkdGhfdGFibGV0IjoiaW5oZXJpdCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjo0OTAsInNpemVzIjpbXX0sIl9lbGVtZW50X2N1c3RvbV93aWR0aF9sYXB0b3AiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9lbGVtZW50X2N1c3RvbV93aWR0aF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9lbGVtZW50X2N1c3RvbV93aWR0aF9tb2JpbGUiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjE2IiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-27679c6e elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-button\\\" data-id=\\\"27679c6e\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-button-wrapper\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"http:\\/\\/wanderlust-tours\\/trip\\/5-days-tour-to-philippines\\/\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-icon\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-long-arrow-alt-right\\\" viewBox=\\\"0 0 448 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\\\"><\\/path><\\/svg>\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">LET\'S MAKE IT HAPPEN<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-1c3993ad\\\" data-id=\\\"1c3993ad\\\" data-element_type=\\\"column\\\" data-settings=\\\"{"background_background":"classic"}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-24ce41f9 elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-heading\\\" data-id=\\\"24ce41f9\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{"_position":"absolute"}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<span class=\\\"elementor-heading-title elementor-size-small\\\">Add Your Heading Text Here<\\/span>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-6f6fbd4e animated-slow elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"6f6fbd4e\\\" data-element_type=\\\"section\\\" data-settings=\\\"{"animation":"fadeIn"}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3dab9738\\\" data-id=\\\"3dab9738\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-204cd4f4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"204cd4f4\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-2843ce75\\\" data-id=\\\"2843ce75\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6f1c44d7 --secondaryFontFamily elementor-widget elementor-widget-heading\\\" data-id=\\\"6f1c44d7\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<span class=\\\"elementor-heading-title elementor-size-default\\\">Feel the Energy and Excitement of Nature<\\/span>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1b05d068 elementor-widget elementor-widget-heading\\\" data-id=\\\"1b05d068\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Top Destinations<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"dba635ec234dcf120361256c7738ecb0\\\" data=\\\"eyJpZCI6IjgwMGU4ZmQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5UbyB0aG9zZSB3aG8gd2lzaCB0byBleHBlcmllbmNlIG9uZSBvZiB0aGUgYmVzdCBob2xpZGF5IHRpbWUgZXZlciwgd2UgYXJlIGV4Y2l0ZWQgdG8gb2ZmZXIgdW5saW1pdGVkIGZ1biBpcyByZXByZXNlbnRlZCBpbiBhIGdyZWF0IHdheS48XC9wPiIsImFsaWduIjoiY2VudGVyIiwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS43NSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t[elementor-element k=\\\"dba635ec234dcf120361256c7738ecb0\\\" data=\\\"eyJpZCI6IjUxZWQwN2RhIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiY2FyZGxheW91dCI6IjIiLCJ0ZXJtc2dhcCI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiY291bnRMYWJlbCI6IlRyaXBzIiwibGlua1RleHQiOiJWaWV3IE1vcmUiLCJ0ZXJtc190aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0ZXJtc190aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNCwic2l6ZXMiOltdfSwidGVybXNfdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInRlcm1zX2NvdW50X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRlcm1zX2NvdW50X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJSb2JvdG8gRmxleCIsInRlcm1zX2NvdW50X3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0ZXJtc19hcnJvd19lbmFibGUiOiIiLCJ0ZXJtc19pbWFnZV9zaXplIjoiZnVsbCIsInRlcm1zX2ltYWdlX2hlaWdodCI6eyJ1bml0IjoiJSIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0ZXJtc19hbmltYXRpb25fdHlwZSI6ImVhc2UiLCJ0ZXJtc19pbWdfYW5pbWF0aW9uX2R1cmF0aW9uIjoxLCJfX2dsb2JhbHNfXyI6eyJ0ZXJtc19jb3VudF90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIiLCJ0ZXJtc190aXRsZV9jb2xvcl9ob3ZlciI6IiJ9LCJ0ZXJtc190aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMywic2l6ZXMiOltdfSwidGVybXNfdGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodF9sYXB0b3AiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInRlcm1zX3RpdGxlX2NvbG9yX2hvdmVyIjoiI0VCRUJFQiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ3cHRyYXZlbGVuZ2luZS10cmlwLXR5cGVzIn0=\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-7e1c851e elementor-align-center elementor-widget elementor-widget-button\\\" data-id=\\\"7e1c851e\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-button-wrapper\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"\\/wanderlust-tours\\/destination\\/\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-icon\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-long-arrow-alt-right\\\" viewBox=\\\"0 0 448 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\\\"><\\/path><\\/svg>\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">VIEW ALL DESTINATIONS<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-2b74957c elementor-section-content-middle travel-monster_section-bg animated-slow elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"2b74957c\\\" data-element_type=\\\"section\\\" data-settings=\\\"{"animation":"fadeIn"}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-f698cb5\\\" data-id=\\\"f698cb5\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3843f895 --secondaryFontFamily elementor-widget elementor-widget-heading\\\" data-id=\\\"3843f895\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<span class=\\\"elementor-heading-title elementor-size-default\\\">Testimonials<\\/span>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-755a2c6e elementor-widget elementor-widget-heading\\\" data-id=\\\"755a2c6e\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">What People Say \\nAbout Us<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"dba635ec234dcf120361256c7738ecb0\\\" data=\\\"eyJpZCI6IjE1OTNlY2MwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+V2UgYXJlIHRoZSBsZWFkaW5nIHRyYXZlbCBhZ2VuY3kgb2ZmZXJpbmcgZGlmZmVyZW50IHByb2dyYW1zIGFuZCBoaWdoZXIgZWR1Y2F0aW9uIGRpcGxvbWFzIHRoYXQgYXJlIGRlc2lnbmVkIHdpdGggZ2xvYmFsIHJlcXVpcmVtZW50cyBpbiBtaW5kLjxcL3A+IiwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS43NSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-18e6a307 elementor-widget elementor-widget-button\\\" data-id=\\\"18e6a307\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-button-wrapper\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"\\/wanderlust-tours\\/our-teams\\/\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-icon\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-long-arrow-alt-right\\\" viewBox=\\\"0 0 448 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\\\"><\\/path><\\/svg>\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">VIEW ALL TESTIMONIALS<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-202de3f2 elementor-invisible\\\" data-id=\\\"202de3f2\\\" data-element_type=\\\"column\\\" data-settings=\\\"{"animation":"fadeIn","animation_delay":1.2}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-385507b elementor--star-style-star_unicode elementor-widget__width-initial elementor-widget elementor-widget-meafe-testimonial-carousel\\\" data-id=\\\"385507b\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{"btccgs_testimonial_carousel_layouts":"1","btccgs_testimonial_carousel_show_carousel_auto":"yes","btccgs_testimonial_carousel_carousel_autoplay_speed":3000}\\\" data-widget_type=\\\"meafe-testimonial-carousel.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t <div id=\\\"385507b\\\" class=\\\"meafe-testimonial-carousel-main layout-1 center-aligned-content\\\">\\n <div class=\\\"meafe-testimonial-inner-wrap\\\">\\n <div class=\\\"swiper\\\">\\n <div class=\\\"swiper-wrapper\\\">\\n <div class=\\\"meafe-testimonial-wrap swiper-slide\\\">\\n <div class=\\\"meafe-testimonial-desc-wrap\\\">\\n <div class=\\\"meafe-testimonial-desc-inner\\\">\\n <div class=\\\"elementor-star-rating__wrapper\\\">\\n <div class=\\\"elementor-star-rating\\\" title=\\\"5\\/5\\\" itemtype=\\\"http:\\/\\/schema.org\\/Rating\\\" itemscope=\\\"\\\" itemprop=\\\"reviewRating\\\"><i class=\\\"elementor-star-full\\\">★<\\/i><i class=\\\"elementor-star-full\\\">★<\\/i><i class=\\\"elementor-star-full\\\">★<\\/i><i class=\\\"elementor-star-full\\\">★<\\/i><i class=\\\"elementor-star-full\\\">★<\\/i> <span itemprop=\\\"ratingValue\\\" class=\\\"elementor-screen-only\\\">5\\/5<\\/span><\\/div> <\\/div>\\n \\n \\n <div class=\\\"meafe-testimonial-content\\\">\\n <p>Contrary to popular belief, travelling is a lot fun especially when there\\u2019s always someone to lean on to. Travelwind has done just that to me. It is really easy to find your desired location here and the customer service is really excellent.<\\/p> <\\/div>\\n <div class=\\\"meafe-testimonial-designation-wrap\\\">\\n <div class=\\\"meafe-testimonial-reviewer-thumb\\\">\\n <\\/div>\\n <div class=\\\"meafe-testimonial-design-only-wrap\\\">\\n <div class=\\\"meafe-testimonial-reviewer-name\\\">Talan Arcand<\\/div>\\n <div class=\\\"meafe-testimonial-reviewer-title\\\">Guest Review<\\/div>\\n <\\/div>\\n <\\/div>\\n <\\/div>\\n <\\/div>\\n <\\/div>\\n <div class=\\\"meafe-testimonial-wrap swiper-slide\\\">\\n <div class=\\\"meafe-testimonial-desc-wrap\\\">\\n <div class=\\\"meafe-testimonial-desc-inner\\\">\\n <div class=\\\"elementor-star-rating__wrapper\\\">\\n <div class=\\\"elementor-star-rating elementor-star-rating\\\" title=\\\"5\\/5 5\\/5\\\" itemtype=\\\"http:\\/\\/schema.org\\/Rating http:\\/\\/schema.org\\/Rating\\\" itemscope=\\\" \\\" itemprop=\\\"reviewRating reviewRating\\\"><i class=\\\"elementor-star-full\\\">★<\\/i><i class=\\\"elementor-star-full\\\">★<\\/i><i class=\\\"elementor-star-full\\\">★<\\/i><i class=\\\"elementor-star-full\\\">★<\\/i><i class=\\\"elementor-star-full\\\">★<\\/i> <span itemprop=\\\"ratingValue\\\" class=\\\"elementor-screen-only\\\">5\\/5<\\/span><\\/div> <\\/div>\\n \\n \\n <div class=\\\"meafe-testimonial-content\\\">\\n <p>Contrary to popular belief, travelling is a lot fun especially when there\\u2019s always someone to lean on to. Travelwind has done just that to me. It is really easy to find your desired location here and the customer service is really excellent.<\\/p> <\\/div>\\n <div class=\\\"meafe-testimonial-designation-wrap\\\">\\n <div class=\\\"meafe-testimonial-reviewer-thumb\\\">\\n <\\/div>\\n <div class=\\\"meafe-testimonial-design-only-wrap\\\">\\n <div class=\\\"meafe-testimonial-reviewer-name\\\">Talan Arcand<\\/div>\\n <div class=\\\"meafe-testimonial-reviewer-title\\\">Guest Review<\\/div>\\n <\\/div>\\n <\\/div>\\n <\\/div>\\n <\\/div>\\n <\\/div>\\n <div class=\\\"meafe-testimonial-wrap swiper-slide\\\">\\n <div class=\\\"meafe-testimonial-desc-wrap\\\">\\n <div class=\\\"meafe-testimonial-desc-inner\\\">\\n <div class=\\\"elementor-star-rating__wrapper\\\">\\n <div class=\\\"elementor-star-rating elementor-star-rating elementor-star-rating\\\" title=\\\"5\\/5 5\\/5 5\\/5\\\" itemtype=\\\"http:\\/\\/schema.org\\/Rating http:\\/\\/schema.org\\/Rating http:\\/\\/schema.org\\/Rating\\\" itemscope=\\\" \\\" itemprop=\\\"reviewRating reviewRating reviewRating\\\"><i class=\\\"elementor-star-full\\\">★<\\/i><i class=\\\"elementor-star-full\\\">★<\\/i><i class=\\\"elementor-star-full\\\">★<\\/i><i class=\\\"elementor-star-full\\\">★<\\/i><i class=\\\"elementor-star-full\\\">★<\\/i> <span itemprop=\\\"ratingValue\\\" class=\\\"elementor-screen-only\\\">5\\/5<\\/span><\\/div> <\\/div>\\n \\n \\n <div class=\\\"meafe-testimonial-content\\\">\\n <p>Contrary to popular belief, travelling is a lot fun especially when there\\u2019s always someone to lean on to. Travelwind has done just that to me. It is really easy to find your desired location here and the customer service is really excellent.<\\/p> <\\/div>\\n <div class=\\\"meafe-testimonial-designation-wrap\\\">\\n <div class=\\\"meafe-testimonial-reviewer-thumb\\\">\\n <\\/div>\\n <div class=\\\"meafe-testimonial-design-only-wrap\\\">\\n <div class=\\\"meafe-testimonial-reviewer-name\\\">Talan Arcand<\\/div>\\n <div class=\\\"meafe-testimonial-reviewer-title\\\">Guest Review<\\/div>\\n <\\/div>\\n <\\/div>\\n <\\/div>\\n <\\/div>\\n <\\/div>\\n <\\/div>\\n <\\/div>\\n \\n <\\/div>\\n <\\/div>\\n \\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-19c02d8b animated-slow elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"19c02d8b\\\" data-element_type=\\\"section\\\" data-settings=\\\"{"animation":"fadeIn"}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-54a864ba\\\" data-id=\\\"54a864ba\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-79f6aaf1 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"79f6aaf1\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-2b4b0352\\\" data-id=\\\"2b4b0352\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4e9c2872 --secondaryFontFamily elementor-widget elementor-widget-heading\\\" data-id=\\\"4e9c2872\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<span class=\\\"elementor-heading-title elementor-size-default\\\">Choose your trips<\\/span>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-267db011 elementor-widget elementor-widget-heading\\\" data-id=\\\"267db011\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Best travel deals<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"dba635ec234dcf120361256c7738ecb0\\\" data=\\\"eyJpZCI6IjY4ZTQ5YTMwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+VG8gdGhvc2Ugd2hvIHdpc2ggdG8gZXhwZXJpZW5jZSBvbmUgb2YgdGhlIGJlc3QgaG9saWRheSB0aW1lIGV2ZXIsIHdlIGFyZSBleGNpdGVkIHRvIG9mZmVyIHVubGltaXRlZCBmdW4gaXMgcmVwcmVzZW50ZWQgaW4gYSBncmVhdCB3YXkuPFwvcD4iLCJhbGlnbiI6ImNlbnRlciIsInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNzUsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t[elementor-element k=\\\"dba635ec234dcf120361256c7738ecb0\\\" data=\\\"eyJpZCI6IjEyYjI3NDBhIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiY2FyZGxheW91dCI6IjUiLCJzaG93RmVhdHVyZWRSaWJib24iOiIiLCJ2aWV3TW9yZUJ1dHRvblRleHQiOiJWaWV3IERldGFpbHMiLCJjYXJkX2JveHNoYWRvd19ib3hfc2hhZG93X3R5cGUiOiJ5ZXMiLCJjYXJkX2JveHNoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjowLCJibHVyIjowLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLDAsMCwwLjUpIn0sImNhcmRfYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjMsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHRfbGFwdG9wIjp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJjb250ZW50X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImNvbnRlbnRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sImNvbnRlbnRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjQ0LCJzaXplcyI6W119LCJjb250ZW50X3R5cG9ncmFwaHlfbGluZV9oZWlnaHRfbGFwdG9wIjp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJjb250ZW50X3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMTYiLCJyaWdodCI6IjE2IiwiYm90dG9tIjoiMTYiLCJsZWZ0IjoiMTYiLCJpc0xpbmtlZCI6dHJ1ZX0sIm1ldGFfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWV0YV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNCwic2l6ZXMiOltdfSwibWV0YV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjEyLCJzaXplcyI6W119LCJwcmljZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJwcmljZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTGlicmUgQ2FzbG9uIFRleHQiLCJwcmljZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjozMiwic2l6ZXMiOltdfSwic3RyaWtlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInN0cmlrZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNiwic2l6ZXMiOltdfSwic3RyaWtlX2NvbG9yIjoiIzRBNEE0QUJGIiwiX19nbG9iYWxzX18iOnsiZGlzY291bnRfdGFnX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWhlYWRpbmdfY29sb3IiLCJtZXRhX2ljb25fY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9cHJpbWFyeV9jb2xvciIsIm1ldGFfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9Ym9keV9mb250X2NvbG9yIiwicHJpY2VfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9aGVhZGluZ19jb2xvciIsInRpdGxlX2NvbG9yX2hvdmVyIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXByaW1hcnlfY29sb3IiLCJkaXNjb3VudF90YWdfYmdfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9c2Vjb25kYXJ5X2NvbG9yIiwibWV0YV9ob3Zlcl9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1wcmltYXJ5X2NvbG9yIn0sImFuaW1hdGlvbl90eXBlIjoiZWFzZSIsImltZ19hbmltYXRpb25fZHVyYXRpb24iOjEsInByaWNlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJwcmljZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMywic2l6ZXMiOltdfSwicHJpY2VfdHlwb2dyYXBoeV9saW5lX2hlaWdodF9sYXB0b3AiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInN0cmlrZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNiwic2l6ZXMiOltdfSwic3RyaWtlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHRfbGFwdG9wIjp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJleGNlcnB0TGVuZ3RoIjoxOCwic2hvd1Jldmlld3MiOiJ5ZXMiLCJjYXJkX2JvcmRlcl9ib3JkZXIiOiJzb2xpZCIsImNhcmRfYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IjEiLCJyaWdodCI6IjEiLCJib3R0b20iOiIxIiwibGVmdCI6IjEiLCJpc0xpbmtlZCI6dHJ1ZX0sImNhcmRfYm9yZGVyX2NvbG9yIjoiI0VBRUFFQSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ3cHRyYXZlbGVuZ2luZS10cmlwcyJ9\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-3a25474b elementor-align-center elementor-widget elementor-widget-button\\\" data-id=\\\"3a25474b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-button-wrapper\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"\\/wanderlust-tours\\/trip\\/\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-icon\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-long-arrow-alt-right\\\" viewBox=\\\"0 0 448 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\\\"><\\/path><\\/svg>\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">VIEW ALL DEALS<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-3ec0f12d elementor-section-full_width animated-slow elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"3ec0f12d\\\" data-element_type=\\\"section\\\" data-settings=\\\"{"animation":"fadeIn"}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-b83d78c\\\" data-id=\\\"b83d78c\\\" data-element_type=\\\"column\\\" data-settings=\\\"{"background_background":"classic"}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1d086fb3 elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-heading\\\" data-id=\\\"1d086fb3\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{"_position":"absolute"}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<span class=\\\"elementor-heading-title elementor-size-small\\\">Add Your Heading Text Here<\\/span>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-4fde76f8\\\" data-id=\\\"4fde76f8\\\" data-element_type=\\\"column\\\" data-settings=\\\"{"background_background":"classic"}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-5bec98f5 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"5bec98f5\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-4e1fd3e9\\\" data-id=\\\"4e1fd3e9\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-547c86d7 --secondaryFontFamily elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-heading\\\" data-id=\\\"547c86d7\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<span class=\\\"elementor-heading-title elementor-size-default\\\">Take Action and Make Your Dreams a Reality<\\/span>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4c03fd61 elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-heading\\\" data-id=\\\"4c03fd61\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Unlock the Door to Your Dreams<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"dba635ec234dcf120361256c7738ecb0\\\" data=\\\"eyJpZCI6IjNiNTA0ZTgxIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+QXJlIHlvdSB0aXJlZCBvZiBkcmVhbWluZyBhYm91dCB0aGUgbGlmZSB5b3Ugd2FudD8gSXQncyB0aW1lIHRvIHRha2UgYWN0aW9uIGFuZCBtYWtlIHRob3NlIGRyZWFtcyBhIHJlYWxpdHkuIExldCB1cyBoZWxwIHlvdSB1bmxvY2sgdGhlIGRvb3IgdG8geW91ciBkcmVhbXMgYW5kIHN0YXJ0IGxpdmluZyB0aGUgbGlmZSB5b3UndmUgYWx3YXlzIHdhbnRlZC48XC9wPiIsImFsaWduIjoibGVmdCIsInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNzUsInNpemVzIjpbXX0sInRleHRfY29sb3IiOiIjRkZGRkZGIiwiX2VsZW1lbnRfd2lkdGgiOiJpbml0aWFsIiwiX2VsZW1lbnRfd2lkdGhfdGFibGV0IjoiaW5oZXJpdCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjo0OTAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjE2IiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-200df2fd elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-button\\\" data-id=\\\"200df2fd\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-button-wrapper\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"\\/wanderlust-tours\\/trip\\/everest-base-camp-trek\\/\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-icon\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-long-arrow-alt-right\\\" viewBox=\\\"0 0 448 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\\\"><\\/path><\\/svg>\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">OPEN THE DOOR NOW<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-12978614 animated-slow elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"12978614\\\" data-element_type=\\\"section\\\" data-settings=\\\"{"background_background":"classic","animation":"fadeIn"}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7eede976\\\" data-id=\\\"7eede976\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-73d52fb9 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"73d52fb9\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-5310888b\\\" data-id=\\\"5310888b\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5412b325 --secondaryFontFamily elementor-widget elementor-widget-heading\\\" data-id=\\\"5412b325\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<span class=\\\"elementor-heading-title elementor-size-default\\\">Your ultimate guide to exploring the world<\\/span>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4afead58 elementor-widget elementor-widget-heading\\\" data-id=\\\"4afead58\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Blog and articles<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"dba635ec234dcf120361256c7738ecb0\\\" data=\\\"eyJpZCI6ImMwYjVhY2YiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD48c3BhbiBzdHlsZT1cIndoaXRlLXNwYWNlOiBwcmUtd3JhcDtcIj5MYXRlc3QgdHJhdmVsIHRpcHMgYW5kIGJsb2cgY292ZXJpbmcgYWxsIHRyYXZlbCBleHBlcmllbmNlcy4gQ2hlY2sgb3V0IG91ciBtZW50aW9ucyBpbiBkaWZmZXJlbnQgZ3VpZGVzIGFuZCBhcnRpY2xlcy48XC9zcGFuPjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjc1LCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t[elementor-element k=\\\"dba635ec234dcf120361256c7738ecb0\\\" data=\\\"eyJpZCI6IjcyZDY5YmNjIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYmJjbHNfYmxvZ19sYXlvdXRfbW9kZSI6IjIiLCJiYmNsc19ibG9nX3Nob3dfbG9hZF9tb3JlX3RleHQiOiJMT0FEIE1PUkUiLCJiYmNsc19ibG9nX3Nob3dfbG9hZF9tb3JlX3VybCI6IiMiLCJiYmNsc19ibG9nX2V4Y2VycHRfZXhwYW5pc29uX2luZGljYXRvciI6Ii4uLiIsImJiY2xzX2Jsb2dfcmVhZF9tb3JlX2J1dHRvbl90ZXh0IjoiUkVBRCBNT1JFIiwiYmJzY3RzX2Jsb2dfdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiYmJzY3RzX2Jsb2dfdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sImJic2N0c19ibG9nX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI1MDAiLCJiYnNjdHNfYmxvZ190aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiYmJzY3RzX2Jsb2dfdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJiYnNjdHNfYmxvZ190aXRsZV9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjE2IiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJiYnNybXNfYmxvZ19yZWFkX21vcmVfYnRuX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImJic3Jtc19ibG9nX3JlYWRfbW9yZV9idG5fdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTYsInNpemVzIjpbXX0sImJic3Jtc19ibG9nX3JlYWRfbW9yZV9idG5fdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjYwMCIsIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiODUiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJiYmNxc19ibG9nX2NhdGVnb3J5X2lkcyI6W10sImJiY3FzX2Jsb2dfcG9zdF90YWdfaWRzIjpbXSwiYmJjcXNfYmxvZ19wb3N0X19ub3RfaW4iOltdLCJiYnNjdHNfYmxvZ190aXRsZV9ob3Zlcl9jb2xvciI6IiMyOGI1YTQiLCJiYnNsbXNfYmxvZ19sb2FkX21vcmVfYnRuX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjMyIiwiYm90dG9tIjoiMjAiLCJsZWZ0IjoiMzIiLCJpc0xpbmtlZCI6ZmFsc2V9LCJiYnNsbXNfYmxvZ19sb2FkX21vcmVfYnRuX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImJic2xtc19ibG9nX2xvYWRfbW9yZV9idG5fdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlBvcHBpbnMiLCJiYnNsbXNfYmxvZ19sb2FkX21vcmVfYnRuX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE2LCJzaXplcyI6W119LCJiYnNsbXNfYmxvZ19sb2FkX21vcmVfYnRuX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI1MDAiLCJiYnNsbXNfYmxvZ19sb2FkX21vcmVfYnRuX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS43NSwic2l6ZXMiOltdfSwiYmJzbG1zX2Jsb2dfbG9hZF9tb3JlX2J0bl90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImJic2xtc19ibG9nX2xvYWRfbW9yZV9idG5fbm9ybWFsX3RleHRfY29sb3IiOiIjRTQ4RTQ1IiwiYmJzbG1zX2Jsb2dfbG9hZF9tb3JlX2J0bl9ub3JtYWxfYmdfY29sb3IiOiIjMDIwMTAxMDAiLCJiYnNsbXNfYmxvZ19sb2FkX21vcmVfYnRuX25vcm1hbF9ib3JkZXJfYm9yZGVyIjoic29saWQiLCJiYnNsbXNfYmxvZ19sb2FkX21vcmVfYnRuX25vcm1hbF9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4IiwidG9wIjoiMSIsInJpZ2h0IjoiMSIsImJvdHRvbSI6IjEiLCJsZWZ0IjoiMSIsImlzTGlua2VkIjp0cnVlfSwiYmJzbG1zX2Jsb2dfbG9hZF9tb3JlX2J0bl9ub3JtYWxfYm9yZGVyX2NvbG9yIjoiI0U0OEU0NSIsImJic2xtc19ibG9nX2xvYWRfbW9yZV9idG5fYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJzaXplIjo0LCJzaXplcyI6W119LCJiYnNsbXNfYmxvZ19sb2FkX21vcmVfYnRuX2hvdmVyX3RleHRfY29sb3IiOiIjRkZGRkZGIiwiYmJzbG1zX2Jsb2dfbG9hZF9tb3JlX2J0bl9ob3Zlcl9iZ19jb2xvciI6IiNFNDhFNDUiLCJiYnNsbXNfYmxvZ19sb2FkX21vcmVfYnRuX2hvdmVyX2JvcmRlcl9jb2xvciI6IiNFNDhFNDUiLCJiYmNsc19ibG9nX3Nob3dfY2F0ZWdvcnkiOiIiLCJiYnNjdHNfYmxvZ19leGNlcnB0X2NvbG9yIjoiIzQ5NEQ0MSIsImJic2N0c19ibG9nX2V4Y2VycHRfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiYmJzY3RzX2Jsb2dfZXhjZXJwdF90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwiYmJzY3RzX2Jsb2dfZXhjZXJwdF90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwiYmJzY3RzX2Jsb2dfZXhjZXJwdF90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNzUsInNpemVzIjpbXX0sImJic2N0c19ibG9nX2V4Y2VycHRfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJiYnNjdHNfYmxvZ19tZXRhX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImJic2N0c19ibG9nX21ldGFfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTQsInNpemVzIjpbXX0sImJic2N0c19ibG9nX21ldGFfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImJic2N0c19ibG9nX21ldGFfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjc1LCJzaXplcyI6W119LCJiYnNjdHNfYmxvZ19tZXRhX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX19nbG9iYWxzX18iOnsiYmJzcm1zX2Jsb2dfcmVhZF9tb3JlX2J0bl9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1oZWFkaW5nX2NvbG9yIiwiYmJzY3RzX2Jsb2dfdGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9aGVhZGluZ19jb2xvciIsImJic2N0c19ibG9nX3RpdGxlX2hvdmVyX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXByaW1hcnlfY29sb3IiLCJiYnNjdHNfYmxvZ19tZXRhX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWJvZHlfZm9udF9jb2xvciIsImJic3Jtc19ibG9nX3JlYWRfbW9yZV9idG5faG92ZXJfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9cHJpbWFyeV9jb2xvciJ9LCJiYnNybXNfYmxvZ19yZWFkX21vcmVfYnRuX2NvbG9yIjoiIzI4YjVhNCIsIl9tYXNrX3NoYXBlIjoiY3VzdG9tIiwiYmJzZ3NfYmxvZ19iZ19jb2xvciI6IiNGRkZGRkYiLCJiYmNsc19ibG9nX2V4Y2VycHRfbGVuZ3RoIjoyMCwiYmJzZ3NfYmxvZ19zcGFjaW5nX2NvbnRlbnQiOnsidW5pdCI6InB4IiwidG9wIjoiMjQiLCJyaWdodCI6IjI0IiwiYm90dG9tIjoiMjQiLCJsZWZ0IjoiMjQiLCJpc0xpbmtlZCI6dHJ1ZX0sImJic2dzX2Jsb2dfYm9yZGVyX2JvcmRlciI6InNvbGlkIiwiYmJzZ3NfYmxvZ19ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4IiwidG9wIjoiMSIsInJpZ2h0IjoiMSIsImJvdHRvbSI6IjEiLCJsZWZ0IjoiMSIsImlzTGlua2VkIjp0cnVlfSwiYmJzZ3NfYmxvZ19ib3JkZXJfY29sb3IiOiIjRUFFQUVBIiwiYmJzZ3NfYmxvZ19ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImJic2dzX2Jsb2dfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjowLCJibHVyIjowLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwKSJ9LCJfYW5pbWF0aW9uIjoiZmFkZUluIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Im1lYWZlLWJsb2cifQ==\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-19e5893e elementor-align-center elementor-widget elementor-widget-button\\\" data-id=\\\"19e5893e\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-button-wrapper\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"\\/wanderlust-tours\\/blog\\/\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-icon\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-long-arrow-alt-right\\\" viewBox=\\\"0 0 448 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\\\"><\\/path><\\/svg>\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">VIEW ALL BLOG<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-5c27fb3b animated-slow elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"5c27fb3b\\\" data-element_type=\\\"section\\\" data-settings=\\\"{"animation":"fadeIn"}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e1efb4f\\\" data-id=\\\"e1efb4f\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5e767af0 elementor-widget elementor-widget-heading\\\" data-id=\\\"5e767af0\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h3 class=\\\"elementor-heading-title elementor-size-default\\\">Recommended and Endorsed by<\\/h3>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7a2032a7 meafe-clients-bwyes elementor-widget elementor-widget-meafe-clients\\\" data-id=\\\"7a2032a7\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{"bccgs_clients_per_line":"6","bccgs_clients_per_line_tablet":"3","bccgs_clients_per_line_mobile":"2","bccgs_clients_carousel_autoplay_speed":3000}\\\" data-widget_type=\\\"meafe-clients.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t <div id=\\\"7a2032a7\\\" class=\\\"meafe-clients meafe-gapless-grid\\\">\\n <div class=\\\"meafe-grid-container meafe-grid-desktop-6 meafe-grid-tablet-3 meafe-grid-mobile-2 no-swiper\\\">\\n <div class=\\\"meafe-grid-item meafe-client \\\">\\n <\\/div><!-- .meafe-client -->\\n <div class=\\\"meafe-grid-item meafe-client \\\">\\n <\\/div><!-- .meafe-client -->\\n <div class=\\\"meafe-grid-item meafe-client \\\">\\n <\\/div><!-- .meafe-client -->\\n <div class=\\\"meafe-grid-item meafe-client \\\">\\n <\\/div><!-- .meafe-client -->\\n <div class=\\\"meafe-grid-item meafe-client \\\">\\n <\\/div><!-- .meafe-client -->\\n <div class=\\\"meafe-grid-item meafe-client \\\">\\n <\\/div><!-- .meafe-client -->\\n \\n <\\/div>\\n <\\/div><!-- .meafe-clients -->\\n \\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-7ec642f2 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"7ec642f2\\\" data-element_type=\\\"section\\\" data-settings=\\\"{"background_background":"classic"}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-50e6da58\\\" data-id=\\\"50e6da58\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5792d4ae elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget elementor-widget-heading\\\" data-id=\\\"5792d4ae\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<span class=\\\"elementor-heading-title elementor-size-default\\\">Follow us on<\\/span>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5178fcbb elementor-widget__width-initial elementor-view-default elementor-widget elementor-widget-icon\\\" data-id=\\\"5178fcbb\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-wrapper\\\">\\n\\t\\t\\t<a class=\\\"elementor-icon\\\" href=\\\"https:\\/\\/facebook.com\\/\\\" target=\\\"_blank\\\">\\n\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fab-facebook-f\\\" viewBox=\\\"0 0 320 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\\\"><\\/path><\\/svg>\\t\\t\\t<\\/a>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6fb7b4a1 elementor-widget__width-initial elementor-view-default elementor-widget elementor-widget-icon\\\" data-id=\\\"6fb7b4a1\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-wrapper\\\">\\n\\t\\t\\t<a class=\\\"elementor-icon\\\" href=\\\"https:\\/\\/twitter.com\\/\\\" target=\\\"_blank\\\">\\n\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fab-twitter\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\\\"><\\/path><\\/svg>\\t\\t\\t<\\/a>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6c80984d elementor-widget__width-initial elementor-view-default elementor-widget elementor-widget-icon\\\" data-id=\\\"6c80984d\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-wrapper\\\">\\n\\t\\t\\t<a class=\\\"elementor-icon\\\" href=\\\"https:\\/\\/linkedin.com\\/\\\" target=\\\"_blank\\\">\\n\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fab-linkedin\\\" viewBox=\\\"0 0 448 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\\\"><\\/path><\\/svg>\\t\\t\\t<\\/a>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6827fdc8 elementor-widget__width-initial elementor-view-default elementor-widget elementor-widget-icon\\\" data-id=\\\"6827fdc8\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-wrapper\\\">\\n\\t\\t\\t<a class=\\\"elementor-icon\\\" href=\\\"https:\\/\\/youtube.com\\/\\\" target=\\\"_blank\\\">\\n\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fab-youtube\\\" viewBox=\\\"0 0 576 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\\\"><\\/path><\\/svg>\\t\\t\\t<\\/a>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-509446ef elementor-widget__width-initial elementor-view-default elementor-widget elementor-widget-icon\\\" data-id=\\\"509446ef\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-wrapper\\\">\\n\\t\\t\\t<a class=\\\"elementor-icon\\\" href=\\\"https:\\/\\/instagram.com\\/\\\" target=\\\"_blank\\\">\\n\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fab-instagram\\\" viewBox=\\\"0 0 448 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\\\"><\\/path><\\/svg>\\t\\t\\t<\\/a>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),(4396,4970,'_elementor_edit_mode','builder'),(4397,4970,'_elementor_template_type','wp-page'),(4398,4970,'_elementor_version','3.13.2'),(4399,4970,'_wp_page_template','elementor_header_footer'),(4400,4970,'_elementor_data','[{\"id\":\"50ff0382\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#02010182\",\"background_color_stop\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"background_color_b\":\"#F2295BA1\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":210,\"sizes\":[]},\"background_slideshow_background_size\":\"cover\",\"background_slideshow_background_position\":\"center center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"15\",\"bottom\":\"90\",\"left\":\"15\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/banner-image.jpg\",\"id\":4880,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size_mobile\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"css_classes\":\"travel-monster__search-section\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2243134c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.386,\"content_position\":\"center\",\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"12ce96c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover the World in Style with Luxury Travel\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_css_classes\":\"--secondaryFontFamily\",\"align_mobile\":\"center\",\"typography_font_size_laptop\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4bd20701\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Grab your stuff and let\\u2019s get lost.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"357ebf39\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.528,\"content_position\":\"center\",\"align\":\"flex-end\",\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1cb64365\",\"elType\":\"widget\",\"settings\":{\"showTitle\":\"\",\"searchFormOrientation\":\"vertical\",\"searchButtonLabel\":\"Search\",\"destination_label\":\"Destination\",\"trip_types_label\":\"Trip Types\",\"activities_label\":\"Activity\",\"duration_label\":\"Duration\",\"price_label\":\"Budget\",\"date_label\":\"Date\",\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"search_padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"destination_order\":3,\"activities_order\":1,\"price_order\":2,\"search_typography_typography\":\"custom\",\"search_typography_line_height\":{\"unit\":\"px\",\"size\":22.4,\"sizes\":[]},\"search_input_icon_color\":\"#1B5E59\",\"search_input_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"search_button_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"search_button_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"__globals__\":{\"search_input_icon_color\":\"globals\\/colors?id=primary_color\",\"search_input_arrow_color\":\"globals\\/colors?id=primary\",\"search_primary_color\":\"globals\\/colors?id=primary_color\",\"search_button_border_color\":\"\",\"search_button_hover_border_color\":\"globals\\/colors?id=primary_color\",\"search_button_color\":\"globals\\/colors?id=body_font_color\",\"search_button_hover_color\":\"\"},\"search_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"search_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"search_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"search_input_color\":\"#494D41\",\"search_primary_color\":\"#1B5E59\",\"search_input_arrow_color\":\"#1C2011\",\"search_button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"search_button_hover_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"search_button_hover_border_color\":\"#1B5E59\",\"search_button_color\":\"#494d41\",\"search_button_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"wptravelengine-trip-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a41eecb\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"46\",\"right\":\"0\",\"bottom\":\"46\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"css_classes\":\"travel-monster_section-bg\"},\"elements\":[{\"id\":\"166f6476\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ffbfa53\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/08\\/location.svg\",\"id\":3236},\"library\":\"svg\"},\"view\":\"stacked\",\"title_text\":\"Handpicked Destination\",\"description_text\":\"Our strict screening process means you\\u2019re only seeing the best quality treks.\",\"primary_color\":\"#EBFBF9\",\"icon_space\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=heading_color\",\"secondary_color\":\"globals\\/colors?id=primary_color\",\"description_color\":\"globals\\/colors?id=body_font_color\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"secondary_color\":\"#28b5a4\",\"description_color\":\"rgba(28,32,17,0.8)\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"829f13f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"298b7a22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/08\\/purse.svg\",\"id\":3235},\"library\":\"svg\"},\"view\":\"stacked\",\"title_text\":\"Best Price Guaranteed\",\"description_text\":\"Our Best Price Guarantee means that you can be sure of booking at the best rate.\",\"primary_color\":\"#EBFBF9\",\"icon_space\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=heading_color\",\"secondary_color\":\"globals\\/colors?id=primary_color\",\"description_color\":\"globals\\/colors?id=body_font_color\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"6ac558d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"382638aa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/08\\/headphone.svg\",\"id\":3234},\"library\":\"svg\"},\"view\":\"stacked\",\"title_text\":\"24\\/7 Customer Service\",\"description_text\":\"Our customer are standing by 24\\/7 to make your experience incredible.\",\"primary_color\":\"#EBFBF9\",\"icon_space\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=heading_color\",\"secondary_color\":\"globals\\/colors?id=primary_color\",\"description_color\":\"globals\\/colors?id=body_font_color\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e7b9d02\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"015\",\"bottom\":\"100\",\"left\":\"015\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"0bacdeb\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"804f1e9\"}]},\"elements\":[{\"id\":\"700c4607\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.163,\"space_between_widgets\":0,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0294dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining Luxury Travel\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary_color\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ac201e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who we are\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"133f2e36\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a team of passionate travel experts who specialize in crafting bespoke luxury travel experiences that exceed the expectations of our clients. With our extensive knowledge and connections around the world, we create tailor-made itineraries that cater to individual preferences and interests.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20219cb5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our goal is to provide you with unforgettable travel experiences that are tailored to your unique interests and preferences. Whether you\'re looking for a relaxing beach vacation, an adventurous trek through the mountains, or a cultural immersion in a new city, we have the expertise and resources to make it happen.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"497a67d9\",\"elType\":\"widget\",\"settings\":{\"text\":\"KNOW MORE ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\\/wanderlust-tours\\/about-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"20771af8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.798,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FEE25A1A\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true}},\"elements\":[{\"id\":\"5b1b0c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"4916\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/trip-advisor.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a7ae2d3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_slideshow_loop\":\"\",\"background_slideshow_background_size\":\"cover\",\"background_slideshow_background_position\":\"center center\",\"padding\":{\"unit\":\"px\",\"top\":\"72\",\"right\":\"0\",\"bottom\":\"72\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"40\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"travel-nomads_counter-section\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary_color\"},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"633b9dd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"4c8e275\"}]},\"elements\":[{\"id\":\"5053aa0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"54c25d78\",\"elType\":\"widget\",\"settings\":{\"ending_number\":1500,\"suffix\":\"+\",\"title\":\"TRIPS AND TOURS\",\"number_color\":\"#FFFFFF\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Libre Caslon Text\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_number_font_weight\":\"400\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_number_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_title_text_transform\":\"uppercase\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary_color\"},\"typography_title_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"1339d3c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4162ba9e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":50,\"suffix\":\"+\",\"title\":\"OUTDOOR ACTIVITES\",\"number_color\":\"#FFFFFF\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Libre Caslon Text\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_number_font_weight\":\"400\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_number_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_title_text_transform\":\"uppercase\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary_color\"},\"typography_title_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"17b01536\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2b177fa8\",\"elType\":\"widget\",\"settings\":{\"ending_number\":40,\"suffix\":\"+\",\"title\":\"COUNTRIES\",\"number_color\":\"#FFFFFF\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Libre Caslon Text\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_number_font_weight\":\"400\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_number_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_title_text_transform\":\"uppercase\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary_color\"},\"typography_title_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"3bea720e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"4738c0b0\",\"elType\":\"widget\",\"settings\":{\"ending_number\":50,\"suffix\":\"K+\",\"title\":\"HAPPY CUSTOMERS\",\"number_color\":\"#FFFFFF\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Libre Caslon Text\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_number_font_weight\":\"400\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_number_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_title_text_transform\":\"uppercase\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary_color\"},\"typography_title_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"69e478b9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#1B5E590D\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"8c2ccb9\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"73ab52f\"}]},\"elements\":[{\"id\":\"675f574\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"d05682b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":597,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"56\",\"left\":0,\"isLinked\":false},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"c53635d\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"872d441\"}]},\"elements\":[{\"id\":\"3d41455b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"193c8ef7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Choose your trips\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f853278\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Trips\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"420ae37f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To those who wish to experience one of the best holiday time ever, we are excited to offer unlimited fun is represented in a great way.<\\/p>\",\"align\":\"center\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"468c14b\",\"elType\":\"widget\",\"settings\":{\"tripsgap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"cardlayout\":\"5\",\"showFeaturedRibbon\":\"\",\"viewMoreButtonText\":\"View Details\",\"card_boxshadow_box_shadow_type\":\"yes\",\"card_boxshadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"card_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.44,\"sizes\":[]},\"content_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"meta_typography_typography\":\"custom\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"meta_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Libre Caslon Text\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"strike_typography_typography\":\"custom\",\"strike_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"discount_tag_bg_color\":\"#fee25a\",\"__globals__\":{\"discount_tag_color\":\"globals\\/colors?id=heading_color\",\"meta_icon_color\":\"globals\\/colors?id=primary_color\",\"meta_color\":\"globals\\/colors?id=body_font_color\",\"price_color\":\"globals\\/colors?id=heading_color\",\"title_color_hover\":\"globals\\/colors?id=primary_color\",\"meta_hover_color\":\"globals\\/colors?id=primary_color\",\"discount_tag_bg_color\":\"globals\\/colors?id=secondary_color\",\"title_color\":\"globals\\/colors?id=heading_color\",\"strike_color\":\"globals\\/colors?id=body_font_color\"},\"animation_type\":\"ease\",\"img_animation_duration\":1,\"title_color_hover\":\"#fee25a\",\"meta_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"meta_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"meta_color\":\"#4a4a4a\",\"meta_hover_color\":\"#fee25a\",\"meta_icon_color\":\"#1b5e59\",\"price_typography_font_weight\":\"400\",\"price_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"price_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"price_color\":\"#151515\",\"strike_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"strike_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"discount_tag_color\":\"#151515\",\"excerptLength\":18},\"elements\":[],\"widgetType\":\"wptravelengine-trips\"},{\"id\":\"67c26fe9\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL TRIPS\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\\/wanderlust-tours\\/trip\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e3bd395\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"068923e\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"2a81a3e\"}]},\"elements\":[{\"id\":\"445ec155\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d973670\",\"elType\":\"section\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"8ebfcac\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d242b32\"}]},\"elements\":[{\"id\":\"1d3e686b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align_tablet\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[{\"id\":\"126695ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"4917\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/image-004.png\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":160},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5ab821a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"4918\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/image-003.png\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_laptop\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"height_laptop\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":237},\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":52,\"unit\":\"px\"},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":343,\"unit\":\"px\"},\"_offset_y_end\":{\"unit\":\"px\",\"size\":-96,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13d788c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"4919\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/image-005.png\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":160},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"size\":369,\"unit\":\"px\"},\"_offset_x_end\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":343,\"unit\":\"px\"},\"_offset_y_end\":{\"size\":0,\"unit\":\"px\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61660e5b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"4920\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/image-002.png\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_laptop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":514,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"75a5bea1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"space_between_widgets\":24,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"48a956a5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"181da3c\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"912755f\"}]},\"elements\":[{\"id\":\"dc47350\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"508872e7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experience Luxury Travel like Never Before\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f9b00c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who Choose Us?\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2660762b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We pride ourselves on offering the highest quality service with a personalized touch to make your trip unforgettable.<\\/p>\",\"align\":\"left\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2c7b88b5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"c294ec9\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"3c2d60d\"}]},\"elements\":[{\"id\":\"643079b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_delay\":1.2},\"elements\":[{\"id\":\"204099f4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":\"4922\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/customized-tours.svg\"},\"library\":\"svg\"},\"title_text\":\"This is the heading\",\"description_text\":\"We specialize in creating individualized wildlife safari tours.\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.44,\"sizes\":[]},\"description_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"5c0e8b4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_delay\":1.2},\"elements\":[{\"id\":\"43ee9b34\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":\"4923\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/expert-knowledge.svg\"},\"library\":\"svg\"},\"title_text\":\"Expert Knowledge\",\"description_text\":\"We offer the greatest guides since we believe that a wildlife tour.\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.44,\"sizes\":[]},\"description_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"411b4a4d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"2cc8b7a\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"de5d3d9\"}]},\"elements\":[{\"id\":\"73424a9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_delay\":1.2},\"elements\":[{\"id\":\"2986f63a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":\"4924\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/travel-services.svg\"},\"library\":\"svg\"},\"title_text\":\"Travel Services\",\"description_text\":\"We offer the greatest tour guides since we believe that a wildlife.\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.44,\"sizes\":[]},\"description_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"4d15edbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_delay\":1.2},\"elements\":[{\"id\":\"7b01b7d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":\"4925\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/reliable-responsible.svg\"},\"library\":\"svg\"},\"title_text\":\"Reliable & Responsible\",\"description_text\":\"We try our best to answer every phone as quickly as we can.\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.44,\"sizes\":[]},\"description_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"313ff5b5\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f70da3b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"bffd54c\"}]},\"elements\":[{\"id\":\"6facf518\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.7,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"072\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"72\",\"right\":\"72\",\"bottom\":\"72\",\"left\":\"72\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary_color\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"align\":\"flex-end\",\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"7cd0c18a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experience the World in Style\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4910728f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book Your Dream Luxury Trip Today!\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11efd865\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the ultimate in luxury travel and indulge in the trip of a lifetime. Book your dream luxury trip today and let us help you create unforgettable memories that you\'ll cherish forever<\\/p>\",\"align\":\"left\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"_element_custom_width_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"27679c6e\",\"elType\":\"widget\",\"settings\":{\"text\":\"LET\'S MAKE IT HAPPEN\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"link\":{\"url\":\"wanderlust-tours\\/trip\\/5-days-tour-to-philippines\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_background_hover_color\":\"#FFFFFF\",\"__globals__\":{\"hover_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1c3993ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.3,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"id\":\"4926\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/booking-trip-scaled-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"24ce41f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"size\":\"small\",\"header_size\":\"span\",\"title_color\":\"#02010100\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-1,\"unit\":\"px\"},\"_offset_y\":{\"size\":0,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f6fbd4e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"76e7429\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"8e63c22\"}]},\"elements\":[{\"id\":\"3dab9738\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"204cd4f4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":597,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"56\",\"left\":0,\"isLinked\":false},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"d538ff3\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"eac17d0\"}]},\"elements\":[{\"id\":\"2843ce75\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6f1c44d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Feel the Energy and Excitement of Nature\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b05d068\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Destinations\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"800e8fd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To those who wish to experience one of the best holiday time ever, we are excited to offer unlimited fun is represented in a great way.<\\/p>\",\"align\":\"center\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"51ed07da\",\"elType\":\"widget\",\"settings\":{\"cardlayout\":\"2\",\"termsgap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"countLabel\":\"Trips\",\"linkText\":\"View More\",\"terms_title_typography_typography\":\"custom\",\"terms_title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"terms_title_typography_font_weight\":\"400\",\"terms_count_typography_typography\":\"custom\",\"terms_count_typography_font_family\":\"Roboto Flex\",\"terms_count_typography_font_weight\":\"400\",\"terms_arrow_enable\":\"\",\"terms_image_size\":\"full\",\"terms_image_height\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"terms_animation_type\":\"ease\",\"terms_img_animation_duration\":1,\"__globals__\":{\"terms_count_typography_typography\":\"\",\"terms_title_color_hover\":\"\"},\"terms_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"terms_title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"terms_title_color_hover\":\"#EBEBEB\"},\"elements\":[],\"widgetType\":\"wptravelengine-trip-types\"},{\"id\":\"7e1c851e\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL DESTINATIONS\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\\/wanderlust-tours\\/destination\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b74957c\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"travel-monster_section-bg\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"309e5d9\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b455e81\"}]},\"elements\":[{\"id\":\"f698cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.271,\"_inline_size_tablet\":100,\"space_between_widgets\":16,\"text_align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"72\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843f895\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"755a2c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"What People Say \\nAbout Us\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1593ecc0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are the leading travel agency offering different programs and higher education diplomas that are designed with global requirements in mind.<\\/p>\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"18e6a307\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\\/wanderlust-tours\\/our-teams\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"202de3f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.729,\"_inline_size_tablet\":100,\"padding_laptop\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":1.2},\"elements\":[{\"id\":\"385507b\",\"elType\":\"widget\",\"settings\":{\"btccgs_testimonial_carousel\":[{\"btccgs_testimonial_carousel_title\":\"\",\"btccgs_testimonial_carousel_content\":\"<p>Contrary to popular belief, travelling is a lot fun especially when there\\u2019s always someone to lean on to. Travelwind has done just that to me. It is really easy to find your desired location here and the customer service is really excellent.<\\/p>\",\"btccgs_testimonial_carousel_name\":\"Talan Arcand\",\"btccgs_testimonial_carousel_position\":\"Guest Review\",\"_id\":\"4adfeab\",\"btccgs_testimonial_carousel_image\":{\"id\":\"4927\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/reviewer.png\"}},{\"btccgs_testimonial_carousel_title\":\"\",\"btccgs_testimonial_carousel_content\":\"<p>Contrary to popular belief, travelling is a lot fun especially when there\\u2019s always someone to lean on to. Travelwind has done just that to me. It is really easy to find your desired location here and the customer service is really excellent.<\\/p>\",\"btccgs_testimonial_carousel_name\":\"Talan Arcand\",\"btccgs_testimonial_carousel_position\":\"Guest Review\",\"_id\":\"31d7e90\",\"btccgs_testimonial_carousel_image\":{\"id\":\"4928\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/shape.png\"}},{\"btccgs_testimonial_carousel_title\":\"\",\"btccgs_testimonial_carousel_content\":\"<p>Contrary to popular belief, travelling is a lot fun especially when there\\u2019s always someone to lean on to. Travelwind has done just that to me. It is really easy to find your desired location here and the customer service is really excellent.<\\/p>\",\"btccgs_testimonial_carousel_name\":\"Talan Arcand\",\"btccgs_testimonial_carousel_position\":\"Guest Review\",\"_id\":\"1287ced\",\"btccgs_testimonial_carousel_image\":{\"id\":\"4930\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/Ellipse.png\"}}],\"btccgs_testimonial_carousel_show_carousel_nav\":\"\",\"btccrs_testimonial_rating_enable\":\"yes\",\"btccrs_testimonial_star_style\":\"star_unicode\",\"btcsgs_testimonial_title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"btcsgs_testimonial_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"btcsgs_testimonial_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"btcsgs_testimonial_content_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"btcsgs_testimonial_content_typography_typography\":\"custom\",\"btcsgs_testimonial_content_typography_font_family\":\"Libre Caslon Text\",\"btcsgs_testimonial_content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"btcsgs_testimonial_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"btsrs_testimonial_name_typography_typography\":\"custom\",\"btsrs_testimonial_name_typography_font_family\":\"Libre Caslon Text\",\"btsrs_testimonial_name_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"btsrs_testimonial_name_typography_font_weight\":\"400\",\"btsrs_testimonial_title_typography_typography\":\"custom\",\"btsrs_testimonial_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"btcsrss_testimonial_stars_color\":\"#FEE25A\",\"btcsrss_testimonial_stars_unmarked_color\":\"#FEE25A\",\"btcsnd_testimonial_dots_nav_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"btcsnd_testimonial_dots_nav_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"btcsnd_testimonial_dots_nav_color\":\"#1B5E5961\",\"btcsnd_testimonial_dots_nav_active_color\":\"#1b5e59\",\"_padding\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":106.225},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":24,\"spread\":0,\"color\":\"rgba(29, 13, 13, 0.04)\"},\"__globals__\":{\"btcsnd_testimonial_dots_nav_color\":\"\",\"btcsnd_testimonial_dots_nav_active_color\":\"globals\\/colors?id=primary_color\",\"btcsgs_testimonial_content_color\":\"globals\\/colors?id=heading_color\",\"btsrs_testimonial_name_color\":\"globals\\/colors?id=heading_color\",\"btsrs_testimonial_title_color\":\"globals\\/colors?id=body_font_color\"},\"btcsgs_testimonial_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"btcsgs_testimonial_content_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"meafe-testimonial-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"19c02d8b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"6a673b2\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"a7a63d5\"}]},\"elements\":[{\"id\":\"54a864ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"79f6aaf1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":597,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"56\",\"left\":0,\"isLinked\":false},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"980cb03\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"6036be9\"}]},\"elements\":[{\"id\":\"2b4b0352\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e9c2872\",\"elType\":\"widget\",\"settings\":{\"title\":\"Choose your trips\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"267db011\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best travel deals\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68e49a30\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To those who wish to experience one of the best holiday time ever, we are excited to offer unlimited fun is represented in a great way.<\\/p>\",\"align\":\"center\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"12b2740a\",\"elType\":\"widget\",\"settings\":{\"tripsgap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"cardlayout\":\"5\",\"showFeaturedRibbon\":\"\",\"viewMoreButtonText\":\"View Details\",\"card_boxshadow_box_shadow_type\":\"yes\",\"card_boxshadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"card_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.44,\"sizes\":[]},\"content_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"meta_typography_typography\":\"custom\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"meta_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Libre Caslon Text\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"strike_typography_typography\":\"custom\",\"strike_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"strike_color\":\"#4A4A4ABF\",\"__globals__\":{\"discount_tag_color\":\"globals\\/colors?id=heading_color\",\"meta_icon_color\":\"globals\\/colors?id=primary_color\",\"meta_color\":\"globals\\/colors?id=body_font_color\",\"price_color\":\"globals\\/colors?id=heading_color\",\"title_color_hover\":\"globals\\/colors?id=primary_color\",\"discount_tag_bg_color\":\"globals\\/colors?id=secondary_color\",\"meta_hover_color\":\"globals\\/colors?id=primary_color\"},\"animation_type\":\"ease\",\"img_animation_duration\":1,\"price_typography_font_weight\":\"400\",\"price_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"price_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"strike_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"strike_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"excerptLength\":18,\"showReviews\":\"yes\",\"card_border_border\":\"solid\",\"card_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"card_border_color\":\"#EAEAEA\"},\"elements\":[],\"widgetType\":\"wptravelengine-trips\"},{\"id\":\"3a25474b\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL DEALS\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\\/wanderlust-tours\\/trip\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3ec0f12d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a8787ec\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"a9c17d4\"}]},\"elements\":[{\"id\":\"b83d78c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.788,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"id\":\"4932\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/lighthouse-scaled-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1d086fb3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"size\":\"small\",\"header_size\":\"span\",\"title_color\":\"#02010100\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_position\":\"absolute\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4fde76f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.139,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"space_between_widgets\":16,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"72\",\"right\":\"72\",\"bottom\":\"72\",\"left\":\"72\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary_color\"},\"align\":\"flex-start\"},\"elements\":[{\"id\":\"5bec98f5\",\"elType\":\"section\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a477f10\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"23852a2\"}],\"text_align\":\"left\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"072\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e1fd3e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"547c86d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Take Action and Make Your Dreams a Reality\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c03fd61\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unlock the Door to Your Dreams\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b504e81\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Are you tired of dreaming about the life you want? It\'s time to take action and make those dreams a reality. Let us help you unlock the door to your dreams and start living the life you\'ve always wanted.<\\/p>\",\"align\":\"left\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"200df2fd\",\"elType\":\"widget\",\"settings\":{\"text\":\"OPEN THE DOOR NOW\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"032\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"link\":{\"url\":\"\\/wanderlust-tours\\/trip\\/everest-base-camp-trek\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_background_hover_color\":\"#FFFFFF\",\"__globals__\":{\"hover_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"12978614\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"4dbb215\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"01f97cb\"}]},\"elements\":[{\"id\":\"7eede976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73d52fb9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":597,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"e86197d\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"65eb884\"}]},\"elements\":[{\"id\":\"5310888b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5412b325\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your ultimate guide to exploring the world\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4afead58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Blog and articles\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0b5acf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"white-space: pre-wrap;\\\">Latest travel tips and blog covering all travel experiences. Check out our mentions in different guides and articles.<\\/span><\\/p>\",\"align\":\"center\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72d69bcc\",\"elType\":\"widget\",\"settings\":{\"bbcls_blog_layout_mode\":\"2\",\"bbcls_blog_show_load_more_text\":\"LOAD MORE\",\"bbcls_blog_show_load_more_url\":\"#\",\"bbcls_blog_excerpt_expanison_indicator\":\"...\",\"bbcls_blog_read_more_button_text\":\"READ MORE\",\"bbscts_blog_title_typography_typography\":\"custom\",\"bbscts_blog_title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"bbscts_blog_title_typography_font_weight\":\"500\",\"bbscts_blog_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"bbscts_blog_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bbscts_blog_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"bbsrms_blog_read_more_btn_typography_typography\":\"custom\",\"bbsrms_blog_read_more_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"bbsrms_blog_read_more_btn_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"bbcqs_blog_category_ids\":[],\"bbcqs_blog_post_tag_ids\":[],\"bbcqs_blog_post__not_in\":[],\"bbscts_blog_title_hover_color\":\"#28b5a4\",\"bbslms_blog_load_more_btn_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"32\",\"bottom\":\"20\",\"left\":\"32\",\"isLinked\":false},\"bbslms_blog_load_more_btn_typography_typography\":\"custom\",\"bbslms_blog_load_more_btn_typography_font_family\":\"Poppins\",\"bbslms_blog_load_more_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"bbslms_blog_load_more_btn_typography_font_weight\":\"500\",\"bbslms_blog_load_more_btn_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bbslms_blog_load_more_btn_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bbslms_blog_load_more_btn_normal_text_color\":\"#E48E45\",\"bbslms_blog_load_more_btn_normal_bg_color\":\"#02010100\",\"bbslms_blog_load_more_btn_normal_border_border\":\"solid\",\"bbslms_blog_load_more_btn_normal_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"bbslms_blog_load_more_btn_normal_border_color\":\"#E48E45\",\"bbslms_blog_load_more_btn_border_radius\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"bbslms_blog_load_more_btn_hover_text_color\":\"#FFFFFF\",\"bbslms_blog_load_more_btn_hover_bg_color\":\"#E48E45\",\"bbslms_blog_load_more_btn_hover_border_color\":\"#E48E45\",\"bbcls_blog_show_category\":\"\",\"bbscts_blog_excerpt_color\":\"#494D41\",\"bbscts_blog_excerpt_typography_typography\":\"custom\",\"bbscts_blog_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"bbscts_blog_excerpt_typography_font_weight\":\"400\",\"bbscts_blog_excerpt_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bbscts_blog_excerpt_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bbscts_blog_meta_typography_typography\":\"custom\",\"bbscts_blog_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"bbscts_blog_meta_typography_font_weight\":\"400\",\"bbscts_blog_meta_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bbscts_blog_meta_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"bbsrms_blog_read_more_btn_color\":\"globals\\/colors?id=heading_color\",\"bbscts_blog_title_color\":\"globals\\/colors?id=heading_color\",\"bbscts_blog_title_hover_color\":\"globals\\/colors?id=primary_color\",\"bbscts_blog_meta_color\":\"globals\\/colors?id=body_font_color\",\"bbsrms_blog_read_more_btn_hover_color\":\"globals\\/colors?id=primary_color\"},\"bbsrms_blog_read_more_btn_color\":\"#28b5a4\",\"_mask_shape\":\"custom\",\"bbsgs_blog_bg_color\":\"#FFFFFF\",\"bbcls_blog_excerpt_length\":20,\"bbsgs_blog_spacing_content\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"bbsgs_blog_border_border\":\"solid\",\"bbsgs_blog_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"bbsgs_blog_border_color\":\"#EAEAEA\",\"bbsgs_blog_box_shadow_box_shadow_type\":\"yes\",\"bbsgs_blog_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"meafe-blog\"},{\"id\":\"19e5893e\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL BLOG\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\\/wanderlust-tours\\/blog\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c27fb3b\",\"elType\":\"section\",\"settings\":{\"text_align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ba293de\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"952ac65\"}]},\"elements\":[{\"id\":\"e1efb4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":40,\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e767af0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recommended and Endorsed by\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a2032a7\",\"elType\":\"widget\",\"settings\":{\"bccgs_clients_per_line\":\"6\",\"bccgs_clients_repeater\":[{\"_id\":\"f560d31\",\"bccgs_client_image\":{\"id\":\"4934\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/1.png\"}},{\"_id\":\"33f691c\",\"bccgs_client_image\":{\"id\":\"4936\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/2.png\"}},{\"_id\":\"36cfcd4\",\"bccgs_client_image\":{\"id\":\"4938\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/3.png\"}},{\"_id\":\"d5e79a4\",\"bccgs_client_image\":{\"id\":\"4941\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/4-1.png\"}},{\"_id\":\"140ae47\",\"bccgs_client_image\":{\"id\":\"4942\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/5.png\"}},{\"_id\":\"238297d\",\"bccgs_client_image\":{\"id\":\"4944\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/6.png\"}}]},\"elements\":[],\"widgetType\":\"meafe-clients\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ec642f2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#1b5e59\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EAEAEA\",\"__globals__\":{\"background_color\":\"\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"801d2d5\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d9dfb19\"}]},\"elements\":[{\"id\":\"50e6da58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EAEAEA4D\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5792d4ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us on\",\"header_size\":\"span\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"31\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5178fcbb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/facebook.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#AAAAAA30\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FEE25A\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=heading_color\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6fb7b4a1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/twitter.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#AAAAAA30\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FEE25A\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=heading_color\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6c80984d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/linkedin.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#AAAAAA30\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FEE25A\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=heading_color\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6827fdc8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/youtube.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#AAAAAA30\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FEE25A\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=heading_color\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"509446ef\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/instagram.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#AAAAAA30\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FEE25A\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=heading_color\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false}]'),(4402,4970,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#FFFFFF\";}'),(4486,4982,'_elementor_edit_mode','builder'),(4487,4982,'_elementor_template_type','wp-page'),(4488,4982,'_elementor_version','3.23.1'),(4489,4982,'_wp_page_template','elementor_header_footer'),(4490,4982,'_elementor_data','[{\"id\":\"782f0f2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/Mask-Group-1.jpg\",\"id\":3849,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C201180\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"85\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1fe73f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"00f0e0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"left\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"--secondaryFontFamily\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e2f6a1d\",\"elType\":\"section\",\"settings\":{\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":40,\"spread\":0,\"color\":\"rgba(28.00000000000002, 32.00000000000003, 17.000000000000014, 0.21)\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"26\",\"bottom\":\"60\",\"left\":\"26\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"16\",\"bottom\":\"30\",\"left\":\"16\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b5c510d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5cd92027\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"20\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":40,\"spread\":0,\"color\":\"rgba(28.000000000000057, 32.00000000000007, 17.00000000000004, 0.04)\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"53c2d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_radius_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"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\":true}},\"elements\":[{\"id\":\"79fff846\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in touch\",\"header_size\":\"h3\",\"title_color\":\"#1C2011\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f8a4bf0\",\"elType\":\"widget\",\"settings\":{\"bccgs_cf7_form_id\":\"942\"},\"elements\":[],\"widgetType\":\"meafe-cf7\"}],\"isInner\":true},{\"id\":\"1923361f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"40\",\"bottom\":\"32\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary_color\"},\"_inline_size_tablet\":100,\"border_radius_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":false},\"content_position\":\"space-between\"},\"elements\":[{\"id\":\"14a24dfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":3398,\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/decoration.png\",\"alt\":\"\",\"source\":\"library\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":206},\"_position\":\"absolute\",\"_offset_x\":{\"size\":261,\"unit\":\"px\"},\"_offset_y\":{\"size\":609,\"unit\":\"px\"},\"align\":\"right\",\"_offset_orientation_h\":\"end\",\"_z_index\":1,\"_z_index_mobile\":1,\"_offset_orientation_v\":\"end\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3a87ab10\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"z_index\":11,\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"12950567\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_align\":\"center\"},\"elements\":[{\"id\":\"10fdb098\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Infromation\",\"header_size\":\"h5\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":32.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16.5\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7dbcea85\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/map-marker-1.svg\",\"id\":3560},\"library\":\"svg\"},\"title_text\":\"\",\"description_text\":\"VIEW PARK TOWERS,UTALII LANE, <\\/br>\\nNAIROBI- STAREHE DISTRICT, CBD. <\\/br>\\nP.O BOX 45240, 00100<\\/br>\\nG.P.O NAIROBI, Kenya\",\"position\":\"left\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#FFFFFF26\",\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"view\":\"framed\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"16.5\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"223ad2c5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/phone-1.svg\",\"id\":3559},\"library\":\"svg\"},\"view\":\"framed\",\"title_text\":\"\",\"description_text\":\"Tel: +254740711244\\n\\n\\n\",\"position\":\"left\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#FFFFFF26\",\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"42\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"35ad9484\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/envelope-1.svg\",\"id\":3558},\"library\":\"svg\"},\"view\":\"framed\",\"title_text\":\"\",\"description_text\":\"griflightconsultancyagency@gmail.com <\\/br>\\nmitxiyu@yahoo.com\",\"position\":\"left\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#FFFFFF26\",\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"52ed53b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"z_index\":11,\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"3c6dc39\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_align\":\"center\",\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"3571eeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us on\",\"header_size\":\"h5\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e97151c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"hover_primary_color\":\"\"},\"hover_primary_color\":\"#FFFFFFB8\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"1fe6198\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"hover_primary_color\":\"\"},\"hover_primary_color\":\"#FFFFFFB8\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"d066424\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"hover_primary_color\":\"\"},\"hover_primary_color\":\"#FFFFFFB8\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f77f827\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"hover_primary_color\":\"\"},\"hover_primary_color\":\"#FFFFFFB8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d2ff839\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"column_position\":\"stretch\"},\"elements\":[{\"id\":\"2332b8a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"37e3a659\",\"elType\":\"widget\",\"settings\":{\"address\":\"VIEW PARK TOWERS,UTALII LANE, NAIROBI, Kenya\",\"height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"zoom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(4492,4983,'_elementor_edit_mode','builder'),(4493,4983,'_elementor_template_type','wp-page'),(4494,4983,'_elementor_version','3.23.1'),(4495,4983,'_wp_page_template','elementor_header_footer'),(4496,4983,'_elementor_data','[{\"id\":\"782f0f2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/Mask-Group-1.jpg\",\"id\":3849,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C201180\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"85\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1fe73f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"00f0e0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"left\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"--secondaryFontFamily\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e2f6a1d\",\"elType\":\"section\",\"settings\":{\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":40,\"spread\":0,\"color\":\"rgba(28.00000000000002, 32.00000000000003, 17.000000000000014, 0.21)\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"26\",\"bottom\":\"60\",\"left\":\"26\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"16\",\"bottom\":\"30\",\"left\":\"16\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b5c510d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5cd92027\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"20\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":40,\"spread\":0,\"color\":\"rgba(28.000000000000057, 32.00000000000007, 17.00000000000004, 0.04)\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"53c2d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_radius_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"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\":true}},\"elements\":[{\"id\":\"79fff846\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in touch\",\"header_size\":\"h3\",\"title_color\":\"#1C2011\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f8a4bf0\",\"elType\":\"widget\",\"settings\":{\"bccgs_cf7_form_id\":\"942\"},\"elements\":[],\"widgetType\":\"meafe-cf7\"}],\"isInner\":true},{\"id\":\"1923361f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"40\",\"bottom\":\"32\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary_color\"},\"_inline_size_tablet\":100,\"border_radius_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":false},\"content_position\":\"space-between\"},\"elements\":[{\"id\":\"14a24dfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":3398,\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/decoration.png\",\"alt\":\"\",\"source\":\"library\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":206},\"_position\":\"absolute\",\"_offset_x\":{\"size\":261,\"unit\":\"px\"},\"_offset_y\":{\"size\":609,\"unit\":\"px\"},\"align\":\"right\",\"_offset_orientation_h\":\"end\",\"_z_index\":1,\"_z_index_mobile\":1,\"_offset_orientation_v\":\"end\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3a87ab10\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"z_index\":11,\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"12950567\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_align\":\"center\"},\"elements\":[{\"id\":\"10fdb098\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Infromation\",\"header_size\":\"h5\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":32.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16.5\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7dbcea85\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/map-marker-1.svg\",\"id\":3560},\"library\":\"svg\"},\"title_text\":\"\",\"description_text\":\"VIEW PARK TOWERS,UTALII LANE, <\\/br>\\nNAIROBI- STAREHE DISTRICT, CBD. <\\/br>\\nP.O BOX 45240, 00100<\\/br>\\nG.P.O NAIROBI, Kenya\",\"position\":\"left\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#FFFFFF26\",\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"view\":\"framed\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"16.5\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"223ad2c5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/phone-1.svg\",\"id\":3559},\"library\":\"svg\"},\"view\":\"framed\",\"title_text\":\"\",\"description_text\":\"Tel: +254740711244\\n\\n\\n\",\"position\":\"left\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#FFFFFF26\",\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"42\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"35ad9484\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/envelope-1.svg\",\"id\":3558},\"library\":\"svg\"},\"view\":\"framed\",\"title_text\":\"\",\"description_text\":\"griflightconsultancyagency@gmail.com <\\/br>\\nmitxiyu@yahoo.com\",\"position\":\"left\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#FFFFFF26\",\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"52ed53b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"z_index\":11,\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"3c6dc39\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_align\":\"center\",\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"3571eeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us on\",\"header_size\":\"h5\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e97151c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"hover_primary_color\":\"\"},\"hover_primary_color\":\"#FFFFFFB8\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"1fe6198\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"hover_primary_color\":\"\"},\"hover_primary_color\":\"#FFFFFFB8\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"d066424\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"hover_primary_color\":\"\"},\"hover_primary_color\":\"#FFFFFFB8\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f77f827\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"hover_primary_color\":\"\"},\"hover_primary_color\":\"#FFFFFFB8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d2ff839\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"column_position\":\"stretch\"},\"elements\":[{\"id\":\"2332b8a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"37e3a659\",\"elType\":\"widget\",\"settings\":{\"address\":\"VIEW PARK TOWERS,UTALII LANE, NAIROBI, Kenya\",\"height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"zoom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(4498,4984,'_elementor_edit_mode','builder'),(4499,4984,'_elementor_template_type','wp-page'),(4500,4984,'_elementor_version','3.23.1'),(4501,4984,'_wp_page_template','elementor_header_footer'),(4502,4984,'_elementor_data','[{\"id\":\"782f0f2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/Mask-Group-1.jpg\",\"id\":3849,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C201180\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"85\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1fe73f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"00f0e0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"left\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"--secondaryFontFamily\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e2f6a1d\",\"elType\":\"section\",\"settings\":{\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":40,\"spread\":0,\"color\":\"rgba(28.00000000000002, 32.00000000000003, 17.000000000000014, 0.21)\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"26\",\"bottom\":\"60\",\"left\":\"26\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"16\",\"bottom\":\"30\",\"left\":\"16\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b5c510d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5cd92027\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"20\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":40,\"spread\":0,\"color\":\"rgba(28.000000000000057, 32.00000000000007, 17.00000000000004, 0.04)\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"53c2d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_radius_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"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\":true}},\"elements\":[{\"id\":\"79fff846\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in touch\",\"header_size\":\"h3\",\"title_color\":\"#1C2011\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f8a4bf0\",\"elType\":\"widget\",\"settings\":{\"bccgs_cf7_form_id\":\"942\"},\"elements\":[],\"widgetType\":\"meafe-cf7\"}],\"isInner\":true},{\"id\":\"1923361f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"40\",\"bottom\":\"32\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary_color\"},\"_inline_size_tablet\":100,\"border_radius_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":false},\"content_position\":\"space-between\"},\"elements\":[{\"id\":\"14a24dfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":3398,\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/decoration.png\",\"alt\":\"\",\"source\":\"library\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":206},\"_position\":\"absolute\",\"_offset_x\":{\"size\":261,\"unit\":\"px\"},\"_offset_y\":{\"size\":609,\"unit\":\"px\"},\"align\":\"right\",\"_offset_orientation_h\":\"end\",\"_z_index\":1,\"_z_index_mobile\":1,\"_offset_orientation_v\":\"end\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3a87ab10\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"z_index\":11,\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"12950567\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_align\":\"center\"},\"elements\":[{\"id\":\"10fdb098\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Infromation\",\"header_size\":\"h5\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":32.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16.5\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7dbcea85\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/map-marker-1.svg\",\"id\":3560},\"library\":\"svg\"},\"title_text\":\"\",\"description_text\":\"VIEW PARK TOWERS,UTALII LANE, <\\/br>\\nNAIROBI- STAREHE DISTRICT, CBD. <\\/br>\\nP.O BOX 45240, 00100<\\/br>\\nG.P.O NAIROBI, Kenya\",\"position\":\"left\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#FFFFFF26\",\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"view\":\"framed\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"16.5\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"223ad2c5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/phone-1.svg\",\"id\":3559},\"library\":\"svg\"},\"view\":\"framed\",\"title_text\":\"\",\"description_text\":\"Tel: +254740711244\\n\\n\\n\",\"position\":\"left\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#FFFFFF26\",\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"42\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"35ad9484\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/envelope-1.svg\",\"id\":3558},\"library\":\"svg\"},\"view\":\"framed\",\"title_text\":\"\",\"description_text\":\"griflightconsultancyagency@gmail.com <\\/br>\\nmitxiyu@yahoo.com\",\"position\":\"left\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#FFFFFF26\",\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"52ed53b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"z_index\":11,\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"3c6dc39\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_align\":\"center\",\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"3571eeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us on\",\"header_size\":\"h5\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e97151c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"hover_primary_color\":\"\"},\"hover_primary_color\":\"#FFFFFFB8\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"1fe6198\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"hover_primary_color\":\"\"},\"hover_primary_color\":\"#FFFFFFB8\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"d066424\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"hover_primary_color\":\"\"},\"hover_primary_color\":\"#FFFFFFB8\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f77f827\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"hover_primary_color\":\"\"},\"hover_primary_color\":\"#FFFFFFB8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d2ff839\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"column_position\":\"stretch\"},\"elements\":[{\"id\":\"2332b8a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"37e3a659\",\"elType\":\"widget\",\"settings\":{\"address\":\"VIEW PARK TOWERS,UTALII LANE, NAIROBI, Kenya\",\"height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"zoom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(4504,4985,'_elementor_edit_mode','builder'),(4505,4985,'_elementor_template_type','wp-page'),(4506,4985,'_elementor_version','3.23.1'),(4507,4985,'_wp_page_template','elementor_header_footer'),(4508,4985,'_elementor_data','[{\"id\":\"782f0f2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/Mask-Group-1.jpg\",\"id\":3849,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C201180\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"85\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1fe73f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"00f0e0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"left\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"--secondaryFontFamily\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e2f6a1d\",\"elType\":\"section\",\"settings\":{\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":40,\"spread\":0,\"color\":\"rgba(28.00000000000002, 32.00000000000003, 17.000000000000014, 0.21)\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"26\",\"bottom\":\"60\",\"left\":\"26\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"16\",\"bottom\":\"30\",\"left\":\"16\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b5c510d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5cd92027\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"20\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":40,\"spread\":0,\"color\":\"rgba(28.000000000000057, 32.00000000000007, 17.00000000000004, 0.04)\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"53c2d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_radius_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"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\":true}},\"elements\":[{\"id\":\"79fff846\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in touch\",\"header_size\":\"h3\",\"title_color\":\"#1C2011\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f8a4bf0\",\"elType\":\"widget\",\"settings\":{\"bccgs_cf7_form_id\":\"942\"},\"elements\":[],\"widgetType\":\"meafe-cf7\"}],\"isInner\":true},{\"id\":\"1923361f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"40\",\"bottom\":\"32\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":100,\"border_radius_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":false},\"content_position\":\"space-between\",\"background_color\":\"#187BA4\"},\"elements\":[{\"id\":\"14a24dfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":3398,\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/decoration.png\",\"alt\":\"\",\"source\":\"library\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":206},\"_position\":\"absolute\",\"_offset_x\":{\"size\":261,\"unit\":\"px\"},\"_offset_y\":{\"size\":609,\"unit\":\"px\"},\"align\":\"right\",\"_offset_orientation_h\":\"end\",\"_z_index\":1,\"_z_index_mobile\":1,\"_offset_orientation_v\":\"end\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3a87ab10\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"z_index\":11,\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"12950567\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_align\":\"center\"},\"elements\":[{\"id\":\"10fdb098\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Infromation\",\"header_size\":\"h5\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":32.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16.5\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7dbcea85\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/map-marker-1.svg\",\"id\":3560},\"library\":\"svg\"},\"title_text\":\"\",\"description_text\":\"VIEW PARK TOWERS,UTALII LANE, <\\/br>\\nNAIROBI- STAREHE DISTRICT, CBD. <\\/br>\\nP.O BOX 45240, 00100<\\/br>\\nG.P.O NAIROBI, Kenya\",\"position\":\"left\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#FFFFFF26\",\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"view\":\"framed\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"16.5\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"223ad2c5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/phone-1.svg\",\"id\":3559},\"library\":\"svg\"},\"view\":\"framed\",\"title_text\":\"\",\"description_text\":\"Tel: +254740711244\\n\\n\\n\",\"position\":\"left\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#FFFFFF26\",\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"42\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"35ad9484\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/envelope-1.svg\",\"id\":3558},\"library\":\"svg\"},\"view\":\"framed\",\"title_text\":\"\",\"description_text\":\"griflightconsultancyagency@gmail.com <\\/br>\\nmitxiyu@yahoo.com\",\"position\":\"left\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#FFFFFF26\",\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"52ed53b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"z_index\":11,\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"3c6dc39\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_align\":\"center\",\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"3571eeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us on\",\"header_size\":\"h5\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e97151c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"hover_primary_color\":\"\"},\"hover_primary_color\":\"#FFFFFFB8\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"1fe6198\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"hover_primary_color\":\"\"},\"hover_primary_color\":\"#FFFFFFB8\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"d066424\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"hover_primary_color\":\"\"},\"hover_primary_color\":\"#FFFFFFB8\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f77f827\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"hover_primary_color\":\"\"},\"hover_primary_color\":\"#FFFFFFB8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d2ff839\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"column_position\":\"stretch\"},\"elements\":[{\"id\":\"2332b8a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"37e3a659\",\"elType\":\"widget\",\"settings\":{\"address\":\"VIEW PARK TOWERS,UTALII LANE, NAIROBI, Kenya\",\"height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"zoom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(4407,4971,'_elementor_version','3.13.2'),(4408,4971,'_wp_page_template','elementor_header_footer'),(4409,4971,'_elementor_data','[{\"id\":\"50ff0382\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#02010182\",\"background_color_stop\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"background_color_b\":\"#F2295BA1\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":210,\"sizes\":[]},\"background_slideshow_background_size\":\"cover\",\"background_slideshow_background_position\":\"center center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"15\",\"bottom\":\"90\",\"left\":\"15\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/kenyaclassictourtravel.com\\/griflightservices\\/wp-content\\/uploads\\/2024\\/07\\/travel1.jpg\",\"id\":4968,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size_mobile\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"css_classes\":\"travel-monster__search-section\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2243134c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.386,\"content_position\":\"center\",\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"12ce96c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover the World in Style with Luxury Travel\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_css_classes\":\"--secondaryFontFamily\",\"align_mobile\":\"center\",\"typography_font_size_laptop\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4bd20701\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Grab your stuff and let\\u2019s get lost.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"357ebf39\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.528,\"content_position\":\"center\",\"align\":\"flex-end\",\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1cb64365\",\"elType\":\"widget\",\"settings\":{\"showTitle\":\"\",\"searchFormOrientation\":\"vertical\",\"searchButtonLabel\":\"Search\",\"destination_label\":\"Destination\",\"trip_types_label\":\"Trip Types\",\"activities_label\":\"Activity\",\"duration_label\":\"Duration\",\"price_label\":\"Budget\",\"date_label\":\"Date\",\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"search_padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"destination_order\":3,\"activities_order\":1,\"price_order\":2,\"search_typography_typography\":\"custom\",\"search_typography_line_height\":{\"unit\":\"px\",\"size\":22.4,\"sizes\":[]},\"search_input_icon_color\":\"#1B5E59\",\"search_input_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"search_button_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"search_button_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"__globals__\":{\"search_input_icon_color\":\"globals\\/colors?id=primary_color\",\"search_input_arrow_color\":\"globals\\/colors?id=primary\",\"search_primary_color\":\"globals\\/colors?id=primary_color\",\"search_button_border_color\":\"\",\"search_button_hover_border_color\":\"globals\\/colors?id=primary_color\",\"search_button_color\":\"globals\\/colors?id=body_font_color\",\"search_button_hover_color\":\"\"},\"search_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"search_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"search_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"search_input_color\":\"#494D41\",\"search_primary_color\":\"#1B5E59\",\"search_input_arrow_color\":\"#1C2011\",\"search_button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"search_button_hover_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"search_button_hover_border_color\":\"#1B5E59\",\"search_button_color\":\"#494d41\",\"search_button_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"wptravelengine-trip-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a41eecb\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"46\",\"right\":\"0\",\"bottom\":\"46\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"css_classes\":\"travel-monster_section-bg\"},\"elements\":[{\"id\":\"166f6476\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ffbfa53\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/08\\/location.svg\",\"id\":3236},\"library\":\"svg\"},\"view\":\"stacked\",\"title_text\":\"Handpicked Destination\",\"description_text\":\"Our strict screening process means you\\u2019re only seeing the best quality treks.\",\"primary_color\":\"#EBFBF9\",\"icon_space\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=heading_color\",\"secondary_color\":\"globals\\/colors?id=primary_color\",\"description_color\":\"globals\\/colors?id=body_font_color\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"secondary_color\":\"#28b5a4\",\"description_color\":\"rgba(28,32,17,0.8)\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"829f13f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"298b7a22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/08\\/purse.svg\",\"id\":3235},\"library\":\"svg\"},\"view\":\"stacked\",\"title_text\":\"Best Price Guaranteed\",\"description_text\":\"Our Best Price Guarantee means that you can be sure of booking at the best rate.\",\"primary_color\":\"#EBFBF9\",\"icon_space\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=heading_color\",\"secondary_color\":\"globals\\/colors?id=primary_color\",\"description_color\":\"globals\\/colors?id=body_font_color\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"6ac558d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"382638aa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/08\\/headphone.svg\",\"id\":3234},\"library\":\"svg\"},\"view\":\"stacked\",\"title_text\":\"24\\/7 Customer Service\",\"description_text\":\"Our customer are standing by 24\\/7 to make your experience incredible.\",\"primary_color\":\"#EBFBF9\",\"icon_space\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=heading_color\",\"secondary_color\":\"globals\\/colors?id=primary_color\",\"description_color\":\"globals\\/colors?id=body_font_color\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e7b9d02\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"015\",\"bottom\":\"100\",\"left\":\"015\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"0bacdeb\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"804f1e9\"}]},\"elements\":[{\"id\":\"700c4607\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.163,\"space_between_widgets\":0,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0294dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining Luxury Travel\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary_color\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ac201e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who we are\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"133f2e36\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a team of passionate travel experts who specialize in crafting bespoke luxury travel experiences that exceed the expectations of our clients. With our extensive knowledge and connections around the world, we create tailor-made itineraries that cater to individual preferences and interests.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20219cb5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our goal is to provide you with unforgettable travel experiences that are tailored to your unique interests and preferences. Whether you\'re looking for a relaxing beach vacation, an adventurous trek through the mountains, or a cultural immersion in a new city, we have the expertise and resources to make it happen.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"497a67d9\",\"elType\":\"widget\",\"settings\":{\"text\":\"KNOW MORE ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\\/wanderlust-tours\\/about-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"20771af8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.798,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FEE25A1A\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true}},\"elements\":[{\"id\":\"5b1b0c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"4916\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/trip-advisor.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a7ae2d3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_slideshow_loop\":\"\",\"background_slideshow_background_size\":\"cover\",\"background_slideshow_background_position\":\"center center\",\"padding\":{\"unit\":\"px\",\"top\":\"72\",\"right\":\"0\",\"bottom\":\"72\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"40\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"travel-nomads_counter-section\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary_color\"},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"633b9dd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"4c8e275\"}]},\"elements\":[{\"id\":\"5053aa0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"54c25d78\",\"elType\":\"widget\",\"settings\":{\"ending_number\":1500,\"suffix\":\"+\",\"title\":\"TRIPS AND TOURS\",\"number_color\":\"#FFFFFF\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Libre Caslon Text\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_number_font_weight\":\"400\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_number_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_title_text_transform\":\"uppercase\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary_color\"},\"typography_title_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"1339d3c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4162ba9e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":50,\"suffix\":\"+\",\"title\":\"OUTDOOR ACTIVITES\",\"number_color\":\"#FFFFFF\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Libre Caslon Text\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_number_font_weight\":\"400\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_number_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_title_text_transform\":\"uppercase\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary_color\"},\"typography_title_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"17b01536\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2b177fa8\",\"elType\":\"widget\",\"settings\":{\"ending_number\":40,\"suffix\":\"+\",\"title\":\"COUNTRIES\",\"number_color\":\"#FFFFFF\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Libre Caslon Text\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_number_font_weight\":\"400\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_number_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_title_text_transform\":\"uppercase\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary_color\"},\"typography_title_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"3bea720e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"4738c0b0\",\"elType\":\"widget\",\"settings\":{\"ending_number\":50,\"suffix\":\"K+\",\"title\":\"HAPPY CUSTOMERS\",\"number_color\":\"#FFFFFF\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Libre Caslon Text\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_number_font_weight\":\"400\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_number_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_title_text_transform\":\"uppercase\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary_color\"},\"typography_title_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"69e478b9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#1B5E590D\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"8c2ccb9\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"73ab52f\"}]},\"elements\":[{\"id\":\"675f574\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"d05682b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":597,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"56\",\"left\":0,\"isLinked\":false},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"c53635d\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"872d441\"}]},\"elements\":[{\"id\":\"3d41455b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"193c8ef7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Choose your trips\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f853278\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Trips\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"420ae37f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To those who wish to experience one of the best holiday time ever, we are excited to offer unlimited fun is represented in a great way.<\\/p>\",\"align\":\"center\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"468c14b\",\"elType\":\"widget\",\"settings\":{\"cardlayout\":\"5\",\"showFeaturedRibbon\":\"\",\"viewMoreButtonText\":\"View Details\",\"card_boxshadow_box_shadow_type\":\"yes\",\"card_boxshadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"card_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.44,\"sizes\":[]},\"content_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"meta_typography_typography\":\"custom\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"meta_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Libre Caslon Text\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"strike_typography_typography\":\"custom\",\"strike_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"discount_tag_bg_color\":\"#fee25a\",\"__globals__\":{\"discount_tag_color\":\"globals\\/colors?id=heading_color\",\"meta_icon_color\":\"globals\\/colors?id=primary_color\",\"meta_color\":\"globals\\/colors?id=body_font_color\",\"price_color\":\"globals\\/colors?id=heading_color\",\"title_color_hover\":\"globals\\/colors?id=primary_color\",\"meta_hover_color\":\"globals\\/colors?id=primary_color\",\"discount_tag_bg_color\":\"globals\\/colors?id=secondary_color\",\"title_color\":\"globals\\/colors?id=heading_color\",\"strike_color\":\"globals\\/colors?id=body_font_color\"},\"animation_type\":\"ease\",\"img_animation_duration\":1,\"title_color_hover\":\"#fee25a\",\"meta_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"meta_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"meta_color\":\"#4a4a4a\",\"meta_hover_color\":\"#fee25a\",\"meta_icon_color\":\"#1b5e59\",\"price_typography_font_weight\":\"400\",\"price_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"price_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"price_color\":\"#151515\",\"strike_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"strike_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"discount_tag_color\":\"#151515\",\"excerptLength\":18},\"elements\":[],\"widgetType\":\"wptravelengine-trips\"},{\"id\":\"67c26fe9\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL TRIPS\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\\/wanderlust-tours\\/trip\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e3bd395\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"068923e\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"2a81a3e\"}]},\"elements\":[{\"id\":\"445ec155\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d973670\",\"elType\":\"section\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"8ebfcac\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d242b32\"}]},\"elements\":[{\"id\":\"1d3e686b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align_tablet\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[{\"id\":\"126695ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"4917\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/image-004.png\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":160},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_y\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5ab821a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"4918\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/image-003.png\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_laptop\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"height_laptop\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":237},\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":52,\"unit\":\"px\"},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":343,\"unit\":\"px\"},\"_offset_y_end\":{\"unit\":\"px\",\"size\":-96,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13d788c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"4919\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/image-005.png\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":160},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"size\":369,\"unit\":\"px\"},\"_offset_x_end\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":343,\"unit\":\"px\"},\"_offset_y_end\":{\"size\":0,\"unit\":\"px\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61660e5b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"4920\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/image-002.png\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_laptop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":514,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"75a5bea1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"space_between_widgets\":24,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"48a956a5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"181da3c\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"912755f\"}]},\"elements\":[{\"id\":\"dc47350\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"508872e7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experience Luxury Travel like Never Before\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f9b00c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who Choose Us?\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2660762b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We pride ourselves on offering the highest quality service with a personalized touch to make your trip unforgettable.<\\/p>\",\"align\":\"left\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2c7b88b5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"c294ec9\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"3c2d60d\"}]},\"elements\":[{\"id\":\"643079b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_delay\":1.2},\"elements\":[{\"id\":\"204099f4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":\"4922\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/customized-tours.svg\"},\"library\":\"svg\"},\"title_text\":\"This is the heading\",\"description_text\":\"We specialize in creating individualized wildlife safari tours.\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.44,\"sizes\":[]},\"description_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"5c0e8b4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_delay\":1.2},\"elements\":[{\"id\":\"43ee9b34\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":\"4923\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/expert-knowledge.svg\"},\"library\":\"svg\"},\"title_text\":\"Expert Knowledge\",\"description_text\":\"We offer the greatest guides since we believe that a wildlife tour.\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.44,\"sizes\":[]},\"description_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"411b4a4d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"2cc8b7a\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"de5d3d9\"}]},\"elements\":[{\"id\":\"73424a9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_delay\":1.2},\"elements\":[{\"id\":\"2986f63a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":\"4924\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/travel-services.svg\"},\"library\":\"svg\"},\"title_text\":\"Travel Services\",\"description_text\":\"We offer the greatest tour guides since we believe that a wildlife.\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.44,\"sizes\":[]},\"description_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"4d15edbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_delay\":1.2},\"elements\":[{\"id\":\"7b01b7d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":\"4925\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/reliable-responsible.svg\"},\"library\":\"svg\"},\"title_text\":\"Reliable & Responsible\",\"description_text\":\"We try our best to answer every phone as quickly as we can.\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.44,\"sizes\":[]},\"description_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"313ff5b5\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f70da3b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"bffd54c\"}]},\"elements\":[{\"id\":\"6facf518\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.7,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"072\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"72\",\"right\":\"72\",\"bottom\":\"72\",\"left\":\"72\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary_color\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"align\":\"flex-end\",\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"7cd0c18a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experience the World in Style\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4910728f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book Your Dream Luxury Trip Today!\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11efd865\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the ultimate in luxury travel and indulge in the trip of a lifetime. Book your dream luxury trip today and let us help you create unforgettable memories that you\'ll cherish forever<\\/p>\",\"align\":\"left\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"_element_custom_width_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"27679c6e\",\"elType\":\"widget\",\"settings\":{\"text\":\"LET\'S MAKE IT HAPPEN\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"link\":{\"url\":\"wanderlust-tours\\/trip\\/5-days-tour-to-philippines\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_background_hover_color\":\"#FFFFFF\",\"__globals__\":{\"hover_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1c3993ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.3,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"id\":\"4926\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/booking-trip-scaled-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"24ce41f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"size\":\"small\",\"header_size\":\"span\",\"title_color\":\"#02010100\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-1,\"unit\":\"px\"},\"_offset_y\":{\"size\":0,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f6fbd4e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"76e7429\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"8e63c22\"}]},\"elements\":[{\"id\":\"3dab9738\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"204cd4f4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":597,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"56\",\"left\":0,\"isLinked\":false},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"d538ff3\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"eac17d0\"}]},\"elements\":[{\"id\":\"2843ce75\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6f1c44d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Feel the Energy and Excitement of Nature\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b05d068\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Destinations\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"800e8fd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To those who wish to experience one of the best holiday time ever, we are excited to offer unlimited fun is represented in a great way.<\\/p>\",\"align\":\"center\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"51ed07da\",\"elType\":\"widget\",\"settings\":{\"cardlayout\":\"2\",\"termsgap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"countLabel\":\"Trips\",\"linkText\":\"View More\",\"terms_title_typography_typography\":\"custom\",\"terms_title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"terms_title_typography_font_weight\":\"400\",\"terms_count_typography_typography\":\"custom\",\"terms_count_typography_font_family\":\"Roboto Flex\",\"terms_count_typography_font_weight\":\"400\",\"terms_arrow_enable\":\"\",\"terms_image_size\":\"full\",\"terms_image_height\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"terms_animation_type\":\"ease\",\"terms_img_animation_duration\":1,\"__globals__\":{\"terms_count_typography_typography\":\"\",\"terms_title_color_hover\":\"\"},\"terms_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"terms_title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"terms_title_color_hover\":\"#EBEBEB\"},\"elements\":[],\"widgetType\":\"wptravelengine-trip-types\"},{\"id\":\"7e1c851e\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL DESTINATIONS\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\\/wanderlust-tours\\/destination\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b74957c\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"travel-monster_section-bg\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"309e5d9\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b455e81\"}]},\"elements\":[{\"id\":\"f698cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.271,\"_inline_size_tablet\":100,\"space_between_widgets\":16,\"text_align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"72\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843f895\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"755a2c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"What People Say \\nAbout Us\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1593ecc0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are the leading travel agency offering different programs and higher education diplomas that are designed with global requirements in mind.<\\/p>\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"18e6a307\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\\/wanderlust-tours\\/our-teams\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"202de3f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.729,\"_inline_size_tablet\":100,\"padding_laptop\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":1.2},\"elements\":[{\"id\":\"385507b\",\"elType\":\"widget\",\"settings\":{\"btccgs_testimonial_carousel\":[{\"btccgs_testimonial_carousel_title\":\"\",\"btccgs_testimonial_carousel_content\":\"<p>Contrary to popular belief, travelling is a lot fun especially when there\\u2019s always someone to lean on to. Travelwind has done just that to me. It is really easy to find your desired location here and the customer service is really excellent.<\\/p>\",\"btccgs_testimonial_carousel_name\":\"Talan Arcand\",\"btccgs_testimonial_carousel_position\":\"Guest Review\",\"_id\":\"4adfeab\",\"btccgs_testimonial_carousel_image\":{\"id\":\"4927\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/reviewer.png\"}},{\"btccgs_testimonial_carousel_title\":\"\",\"btccgs_testimonial_carousel_content\":\"<p>Contrary to popular belief, travelling is a lot fun especially when there\\u2019s always someone to lean on to. Travelwind has done just that to me. It is really easy to find your desired location here and the customer service is really excellent.<\\/p>\",\"btccgs_testimonial_carousel_name\":\"Talan Arcand\",\"btccgs_testimonial_carousel_position\":\"Guest Review\",\"_id\":\"31d7e90\",\"btccgs_testimonial_carousel_image\":{\"id\":\"4928\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/shape.png\"}},{\"btccgs_testimonial_carousel_title\":\"\",\"btccgs_testimonial_carousel_content\":\"<p>Contrary to popular belief, travelling is a lot fun especially when there\\u2019s always someone to lean on to. Travelwind has done just that to me. It is really easy to find your desired location here and the customer service is really excellent.<\\/p>\",\"btccgs_testimonial_carousel_name\":\"Talan Arcand\",\"btccgs_testimonial_carousel_position\":\"Guest Review\",\"_id\":\"1287ced\",\"btccgs_testimonial_carousel_image\":{\"id\":\"4930\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/Ellipse.png\"}}],\"btccgs_testimonial_carousel_show_carousel_nav\":\"\",\"btccrs_testimonial_rating_enable\":\"yes\",\"btccrs_testimonial_star_style\":\"star_unicode\",\"btcsgs_testimonial_title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"btcsgs_testimonial_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"btcsgs_testimonial_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"btcsgs_testimonial_content_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"btcsgs_testimonial_content_typography_typography\":\"custom\",\"btcsgs_testimonial_content_typography_font_family\":\"Libre Caslon Text\",\"btcsgs_testimonial_content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"btcsgs_testimonial_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"btsrs_testimonial_name_typography_typography\":\"custom\",\"btsrs_testimonial_name_typography_font_family\":\"Libre Caslon Text\",\"btsrs_testimonial_name_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"btsrs_testimonial_name_typography_font_weight\":\"400\",\"btsrs_testimonial_title_typography_typography\":\"custom\",\"btsrs_testimonial_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"btcsrss_testimonial_stars_color\":\"#FEE25A\",\"btcsrss_testimonial_stars_unmarked_color\":\"#FEE25A\",\"btcsnd_testimonial_dots_nav_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"btcsnd_testimonial_dots_nav_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"btcsnd_testimonial_dots_nav_color\":\"#1B5E5961\",\"btcsnd_testimonial_dots_nav_active_color\":\"#1b5e59\",\"_padding\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":106.225},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":24,\"spread\":0,\"color\":\"rgba(29, 13, 13, 0.04)\"},\"__globals__\":{\"btcsnd_testimonial_dots_nav_color\":\"\",\"btcsnd_testimonial_dots_nav_active_color\":\"globals\\/colors?id=primary_color\",\"btcsgs_testimonial_content_color\":\"globals\\/colors?id=heading_color\",\"btsrs_testimonial_name_color\":\"globals\\/colors?id=heading_color\",\"btsrs_testimonial_title_color\":\"globals\\/colors?id=body_font_color\"},\"btcsgs_testimonial_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"btcsgs_testimonial_content_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"meafe-testimonial-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"19c02d8b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"6a673b2\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"a7a63d5\"}]},\"elements\":[{\"id\":\"54a864ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"79f6aaf1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":597,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"56\",\"left\":0,\"isLinked\":false},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"980cb03\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"6036be9\"}]},\"elements\":[{\"id\":\"2b4b0352\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e9c2872\",\"elType\":\"widget\",\"settings\":{\"title\":\"Choose your trips\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"267db011\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best travel deals\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68e49a30\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To those who wish to experience one of the best holiday time ever, we are excited to offer unlimited fun is represented in a great way.<\\/p>\",\"align\":\"center\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"12b2740a\",\"elType\":\"widget\",\"settings\":{\"cardlayout\":\"5\",\"showFeaturedRibbon\":\"\",\"viewMoreButtonText\":\"View Details\",\"card_boxshadow_box_shadow_type\":\"yes\",\"card_boxshadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"card_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.44,\"sizes\":[]},\"content_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"meta_typography_typography\":\"custom\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"meta_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Libre Caslon Text\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"strike_typography_typography\":\"custom\",\"strike_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"strike_color\":\"#4A4A4ABF\",\"__globals__\":{\"discount_tag_color\":\"globals\\/colors?id=heading_color\",\"meta_icon_color\":\"globals\\/colors?id=primary_color\",\"meta_color\":\"globals\\/colors?id=body_font_color\",\"price_color\":\"globals\\/colors?id=heading_color\",\"title_color_hover\":\"globals\\/colors?id=primary_color\",\"discount_tag_bg_color\":\"globals\\/colors?id=secondary_color\",\"meta_hover_color\":\"globals\\/colors?id=primary_color\"},\"animation_type\":\"ease\",\"img_animation_duration\":1,\"price_typography_font_weight\":\"400\",\"price_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"price_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"strike_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"strike_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"excerptLength\":18,\"showReviews\":\"yes\",\"card_border_border\":\"solid\",\"card_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"card_border_color\":\"#EAEAEA\"},\"elements\":[],\"widgetType\":\"wptravelengine-trips\"},{\"id\":\"3a25474b\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL DEALS\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\\/wanderlust-tours\\/trip\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3ec0f12d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a8787ec\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"a9c17d4\"}]},\"elements\":[{\"id\":\"b83d78c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.788,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"id\":\"4932\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/lighthouse-scaled-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1d086fb3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"size\":\"small\",\"header_size\":\"span\",\"title_color\":\"#02010100\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_position\":\"absolute\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4fde76f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.139,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"space_between_widgets\":16,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"72\",\"right\":\"72\",\"bottom\":\"72\",\"left\":\"72\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary_color\"},\"align\":\"flex-start\"},\"elements\":[{\"id\":\"5bec98f5\",\"elType\":\"section\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a477f10\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"23852a2\"}],\"text_align\":\"left\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"072\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e1fd3e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"547c86d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Take Action and Make Your Dreams a Reality\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c03fd61\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unlock the Door to Your Dreams\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b504e81\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Are you tired of dreaming about the life you want? It\'s time to take action and make those dreams a reality. Let us help you unlock the door to your dreams and start living the life you\'ve always wanted.<\\/p>\",\"align\":\"left\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"200df2fd\",\"elType\":\"widget\",\"settings\":{\"text\":\"OPEN THE DOOR NOW\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"032\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"link\":{\"url\":\"\\/wanderlust-tours\\/trip\\/everest-base-camp-trek\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_background_hover_color\":\"#FFFFFF\",\"__globals__\":{\"hover_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"12978614\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"4dbb215\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"01f97cb\"}]},\"elements\":[{\"id\":\"7eede976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73d52fb9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":597,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"e86197d\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"65eb884\"}]},\"elements\":[{\"id\":\"5310888b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5412b325\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your ultimate guide to exploring the world\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4afead58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Blog and articles\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0b5acf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"white-space: pre-wrap;\\\">Latest travel tips and blog covering all travel experiences. Check out our mentions in different guides and articles.<\\/span><\\/p>\",\"align\":\"center\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72d69bcc\",\"elType\":\"widget\",\"settings\":{\"bbcls_blog_layout_mode\":\"2\",\"bbcls_blog_show_load_more_text\":\"LOAD MORE\",\"bbcls_blog_show_load_more_url\":\"#\",\"bbcls_blog_excerpt_expanison_indicator\":\"...\",\"bbcls_blog_read_more_button_text\":\"READ MORE\",\"bbscts_blog_title_typography_typography\":\"custom\",\"bbscts_blog_title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"bbscts_blog_title_typography_font_weight\":\"500\",\"bbscts_blog_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"bbscts_blog_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bbscts_blog_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"bbsrms_blog_read_more_btn_typography_typography\":\"custom\",\"bbsrms_blog_read_more_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"bbsrms_blog_read_more_btn_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"bbcqs_blog_category_ids\":[],\"bbcqs_blog_post_tag_ids\":[],\"bbcqs_blog_post__not_in\":[],\"bbscts_blog_title_hover_color\":\"#28b5a4\",\"bbslms_blog_load_more_btn_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"32\",\"bottom\":\"20\",\"left\":\"32\",\"isLinked\":false},\"bbslms_blog_load_more_btn_typography_typography\":\"custom\",\"bbslms_blog_load_more_btn_typography_font_family\":\"Poppins\",\"bbslms_blog_load_more_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"bbslms_blog_load_more_btn_typography_font_weight\":\"500\",\"bbslms_blog_load_more_btn_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bbslms_blog_load_more_btn_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bbslms_blog_load_more_btn_normal_text_color\":\"#E48E45\",\"bbslms_blog_load_more_btn_normal_bg_color\":\"#02010100\",\"bbslms_blog_load_more_btn_normal_border_border\":\"solid\",\"bbslms_blog_load_more_btn_normal_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"bbslms_blog_load_more_btn_normal_border_color\":\"#E48E45\",\"bbslms_blog_load_more_btn_border_radius\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"bbslms_blog_load_more_btn_hover_text_color\":\"#FFFFFF\",\"bbslms_blog_load_more_btn_hover_bg_color\":\"#E48E45\",\"bbslms_blog_load_more_btn_hover_border_color\":\"#E48E45\",\"bbcls_blog_show_category\":\"\",\"bbscts_blog_excerpt_color\":\"#494D41\",\"bbscts_blog_excerpt_typography_typography\":\"custom\",\"bbscts_blog_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"bbscts_blog_excerpt_typography_font_weight\":\"400\",\"bbscts_blog_excerpt_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bbscts_blog_excerpt_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bbscts_blog_meta_typography_typography\":\"custom\",\"bbscts_blog_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"bbscts_blog_meta_typography_font_weight\":\"400\",\"bbscts_blog_meta_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bbscts_blog_meta_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"bbsrms_blog_read_more_btn_color\":\"globals\\/colors?id=heading_color\",\"bbscts_blog_title_color\":\"globals\\/colors?id=heading_color\",\"bbscts_blog_title_hover_color\":\"globals\\/colors?id=primary_color\",\"bbscts_blog_meta_color\":\"globals\\/colors?id=body_font_color\",\"bbsrms_blog_read_more_btn_hover_color\":\"globals\\/colors?id=primary_color\"},\"bbsrms_blog_read_more_btn_color\":\"#28b5a4\",\"_mask_shape\":\"custom\",\"bbsgs_blog_bg_color\":\"#FFFFFF\",\"bbcls_blog_excerpt_length\":20,\"bbsgs_blog_spacing_content\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"bbsgs_blog_border_border\":\"solid\",\"bbsgs_blog_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"bbsgs_blog_border_color\":\"#EAEAEA\",\"bbsgs_blog_box_shadow_box_shadow_type\":\"yes\",\"bbsgs_blog_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"meafe-blog\"},{\"id\":\"19e5893e\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL BLOG\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\\/wanderlust-tours\\/blog\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c27fb3b\",\"elType\":\"section\",\"settings\":{\"text_align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ba293de\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"952ac65\"}]},\"elements\":[{\"id\":\"e1efb4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":40,\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e767af0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recommended and Endorsed by\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a2032a7\",\"elType\":\"widget\",\"settings\":{\"bccgs_clients_per_line\":\"6\",\"bccgs_clients_repeater\":[{\"_id\":\"f560d31\",\"bccgs_client_image\":{\"id\":\"4934\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/1.png\"}},{\"_id\":\"33f691c\",\"bccgs_client_image\":{\"id\":\"4936\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/2.png\"}},{\"_id\":\"36cfcd4\",\"bccgs_client_image\":{\"id\":\"4938\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/3.png\"}},{\"_id\":\"d5e79a4\",\"bccgs_client_image\":{\"id\":\"4941\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/4-1.png\"}},{\"_id\":\"140ae47\",\"bccgs_client_image\":{\"id\":\"4942\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/5.png\"}},{\"_id\":\"238297d\",\"bccgs_client_image\":{\"id\":\"4944\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/6.png\"}}]},\"elements\":[],\"widgetType\":\"meafe-clients\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ec642f2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#1b5e59\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EAEAEA\",\"__globals__\":{\"background_color\":\"\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"801d2d5\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d9dfb19\"}]},\"elements\":[{\"id\":\"50e6da58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EAEAEA4D\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5792d4ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us on\",\"header_size\":\"span\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"31\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5178fcbb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/facebook.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#AAAAAA30\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FEE25A\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=heading_color\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6fb7b4a1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/twitter.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#AAAAAA30\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FEE25A\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=heading_color\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6c80984d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/linkedin.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#AAAAAA30\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FEE25A\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=heading_color\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6827fdc8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/youtube.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#AAAAAA30\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FEE25A\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=heading_color\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"509446ef\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/instagram.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#AAAAAA30\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FEE25A\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=heading_color\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false}]'),(4411,4971,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#FFFFFF\";}'),(4474,4980,'_elementor_edit_mode','builder'),(4475,4980,'_elementor_template_type','wp-page'),(4476,4980,'_elementor_version','3.23.1'),(4477,4980,'_wp_page_template','elementor_header_footer'),(4478,4980,'_elementor_data','[{\"id\":\"782f0f2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/Mask-Group-1.jpg\",\"id\":3849,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C201180\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"85\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1fe73f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"00f0e0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"left\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"--secondaryFontFamily\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e2f6a1d\",\"elType\":\"section\",\"settings\":{\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":40,\"spread\":0,\"color\":\"rgba(28.00000000000002, 32.00000000000003, 17.000000000000014, 0.21)\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"26\",\"bottom\":\"60\",\"left\":\"26\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"16\",\"bottom\":\"30\",\"left\":\"16\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b5c510d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5cd92027\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"20\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":40,\"spread\":0,\"color\":\"rgba(28.000000000000057, 32.00000000000007, 17.00000000000004, 0.04)\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"53c2d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_radius_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"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\":true}},\"elements\":[{\"id\":\"79fff846\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in touch\",\"header_size\":\"h3\",\"title_color\":\"#1C2011\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f8a4bf0\",\"elType\":\"widget\",\"settings\":{\"bccgs_cf7_form_id\":\"942\"},\"elements\":[],\"widgetType\":\"meafe-cf7\"}],\"isInner\":true},{\"id\":\"1923361f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"40\",\"bottom\":\"32\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary_color\"},\"_inline_size_tablet\":100,\"border_radius_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":false},\"content_position\":\"space-between\"},\"elements\":[{\"id\":\"14a24dfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":3398,\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/decoration.png\",\"alt\":\"\",\"source\":\"library\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":206},\"_position\":\"absolute\",\"_offset_x\":{\"size\":261,\"unit\":\"px\"},\"_offset_y\":{\"size\":609,\"unit\":\"px\"},\"align\":\"right\",\"_offset_orientation_h\":\"end\",\"_z_index\":1,\"_z_index_mobile\":1,\"_offset_orientation_v\":\"end\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3a87ab10\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"z_index\":11,\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"12950567\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_align\":\"center\"},\"elements\":[{\"id\":\"10fdb098\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Infromation\",\"header_size\":\"h5\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":32.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16.5\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7dbcea85\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/map-marker-1.svg\",\"id\":3560},\"library\":\"svg\"},\"title_text\":\"\",\"description_text\":\"VIEW PARK TOWERS,UTALII LANE, <\\/br>\\nNAIROBI- STAREHE DISTRICT, CBD. <\\/br>\\nP.O BOX 45240, 00100<\\/br>\\nG.P.O NAIROBI, Kenya\",\"position\":\"left\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#FFFFFF26\",\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"view\":\"framed\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"16.5\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"223ad2c5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/phone-1.svg\",\"id\":3559},\"library\":\"svg\"},\"view\":\"framed\",\"title_text\":\"\",\"description_text\":\"Tel: +254740711244\\n\\n\\n\",\"position\":\"left\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#FFFFFF26\",\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"42\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"35ad9484\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/envelope-1.svg\",\"id\":3558},\"library\":\"svg\"},\"view\":\"framed\",\"title_text\":\"\",\"description_text\":\"griflightconsultancyagency@gmail.com <\\/br>\\nmitxiyu@yahoo.com\",\"position\":\"left\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#FFFFFF26\",\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"52ed53b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"z_index\":11,\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"3c6dc39\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_align\":\"center\",\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"3571eeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us on\",\"header_size\":\"h5\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e97151c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"hover_primary_color\":\"\"},\"hover_primary_color\":\"#FFFFFFB8\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"1fe6198\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"hover_primary_color\":\"\"},\"hover_primary_color\":\"#FFFFFFB8\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"d066424\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"hover_primary_color\":\"\"},\"hover_primary_color\":\"#FFFFFFB8\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f77f827\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"hover_primary_color\":\"\"},\"hover_primary_color\":\"#FFFFFFB8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d2ff839\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"column_position\":\"stretch\"},\"elements\":[{\"id\":\"2332b8a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"37e3a659\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(4480,4981,'_elementor_edit_mode','builder'),(4481,4981,'_elementor_template_type','wp-page'),(4482,4981,'_elementor_version','3.23.1'),(4483,4981,'_wp_page_template','elementor_header_footer'),(4484,4981,'_elementor_data','[{\"id\":\"782f0f2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/Mask-Group-1.jpg\",\"id\":3849,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C201180\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"85\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1fe73f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"00f0e0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"left\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"--secondaryFontFamily\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e2f6a1d\",\"elType\":\"section\",\"settings\":{\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":40,\"spread\":0,\"color\":\"rgba(28.00000000000002, 32.00000000000003, 17.000000000000014, 0.21)\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"26\",\"bottom\":\"60\",\"left\":\"26\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"16\",\"bottom\":\"30\",\"left\":\"16\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b5c510d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5cd92027\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"20\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":40,\"spread\":0,\"color\":\"rgba(28.000000000000057, 32.00000000000007, 17.00000000000004, 0.04)\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"53c2d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_radius_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"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\":true}},\"elements\":[{\"id\":\"79fff846\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in touch\",\"header_size\":\"h3\",\"title_color\":\"#1C2011\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f8a4bf0\",\"elType\":\"widget\",\"settings\":{\"bccgs_cf7_form_id\":\"942\"},\"elements\":[],\"widgetType\":\"meafe-cf7\"}],\"isInner\":true},{\"id\":\"1923361f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"40\",\"bottom\":\"32\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary_color\"},\"_inline_size_tablet\":100,\"border_radius_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":false},\"content_position\":\"space-between\"},\"elements\":[{\"id\":\"14a24dfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":3398,\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/decoration.png\",\"alt\":\"\",\"source\":\"library\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":206},\"_position\":\"absolute\",\"_offset_x\":{\"size\":261,\"unit\":\"px\"},\"_offset_y\":{\"size\":609,\"unit\":\"px\"},\"align\":\"right\",\"_offset_orientation_h\":\"end\",\"_z_index\":1,\"_z_index_mobile\":1,\"_offset_orientation_v\":\"end\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3a87ab10\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"z_index\":11,\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"12950567\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_align\":\"center\"},\"elements\":[{\"id\":\"10fdb098\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Infromation\",\"header_size\":\"h5\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":32.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16.5\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7dbcea85\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/map-marker-1.svg\",\"id\":3560},\"library\":\"svg\"},\"title_text\":\"\",\"description_text\":\"VIEW PARK TOWERS,UTALII LANE, <\\/br>\\nNAIROBI- STAREHE DISTRICT, CBD. <\\/br>\\nP.O BOX 45240, 00100<\\/br>\\nG.P.O NAIROBI, Kenya\",\"position\":\"left\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#FFFFFF26\",\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"view\":\"framed\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"16.5\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"223ad2c5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/phone-1.svg\",\"id\":3559},\"library\":\"svg\"},\"view\":\"framed\",\"title_text\":\"\",\"description_text\":\"Tel: +254740711244\\n\\n\\n\",\"position\":\"left\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#FFFFFF26\",\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"42\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"35ad9484\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/envelope-1.svg\",\"id\":3558},\"library\":\"svg\"},\"view\":\"framed\",\"title_text\":\"\",\"description_text\":\"griflightconsultancyagency@gmail.com <\\/br>\\nmitxiyu@yahoo.com\",\"position\":\"left\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#FFFFFF26\",\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"52ed53b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"z_index\":11,\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"3c6dc39\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_align\":\"center\",\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"3571eeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us on\",\"header_size\":\"h5\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e97151c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"hover_primary_color\":\"\"},\"hover_primary_color\":\"#FFFFFFB8\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"1fe6198\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"hover_primary_color\":\"\"},\"hover_primary_color\":\"#FFFFFFB8\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"d066424\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"hover_primary_color\":\"\"},\"hover_primary_color\":\"#FFFFFFB8\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f77f827\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"hover_primary_color\":\"\"},\"hover_primary_color\":\"#FFFFFFB8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d2ff839\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"column_position\":\"stretch\"},\"elements\":[{\"id\":\"2332b8a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"37e3a659\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(4444,2873,'_edit_lock','1721406439:1'),(4470,4979,'_wp_page_template','elementor_header_footer'),(4471,4979,'_elementor_data','[{\"id\":\"782f0f2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/Mask-Group-1.jpg\",\"id\":3849,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C201180\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"85\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1fe73f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"00f0e0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"left\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"--secondaryFontFamily\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e2f6a1d\",\"elType\":\"section\",\"settings\":{\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":40,\"spread\":0,\"color\":\"rgba(28.00000000000002, 32.00000000000003, 17.000000000000014, 0.21)\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"26\",\"bottom\":\"60\",\"left\":\"26\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"16\",\"bottom\":\"30\",\"left\":\"16\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b5c510d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5cd92027\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"20\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":40,\"spread\":0,\"color\":\"rgba(28.000000000000057, 32.00000000000007, 17.00000000000004, 0.04)\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"53c2d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_radius_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"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\":true}},\"elements\":[{\"id\":\"79fff846\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in touch\",\"header_size\":\"h3\",\"title_color\":\"#1C2011\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f8a4bf0\",\"elType\":\"widget\",\"settings\":{\"bccgs_cf7_form_id\":\"942\"},\"elements\":[],\"widgetType\":\"meafe-cf7\"}],\"isInner\":true},{\"id\":\"1923361f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"40\",\"bottom\":\"32\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary_color\"},\"_inline_size_tablet\":100,\"border_radius_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":false},\"content_position\":\"space-between\"},\"elements\":[{\"id\":\"14a24dfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":3398,\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/decoration.png\",\"alt\":\"\",\"source\":\"library\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":206},\"_position\":\"absolute\",\"_offset_x\":{\"size\":261,\"unit\":\"px\"},\"_offset_y\":{\"size\":609,\"unit\":\"px\"},\"align\":\"right\",\"_offset_orientation_h\":\"end\",\"_z_index\":1,\"_z_index_mobile\":1,\"_offset_orientation_v\":\"end\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3a87ab10\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"z_index\":11,\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"12950567\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_align\":\"center\"},\"elements\":[{\"id\":\"10fdb098\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Infromation\",\"header_size\":\"h5\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":32.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16.5\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7dbcea85\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/map-marker-1.svg\",\"id\":3560},\"library\":\"svg\"},\"title_text\":\"\",\"description_text\":\"VIEW PARK TOWERS,UTALII LANE, <\\/br>\\nNAIROBI- STAREHE DISTRICT, CBD. <\\/br>\\nP.O BOX 45240, 00100<\\/br>\\nG.P.O NAIROBI, Kenya\",\"position\":\"left\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#FFFFFF26\",\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"view\":\"framed\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"16.5\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"223ad2c5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/phone-1.svg\",\"id\":3559},\"library\":\"svg\"},\"view\":\"framed\",\"title_text\":\"\",\"description_text\":\"Tel: +254740711244\\n\\n\\n\",\"position\":\"left\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#FFFFFF26\",\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"42\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"35ad9484\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/envelope-1.svg\",\"id\":3558},\"library\":\"svg\"},\"view\":\"framed\",\"title_text\":\"\",\"description_text\":\"griflightconsultancyagency@gmail.com <\\/br>\\nmitxiyu@yahoo.com\",\"position\":\"left\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#FFFFFF26\",\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"52ed53b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"z_index\":11,\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"3c6dc39\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_align\":\"center\",\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"3571eeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us on\",\"header_size\":\"h5\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e97151c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"hover_primary_color\":\"\"},\"hover_primary_color\":\"#FFFFFFB8\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"1fe6198\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"hover_primary_color\":\"\"},\"hover_primary_color\":\"#FFFFFFB8\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"d066424\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"hover_primary_color\":\"\"},\"hover_primary_color\":\"#FFFFFFB8\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f77f827\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"hover_primary_color\":\"\"},\"hover_primary_color\":\"#FFFFFFB8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d2ff839\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"column_position\":\"stretch\"},\"elements\":[{\"id\":\"2332b8a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"37e3a659\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(4469,4979,'_elementor_version','3.7.7'),(4467,4979,'_elementor_edit_mode','builder'),(4468,4979,'_elementor_template_type','wp-page'),(4453,4977,'_elementor_edit_mode','builder'),(4454,4977,'_elementor_template_type','wp-page'),(4455,4977,'_elementor_version','3.7.7'),(4456,4977,'_wp_page_template','elementor_header_footer'),(4457,4977,'_elementor_data','[{\"id\":\"782f0f2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/Mask-Group-1.jpg\",\"id\":3849,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C201180\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"85\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1fe73f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"00f0e0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"left\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"--secondaryFontFamily\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e2f6a1d\",\"elType\":\"section\",\"settings\":{\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":40,\"spread\":0,\"color\":\"rgba(28.00000000000002, 32.00000000000003, 17.000000000000014, 0.21)\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"26\",\"bottom\":\"60\",\"left\":\"26\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"16\",\"bottom\":\"30\",\"left\":\"16\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b5c510d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5cd92027\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"20\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":40,\"spread\":0,\"color\":\"rgba(28.000000000000057, 32.00000000000007, 17.00000000000004, 0.04)\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"53c2d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_radius_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"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\":true}},\"elements\":[{\"id\":\"79fff846\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in touch\",\"header_size\":\"h3\",\"title_color\":\"#1C2011\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f8a4bf0\",\"elType\":\"widget\",\"settings\":{\"bccgs_cf7_form_id\":\"942\"},\"elements\":[],\"widgetType\":\"meafe-cf7\"}],\"isInner\":true},{\"id\":\"1923361f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"40\",\"bottom\":\"32\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary_color\"},\"_inline_size_tablet\":100,\"border_radius_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":false},\"content_position\":\"space-between\"},\"elements\":[{\"id\":\"14a24dfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":3398,\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/decoration.png\",\"alt\":\"\",\"source\":\"library\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":206},\"_position\":\"absolute\",\"_offset_x\":{\"size\":261,\"unit\":\"px\"},\"_offset_y\":{\"size\":609,\"unit\":\"px\"},\"align\":\"right\",\"_offset_orientation_h\":\"end\",\"_z_index\":1,\"_z_index_mobile\":1,\"_offset_orientation_v\":\"end\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3a87ab10\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"z_index\":11,\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"12950567\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_align\":\"center\"},\"elements\":[{\"id\":\"10fdb098\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Infromation\",\"header_size\":\"h5\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":32.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16.5\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7dbcea85\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/map-marker-1.svg\",\"id\":3560},\"library\":\"svg\"},\"title_text\":\"\",\"description_text\":\"Fresno, California <\\/br>\\nSan Deigo, USA\",\"position\":\"left\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#FFFFFF26\",\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"view\":\"framed\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"16.5\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"223ad2c5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/phone-1.svg\",\"id\":3559},\"library\":\"svg\"},\"view\":\"framed\",\"title_text\":\"\",\"description_text\":\"(888) 123-456789 <\\/br>\\n(888) 123-856475\",\"position\":\"left\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#FFFFFF26\",\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"42\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"35ad9484\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/envelope-1.svg\",\"id\":3558},\"library\":\"svg\"},\"view\":\"framed\",\"title_text\":\"\",\"description_text\":\"contact@yourdomain.com <\\/br>\\ninfo@yourdomain.com\",\"position\":\"left\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#FFFFFF26\",\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"52ed53b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"z_index\":11,\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"3c6dc39\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_align\":\"center\",\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"3571eeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us on\",\"header_size\":\"h5\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e97151c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"hover_primary_color\":\"\"},\"hover_primary_color\":\"#FFFFFFB8\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"1fe6198\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"hover_primary_color\":\"\"},\"hover_primary_color\":\"#FFFFFFB8\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"d066424\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"hover_primary_color\":\"\"},\"hover_primary_color\":\"#FFFFFFB8\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f77f827\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"hover_primary_color\":\"\"},\"hover_primary_color\":\"#FFFFFFB8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d2ff839\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"column_position\":\"stretch\"},\"elements\":[{\"id\":\"2332b8a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"37e3a659\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(4460,4978,'_elementor_edit_mode','builder'),(4461,4978,'_elementor_template_type','wp-page'),(4462,4978,'_elementor_version','3.7.7'),(4463,4978,'_wp_page_template','elementor_header_footer'),(4464,4978,'_elementor_data','[{\"id\":\"782f0f2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/Mask-Group-1.jpg\",\"id\":3849,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#1C201180\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"85\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1fe73f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"00f0e0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"left\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"--secondaryFontFamily\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e2f6a1d\",\"elType\":\"section\",\"settings\":{\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":40,\"spread\":0,\"color\":\"rgba(28.00000000000002, 32.00000000000003, 17.000000000000014, 0.21)\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"26\",\"bottom\":\"60\",\"left\":\"26\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"16\",\"bottom\":\"30\",\"left\":\"16\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b5c510d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5cd92027\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"20\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":40,\"spread\":0,\"color\":\"rgba(28.000000000000057, 32.00000000000007, 17.00000000000004, 0.04)\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"53c2d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"_inline_size_tablet\":100,\"border_radius_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"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\":true}},\"elements\":[{\"id\":\"79fff846\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in touch\",\"header_size\":\"h3\",\"title_color\":\"#1C2011\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f8a4bf0\",\"elType\":\"widget\",\"settings\":{\"bccgs_cf7_form_id\":\"942\"},\"elements\":[],\"widgetType\":\"meafe-cf7\"}],\"isInner\":true},{\"id\":\"1923361f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"space_between_widgets\":0,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"40\",\"bottom\":\"32\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary_color\"},\"_inline_size_tablet\":100,\"border_radius_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":false},\"content_position\":\"space-between\"},\"elements\":[{\"id\":\"14a24dfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":3398,\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/decoration.png\",\"alt\":\"\",\"source\":\"library\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":206},\"_position\":\"absolute\",\"_offset_x\":{\"size\":261,\"unit\":\"px\"},\"_offset_y\":{\"size\":609,\"unit\":\"px\"},\"align\":\"right\",\"_offset_orientation_h\":\"end\",\"_z_index\":1,\"_z_index_mobile\":1,\"_offset_orientation_v\":\"end\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3a87ab10\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"z_index\":11,\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"12950567\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_align\":\"center\"},\"elements\":[{\"id\":\"10fdb098\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Infromation\",\"header_size\":\"h5\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":32.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16.5\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7dbcea85\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/map-marker-1.svg\",\"id\":3560},\"library\":\"svg\"},\"title_text\":\"\",\"description_text\":\"Fresno, California <\\/br>\\nSan Deigo, USA\",\"position\":\"left\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#FFFFFF26\",\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"view\":\"framed\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"16.5\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"223ad2c5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/phone-1.svg\",\"id\":3559},\"library\":\"svg\"},\"view\":\"framed\",\"title_text\":\"\",\"description_text\":\"(888) 123-456789 <\\/br>\\n(888) 123-856475\",\"position\":\"left\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#FFFFFF26\",\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"42\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"35ad9484\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/09\\/envelope-1.svg\",\"id\":3558},\"library\":\"svg\"},\"view\":\"framed\",\"title_text\":\"\",\"description_text\":\"contact@yourdomain.com <\\/br>\\ninfo@yourdomain.com\",\"position\":\"left\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#FFFFFF26\",\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"52ed53b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"z_index\":11,\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"3c6dc39\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_align\":\"center\",\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"3571eeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us on\",\"header_size\":\"h5\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e97151c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"hover_primary_color\":\"\"},\"hover_primary_color\":\"#FFFFFFB8\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"1fe6198\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"hover_primary_color\":\"\"},\"hover_primary_color\":\"#FFFFFFB8\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"d066424\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"hover_primary_color\":\"\"},\"hover_primary_color\":\"#FFFFFFB8\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f77f827\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"hover_primary_color\":\"\"},\"hover_primary_color\":\"#FFFFFFB8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d2ff839\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"column_position\":\"stretch\"},\"elements\":[{\"id\":\"2332b8a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"37e3a659\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(4429,4974,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#FFFFFF\";}'),(4430,4975,'_elementor_edit_mode','builder'),(4431,4975,'_elementor_template_type','wp-page'),(4432,4975,'_elementor_version','3.23.1'),(4433,4975,'_wp_page_template','elementor_header_footer'); INSERT INTO `wpxj_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4434,4975,'_elementor_data','[{\"id\":\"50ff0382\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#02010182\",\"background_color_stop\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"background_color_b\":\"#F2295BA1\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":210,\"sizes\":[]},\"background_slideshow_background_size\":\"cover\",\"background_slideshow_background_position\":\"center center\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"15\",\"bottom\":\"90\",\"left\":\"15\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/kenyaclassictourtravel.com\\/griflightservices\\/wp-content\\/uploads\\/2024\\/07\\/travel1.jpg\",\"id\":4968,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size_mobile\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"css_classes\":\"travel-monster__search-section\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2243134c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.386,\"content_position\":\"center\",\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"12ce96c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover the World in Style with Luxury Travel\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_css_classes\":\"--secondaryFontFamily\",\"align_mobile\":\"center\",\"typography_font_size_laptop\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4bd20701\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Grab your stuff and let\\u2019s get lost.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"357ebf39\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.528,\"content_position\":\"center\",\"align\":\"flex-end\",\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1cb64365\",\"elType\":\"widget\",\"settings\":{\"showTitle\":\"\",\"searchFormOrientation\":\"vertical\",\"searchButtonLabel\":\"Search\",\"destination_label\":\"Destination\",\"trip_types_label\":\"Trip Types\",\"activities_label\":\"Activity\",\"duration_label\":\"Duration\",\"price_label\":\"Budget\",\"date_label\":\"Date\",\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"search_padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"destination_order\":3,\"activities_order\":1,\"price_order\":2,\"search_typography_typography\":\"custom\",\"search_typography_line_height\":{\"unit\":\"px\",\"size\":22.4,\"sizes\":[]},\"search_input_icon_color\":\"#1B5E59\",\"search_input_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"search_button_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"search_button_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"__globals__\":{\"search_input_icon_color\":\"globals\\/colors?id=primary_color\",\"search_input_arrow_color\":\"globals\\/colors?id=primary\",\"search_primary_color\":\"globals\\/colors?id=primary_color\",\"search_button_border_color\":\"\",\"search_button_hover_border_color\":\"globals\\/colors?id=primary_color\",\"search_button_color\":\"globals\\/colors?id=body_font_color\",\"search_button_hover_color\":\"\"},\"search_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"search_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"search_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"search_input_color\":\"#494D41\",\"search_primary_color\":\"#1B5E59\",\"search_input_arrow_color\":\"#1C2011\",\"search_button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"search_button_hover_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"search_button_hover_border_color\":\"#1B5E59\",\"search_button_color\":\"#494d41\",\"search_button_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"wptravelengine-trip-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a41eecb\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"46\",\"right\":\"0\",\"bottom\":\"46\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"css_classes\":\"travel-monster_section-bg\"},\"elements\":[{\"id\":\"166f6476\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ffbfa53\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/08\\/location.svg\",\"id\":3236},\"library\":\"svg\"},\"view\":\"stacked\",\"title_text\":\"Handpicked Destination\",\"description_text\":\"Our strict screening process means you\\u2019re only seeing the best quality treks.\",\"primary_color\":\"#EBFBF9\",\"icon_space\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=heading_color\",\"secondary_color\":\"globals\\/colors?id=primary_color\",\"description_color\":\"globals\\/colors?id=body_font_color\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"secondary_color\":\"#28b5a4\",\"description_color\":\"rgba(28,32,17,0.8)\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"829f13f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"298b7a22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/08\\/purse.svg\",\"id\":3235},\"library\":\"svg\"},\"view\":\"stacked\",\"title_text\":\"Best Price Guaranteed\",\"description_text\":\"Our Best Price Guarantee means that you can be sure of booking at the best rate.\",\"primary_color\":\"#EBFBF9\",\"icon_space\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=heading_color\",\"secondary_color\":\"globals\\/colors?id=primary_color\",\"description_color\":\"globals\\/colors?id=body_font_color\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"6ac558d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"382638aa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-monster\\/wp-content\\/uploads\\/sites\\/22\\/2022\\/08\\/headphone.svg\",\"id\":3234},\"library\":\"svg\"},\"view\":\"stacked\",\"title_text\":\"24\\/7 Customer Service\",\"description_text\":\"Our customer are standing by 24\\/7 to make your experience incredible.\",\"primary_color\":\"#EBFBF9\",\"icon_space\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=heading_color\",\"secondary_color\":\"globals\\/colors?id=primary_color\",\"description_color\":\"globals\\/colors?id=body_font_color\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e7b9d02\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"015\",\"bottom\":\"100\",\"left\":\"015\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"0bacdeb\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"804f1e9\"}]},\"elements\":[{\"id\":\"700c4607\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.163,\"space_between_widgets\":0,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0294dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Redefining Luxury Travel\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary_color\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ac201e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who we are\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"133f2e36\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a team of passionate travel experts who specialize in crafting bespoke luxury travel experiences that exceed the expectations of our clients. With our extensive knowledge and connections around the world, we create tailor-made itineraries that cater to individual preferences and interests.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20219cb5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our goal is to provide you with unforgettable travel experiences that are tailored to your unique interests and preferences. Whether you\'re looking for a relaxing beach vacation, an adventurous trek through the mountains, or a cultural immersion in a new city, we have the expertise and resources to make it happen.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"497a67d9\",\"elType\":\"widget\",\"settings\":{\"text\":\"KNOW MORE ABOUT US\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\\/wanderlust-tours\\/about-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"20771af8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.798,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FEE25A1A\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"background_image\":{\"url\":\"https:\\/\\/kenyaclassictourtravel.com\\/griflightservices\\/wp-content\\/uploads\\/2024\\/07\\/black_couple.jpg\",\"id\":4972,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"5b1b0c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"4916\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/trip-advisor.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a7ae2d3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_slideshow_loop\":\"\",\"background_slideshow_background_size\":\"cover\",\"background_slideshow_background_position\":\"center center\",\"padding\":{\"unit\":\"px\",\"top\":\"72\",\"right\":\"0\",\"bottom\":\"72\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"40\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"travel-nomads_counter-section\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary_color\"},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"633b9dd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"4c8e275\"}]},\"elements\":[{\"id\":\"5053aa0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"54c25d78\",\"elType\":\"widget\",\"settings\":{\"ending_number\":1500,\"suffix\":\"+\",\"title\":\"TRIPS AND TOURS\",\"number_color\":\"#FFFFFF\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Libre Caslon Text\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_number_font_weight\":\"400\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_number_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_title_text_transform\":\"uppercase\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary_color\"},\"typography_title_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"1339d3c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4162ba9e\",\"elType\":\"widget\",\"settings\":{\"ending_number\":50,\"suffix\":\"+\",\"title\":\"OUTDOOR ACTIVITES\",\"number_color\":\"#FFFFFF\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Libre Caslon Text\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_number_font_weight\":\"400\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_number_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_title_text_transform\":\"uppercase\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary_color\"},\"typography_title_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"17b01536\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2b177fa8\",\"elType\":\"widget\",\"settings\":{\"ending_number\":40,\"suffix\":\"+\",\"title\":\"COUNTRIES\",\"number_color\":\"#FFFFFF\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Libre Caslon Text\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_number_font_weight\":\"400\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_number_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_title_text_transform\":\"uppercase\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary_color\"},\"typography_title_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"3bea720e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"4738c0b0\",\"elType\":\"widget\",\"settings\":{\"ending_number\":50,\"suffix\":\"K+\",\"title\":\"HAPPY CUSTOMERS\",\"number_color\":\"#FFFFFF\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Libre Caslon Text\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_number_font_weight\":\"400\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_number_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_title_text_transform\":\"uppercase\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary_color\"},\"typography_title_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"69e478b9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#1B5E590D\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"8c2ccb9\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"73ab52f\"}]},\"elements\":[{\"id\":\"675f574\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"d05682b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":597,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"56\",\"left\":0,\"isLinked\":false},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"c53635d\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"872d441\"}]},\"elements\":[{\"id\":\"3d41455b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"193c8ef7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Choose your trips\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f853278\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Trips\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"420ae37f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To those who wish to experience one of the best holiday time ever, we are excited to offer unlimited fun is represented in a great way.<\\/p>\",\"align\":\"center\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"468c14b\",\"elType\":\"widget\",\"settings\":{\"cardlayout\":\"5\",\"showFeaturedRibbon\":\"\",\"viewMoreButtonText\":\"View Details\",\"card_boxshadow_box_shadow_type\":\"yes\",\"card_boxshadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"card_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.44,\"sizes\":[]},\"content_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"meta_typography_typography\":\"custom\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"meta_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Libre Caslon Text\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"strike_typography_typography\":\"custom\",\"strike_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"discount_tag_bg_color\":\"#fee25a\",\"__globals__\":{\"discount_tag_color\":\"globals\\/colors?id=heading_color\",\"meta_icon_color\":\"globals\\/colors?id=primary_color\",\"meta_color\":\"globals\\/colors?id=body_font_color\",\"price_color\":\"globals\\/colors?id=heading_color\",\"title_color_hover\":\"globals\\/colors?id=primary_color\",\"meta_hover_color\":\"globals\\/colors?id=primary_color\",\"discount_tag_bg_color\":\"globals\\/colors?id=secondary_color\",\"title_color\":\"globals\\/colors?id=heading_color\",\"strike_color\":\"globals\\/colors?id=body_font_color\"},\"animation_type\":\"ease\",\"img_animation_duration\":1,\"title_color_hover\":\"#fee25a\",\"meta_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"meta_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"meta_color\":\"#4a4a4a\",\"meta_hover_color\":\"#fee25a\",\"meta_icon_color\":\"#1b5e59\",\"price_typography_font_weight\":\"400\",\"price_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"price_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"price_color\":\"#151515\",\"strike_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"strike_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"discount_tag_color\":\"#151515\",\"excerptLength\":18},\"elements\":[],\"widgetType\":\"wptravelengine-trips\"},{\"id\":\"67c26fe9\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL TRIPS\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\\/wanderlust-tours\\/trip\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e3bd395\",\"elType\":\"section\",\"settings\":{\"content_position\":\"top\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"068923e\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"2a81a3e\"}]},\"elements\":[{\"id\":\"445ec155\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d973670\",\"elType\":\"section\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"8ebfcac\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d242b32\"}]},\"elements\":[{\"id\":\"1d3e686b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align_tablet\":\"center\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"48\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[{\"id\":\"126695ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"4917\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/image-004.png\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":160},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_y\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5ab821a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"4918\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/image-003.png\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_laptop\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"height_laptop\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":237},\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":52,\"unit\":\"px\"},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":343,\"unit\":\"px\"},\"_offset_y_end\":{\"unit\":\"px\",\"size\":-96,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13d788c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"4919\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/image-005.png\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":160},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"size\":369,\"unit\":\"px\"},\"_offset_x_end\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":343,\"unit\":\"px\"},\"_offset_y_end\":{\"size\":0,\"unit\":\"px\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61660e5b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"4920\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/image-002.png\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_laptop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":514,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"75a5bea1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"space_between_widgets\":24,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"48a956a5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"181da3c\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"912755f\"}]},\"elements\":[{\"id\":\"dc47350\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"508872e7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experience Luxury Travel like Never Before\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37f9b00c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who Choose Us?\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2660762b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We pride ourselves on offering the highest quality service with a personalized touch to make your trip unforgettable.<\\/p>\",\"align\":\"left\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2c7b88b5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"c294ec9\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"3c2d60d\"}]},\"elements\":[{\"id\":\"643079b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_delay\":1.2},\"elements\":[{\"id\":\"204099f4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":\"4922\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/customized-tours.svg\"},\"library\":\"svg\"},\"title_text\":\"This is the heading\",\"description_text\":\"We specialize in creating individualized wildlife safari tours.\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.44,\"sizes\":[]},\"description_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"5c0e8b4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_delay\":1.2},\"elements\":[{\"id\":\"43ee9b34\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":\"4923\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/expert-knowledge.svg\"},\"library\":\"svg\"},\"title_text\":\"Expert Knowledge\",\"description_text\":\"We offer the greatest guides since we believe that a wildlife tour.\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.44,\"sizes\":[]},\"description_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"411b4a4d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"2cc8b7a\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"de5d3d9\"}]},\"elements\":[{\"id\":\"73424a9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_delay\":1.2},\"elements\":[{\"id\":\"2986f63a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":\"4924\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/travel-services.svg\"},\"library\":\"svg\"},\"title_text\":\"Travel Services\",\"description_text\":\"We offer the greatest tour guides since we believe that a wildlife.\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.44,\"sizes\":[]},\"description_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"4d15edbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_delay\":1.2},\"elements\":[{\"id\":\"7b01b7d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":\"4925\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/reliable-responsible.svg\"},\"library\":\"svg\"},\"title_text\":\"Reliable & Responsible\",\"description_text\":\"We try our best to answer every phone as quickly as we can.\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.44,\"sizes\":[]},\"description_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"313ff5b5\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f70da3b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"bffd54c\"}]},\"elements\":[{\"id\":\"6facf518\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.7,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"072\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"72\",\"right\":\"72\",\"bottom\":\"72\",\"left\":\"72\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary_color\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"align\":\"flex-end\",\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"7cd0c18a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experience the World in Style\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4910728f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book Your Dream Luxury Trip Today!\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11efd865\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the ultimate in luxury travel and indulge in the trip of a lifetime. Book your dream luxury trip today and let us help you create unforgettable memories that you\'ll cherish forever<\\/p>\",\"align\":\"left\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"_element_custom_width_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"27679c6e\",\"elType\":\"widget\",\"settings\":{\"text\":\"LET\'S MAKE IT HAPPEN\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"link\":{\"url\":\"wanderlust-tours\\/trip\\/5-days-tour-to-philippines\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_background_hover_color\":\"#FFFFFF\",\"__globals__\":{\"hover_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1c3993ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.3,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"id\":\"4926\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/booking-trip-scaled-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"24ce41f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"size\":\"small\",\"header_size\":\"span\",\"title_color\":\"#02010100\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-1,\"unit\":\"px\"},\"_offset_y\":{\"size\":0,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f6fbd4e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"76e7429\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"8e63c22\"}]},\"elements\":[{\"id\":\"3dab9738\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"204cd4f4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":597,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"56\",\"left\":0,\"isLinked\":false},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"d538ff3\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"eac17d0\"}]},\"elements\":[{\"id\":\"2843ce75\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6f1c44d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Feel the Energy and Excitement of Nature\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b05d068\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Destinations\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"800e8fd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To those who wish to experience one of the best holiday time ever, we are excited to offer unlimited fun is represented in a great way.<\\/p>\",\"align\":\"center\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"51ed07da\",\"elType\":\"widget\",\"settings\":{\"cardlayout\":\"2\",\"termsgap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"countLabel\":\"Trips\",\"linkText\":\"View More\",\"terms_title_typography_typography\":\"custom\",\"terms_title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"terms_title_typography_font_weight\":\"400\",\"terms_count_typography_typography\":\"custom\",\"terms_count_typography_font_family\":\"Roboto Flex\",\"terms_count_typography_font_weight\":\"400\",\"terms_arrow_enable\":\"\",\"terms_image_size\":\"full\",\"terms_image_height\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"terms_animation_type\":\"ease\",\"terms_img_animation_duration\":1,\"__globals__\":{\"terms_count_typography_typography\":\"\",\"terms_title_color_hover\":\"\"},\"terms_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"terms_title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"terms_title_color_hover\":\"#EBEBEB\"},\"elements\":[],\"widgetType\":\"wptravelengine-trip-types\"},{\"id\":\"7e1c851e\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL DESTINATIONS\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\\/wanderlust-tours\\/destination\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b74957c\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"travel-monster_section-bg\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"309e5d9\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b455e81\"}]},\"elements\":[{\"id\":\"f698cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.271,\"_inline_size_tablet\":100,\"space_between_widgets\":16,\"text_align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"72\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843f895\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"755a2c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"What People Say \\nAbout Us\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1593ecc0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are the leading travel agency offering different programs and higher education diplomas that are designed with global requirements in mind.<\\/p>\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"18e6a307\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL TESTIMONIALS\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\\/wanderlust-tours\\/our-teams\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"202de3f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.729,\"_inline_size_tablet\":100,\"padding_laptop\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":1.2},\"elements\":[{\"id\":\"385507b\",\"elType\":\"widget\",\"settings\":{\"btccgs_testimonial_carousel\":[{\"btccgs_testimonial_carousel_title\":\"\",\"btccgs_testimonial_carousel_content\":\"<p>Contrary to popular belief, travelling is a lot fun especially when there\\u2019s always someone to lean on to. Travelwind has done just that to me. It is really easy to find your desired location here and the customer service is really excellent.<\\/p>\",\"btccgs_testimonial_carousel_name\":\"Talan Arcand\",\"btccgs_testimonial_carousel_position\":\"Guest Review\",\"_id\":\"4adfeab\",\"btccgs_testimonial_carousel_image\":{\"id\":\"4927\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/reviewer.png\"}},{\"btccgs_testimonial_carousel_title\":\"\",\"btccgs_testimonial_carousel_content\":\"<p>Contrary to popular belief, travelling is a lot fun especially when there\\u2019s always someone to lean on to. Travelwind has done just that to me. It is really easy to find your desired location here and the customer service is really excellent.<\\/p>\",\"btccgs_testimonial_carousel_name\":\"Talan Arcand\",\"btccgs_testimonial_carousel_position\":\"Guest Review\",\"_id\":\"31d7e90\",\"btccgs_testimonial_carousel_image\":{\"id\":\"4928\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/shape.png\"}},{\"btccgs_testimonial_carousel_title\":\"\",\"btccgs_testimonial_carousel_content\":\"<p>Contrary to popular belief, travelling is a lot fun especially when there\\u2019s always someone to lean on to. Travelwind has done just that to me. It is really easy to find your desired location here and the customer service is really excellent.<\\/p>\",\"btccgs_testimonial_carousel_name\":\"Talan Arcand\",\"btccgs_testimonial_carousel_position\":\"Guest Review\",\"_id\":\"1287ced\",\"btccgs_testimonial_carousel_image\":{\"id\":\"4930\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/Ellipse.png\"}}],\"btccgs_testimonial_carousel_show_carousel_nav\":\"\",\"btccrs_testimonial_rating_enable\":\"yes\",\"btccrs_testimonial_star_style\":\"star_unicode\",\"btcsgs_testimonial_title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"btcsgs_testimonial_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"btcsgs_testimonial_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"btcsgs_testimonial_content_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"btcsgs_testimonial_content_typography_typography\":\"custom\",\"btcsgs_testimonial_content_typography_font_family\":\"Libre Caslon Text\",\"btcsgs_testimonial_content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"btcsgs_testimonial_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"btsrs_testimonial_name_typography_typography\":\"custom\",\"btsrs_testimonial_name_typography_font_family\":\"Libre Caslon Text\",\"btsrs_testimonial_name_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"btsrs_testimonial_name_typography_font_weight\":\"400\",\"btsrs_testimonial_title_typography_typography\":\"custom\",\"btsrs_testimonial_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"btcsrss_testimonial_stars_color\":\"#FEE25A\",\"btcsrss_testimonial_stars_unmarked_color\":\"#FEE25A\",\"btcsnd_testimonial_dots_nav_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"btcsnd_testimonial_dots_nav_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"btcsnd_testimonial_dots_nav_color\":\"#1B5E5961\",\"btcsnd_testimonial_dots_nav_active_color\":\"#1b5e59\",\"_padding\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"28\",\"bottom\":\"28\",\"left\":\"28\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":106.225},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":24,\"spread\":0,\"color\":\"rgba(29, 13, 13, 0.04)\"},\"__globals__\":{\"btcsnd_testimonial_dots_nav_color\":\"\",\"btcsnd_testimonial_dots_nav_active_color\":\"globals\\/colors?id=primary_color\",\"btcsgs_testimonial_content_color\":\"globals\\/colors?id=heading_color\",\"btsrs_testimonial_name_color\":\"globals\\/colors?id=heading_color\",\"btsrs_testimonial_title_color\":\"globals\\/colors?id=body_font_color\"},\"btcsgs_testimonial_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"btcsgs_testimonial_content_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"meafe-testimonial-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"19c02d8b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"6a673b2\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"a7a63d5\"}]},\"elements\":[{\"id\":\"54a864ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"79f6aaf1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":597,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"56\",\"left\":0,\"isLinked\":false},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"980cb03\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"6036be9\"}]},\"elements\":[{\"id\":\"2b4b0352\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e9c2872\",\"elType\":\"widget\",\"settings\":{\"title\":\"Choose your trips\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"267db011\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best travel deals\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68e49a30\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To those who wish to experience one of the best holiday time ever, we are excited to offer unlimited fun is represented in a great way.<\\/p>\",\"align\":\"center\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"12b2740a\",\"elType\":\"widget\",\"settings\":{\"cardlayout\":\"5\",\"showFeaturedRibbon\":\"\",\"viewMoreButtonText\":\"View Details\",\"card_boxshadow_box_shadow_type\":\"yes\",\"card_boxshadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"card_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.44,\"sizes\":[]},\"content_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"meta_typography_typography\":\"custom\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"meta_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Libre Caslon Text\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"strike_typography_typography\":\"custom\",\"strike_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"strike_color\":\"#4A4A4ABF\",\"__globals__\":{\"discount_tag_color\":\"globals\\/colors?id=heading_color\",\"meta_icon_color\":\"globals\\/colors?id=primary_color\",\"meta_color\":\"globals\\/colors?id=body_font_color\",\"price_color\":\"globals\\/colors?id=heading_color\",\"title_color_hover\":\"globals\\/colors?id=primary_color\",\"discount_tag_bg_color\":\"globals\\/colors?id=secondary_color\",\"meta_hover_color\":\"globals\\/colors?id=primary_color\"},\"animation_type\":\"ease\",\"img_animation_duration\":1,\"price_typography_font_weight\":\"400\",\"price_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"price_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"strike_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"strike_typography_line_height_laptop\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"excerptLength\":18,\"showReviews\":\"yes\",\"card_border_border\":\"solid\",\"card_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"card_border_color\":\"#EAEAEA\"},\"elements\":[],\"widgetType\":\"wptravelengine-trips\"},{\"id\":\"3a25474b\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL DEALS\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\\/wanderlust-tours\\/trip\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3ec0f12d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a8787ec\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"a9c17d4\"}]},\"elements\":[{\"id\":\"b83d78c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.788,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"id\":\"4932\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/lighthouse-scaled-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1d086fb3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"size\":\"small\",\"header_size\":\"span\",\"title_color\":\"#02010100\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_position\":\"absolute\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4fde76f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.139,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"space_between_widgets\":16,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"72\",\"right\":\"72\",\"bottom\":\"72\",\"left\":\"72\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary_color\"},\"align\":\"flex-start\"},\"elements\":[{\"id\":\"5bec98f5\",\"elType\":\"section\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a477f10\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"23852a2\"}],\"text_align\":\"left\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"072\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e1fd3e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"547c86d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Take Action and Make Your Dreams a Reality\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c03fd61\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unlock the Door to Your Dreams\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b504e81\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Are you tired of dreaming about the life you want? It\'s time to take action and make those dreams a reality. Let us help you unlock the door to your dreams and start living the life you\'ve always wanted.<\\/p>\",\"align\":\"left\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"200df2fd\",\"elType\":\"widget\",\"settings\":{\"text\":\"OPEN THE DOOR NOW\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"032\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"link\":{\"url\":\"\\/wanderlust-tours\\/trip\\/everest-base-camp-trek\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_background_hover_color\":\"#FFFFFF\",\"__globals__\":{\"hover_color\":\"globals\\/colors?id=primary_color\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"12978614\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"4dbb215\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"01f97cb\"}]},\"elements\":[{\"id\":\"7eede976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"73d52fb9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":597,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"e86197d\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"65eb884\"}]},\"elements\":[{\"id\":\"5310888b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":16,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5412b325\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your ultimate guide to exploring the world\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary_color\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Satisfy\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"span\",\"_css_classes\":\"--secondaryFontFamily\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4afead58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Blog and articles\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0b5acf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"white-space: pre-wrap;\\\">Latest travel tips and blog covering all travel experiences. Check out our mentions in different guides and articles.<\\/span><\\/p>\",\"align\":\"center\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72d69bcc\",\"elType\":\"widget\",\"settings\":{\"bbcls_blog_layout_mode\":\"2\",\"bbcls_blog_show_load_more_text\":\"LOAD MORE\",\"bbcls_blog_show_load_more_url\":\"#\",\"bbcls_blog_excerpt_expanison_indicator\":\"...\",\"bbcls_blog_read_more_button_text\":\"READ MORE\",\"bbscts_blog_title_typography_typography\":\"custom\",\"bbscts_blog_title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"bbscts_blog_title_typography_font_weight\":\"500\",\"bbscts_blog_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"bbscts_blog_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bbscts_blog_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"bbsrms_blog_read_more_btn_typography_typography\":\"custom\",\"bbsrms_blog_read_more_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"bbsrms_blog_read_more_btn_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"bbcqs_blog_category_ids\":[],\"bbcqs_blog_post_tag_ids\":[],\"bbcqs_blog_post__not_in\":[],\"bbscts_blog_title_hover_color\":\"#28b5a4\",\"bbslms_blog_load_more_btn_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"32\",\"bottom\":\"20\",\"left\":\"32\",\"isLinked\":false},\"bbslms_blog_load_more_btn_typography_typography\":\"custom\",\"bbslms_blog_load_more_btn_typography_font_family\":\"Poppins\",\"bbslms_blog_load_more_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"bbslms_blog_load_more_btn_typography_font_weight\":\"500\",\"bbslms_blog_load_more_btn_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bbslms_blog_load_more_btn_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bbslms_blog_load_more_btn_normal_text_color\":\"#E48E45\",\"bbslms_blog_load_more_btn_normal_bg_color\":\"#02010100\",\"bbslms_blog_load_more_btn_normal_border_border\":\"solid\",\"bbslms_blog_load_more_btn_normal_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"bbslms_blog_load_more_btn_normal_border_color\":\"#E48E45\",\"bbslms_blog_load_more_btn_border_radius\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"bbslms_blog_load_more_btn_hover_text_color\":\"#FFFFFF\",\"bbslms_blog_load_more_btn_hover_bg_color\":\"#E48E45\",\"bbslms_blog_load_more_btn_hover_border_color\":\"#E48E45\",\"bbcls_blog_show_category\":\"\",\"bbscts_blog_excerpt_color\":\"#494D41\",\"bbscts_blog_excerpt_typography_typography\":\"custom\",\"bbscts_blog_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"bbscts_blog_excerpt_typography_font_weight\":\"400\",\"bbscts_blog_excerpt_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bbscts_blog_excerpt_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"bbscts_blog_meta_typography_typography\":\"custom\",\"bbscts_blog_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"bbscts_blog_meta_typography_font_weight\":\"400\",\"bbscts_blog_meta_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"bbscts_blog_meta_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"bbsrms_blog_read_more_btn_color\":\"globals\\/colors?id=heading_color\",\"bbscts_blog_title_color\":\"globals\\/colors?id=heading_color\",\"bbscts_blog_title_hover_color\":\"globals\\/colors?id=primary_color\",\"bbscts_blog_meta_color\":\"globals\\/colors?id=body_font_color\",\"bbsrms_blog_read_more_btn_hover_color\":\"globals\\/colors?id=primary_color\"},\"bbsrms_blog_read_more_btn_color\":\"#28b5a4\",\"_mask_shape\":\"custom\",\"bbsgs_blog_bg_color\":\"#FFFFFF\",\"bbcls_blog_excerpt_length\":20,\"bbsgs_blog_spacing_content\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"bbsgs_blog_border_border\":\"solid\",\"bbsgs_blog_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"bbsgs_blog_border_color\":\"#EAEAEA\",\"bbsgs_blog_box_shadow_box_shadow_type\":\"yes\",\"bbsgs_blog_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"meafe-blog\"},{\"id\":\"19e5893e\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL BLOG\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\\/wanderlust-tours\\/blog\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c27fb3b\",\"elType\":\"section\",\"settings\":{\"text_align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ba293de\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"952ac65\"}]},\"elements\":[{\"id\":\"e1efb4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":40,\"padding_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e767af0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recommended and Endorsed by\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a2032a7\",\"elType\":\"widget\",\"settings\":{\"bccgs_clients_per_line\":\"6\",\"bccgs_clients_repeater\":[{\"_id\":\"f560d31\",\"bccgs_client_image\":{\"id\":\"4934\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/1.png\"}},{\"_id\":\"33f691c\",\"bccgs_client_image\":{\"id\":\"4936\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/2.png\"}},{\"_id\":\"36cfcd4\",\"bccgs_client_image\":{\"id\":\"4938\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/3.png\"}},{\"_id\":\"d5e79a4\",\"bccgs_client_image\":{\"id\":\"4941\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/4-1.png\"}},{\"_id\":\"140ae47\",\"bccgs_client_image\":{\"id\":\"4942\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/5.png\"}},{\"_id\":\"238297d\",\"bccgs_client_image\":{\"id\":\"4944\",\"url\":\"https:\\/\\/wordpressmu-1294046-4701143.cloudwaysapps.com\\/travel-explorer\\/wp-content\\/uploads\\/sites\\/46\\/2023\\/05\\/6.png\"}}]},\"elements\":[],\"widgetType\":\"meafe-clients\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ec642f2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#1b5e59\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EAEAEA\",\"__globals__\":{\"background_color\":\"\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"801d2d5\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d9dfb19\"}]},\"elements\":[{\"id\":\"50e6da58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EAEAEA4D\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5792d4ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us on\",\"header_size\":\"span\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"31\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5178fcbb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/facebook.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#AAAAAA30\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FEE25A\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=heading_color\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6fb7b4a1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/twitter.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#AAAAAA30\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FEE25A\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=heading_color\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6c80984d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/linkedin.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#AAAAAA30\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FEE25A\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=heading_color\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6827fdc8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/youtube.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#AAAAAA30\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FEE25A\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=heading_color\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"509446ef\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/instagram.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#AAAAAA30\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FEE25A\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=heading_color\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false}]'),(4436,4975,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#FFFFFF\";}'),(4558,2957,'_s_max_pax',''),(4700,2957,'wp_travel_engine_setting_trip_price','1100'),(4701,2956,'wp_travel_engine_setting_trip_price','0'),(4702,2955,'wp_travel_engine_setting_trip_price','0'),(4703,2954,'wp_travel_engine_setting_trip_price','1700'),(4704,2953,'wp_travel_engine_setting_trip_price','800'); /*!40000 ALTER TABLE `wpxj_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpxj_posts` -- DROP TABLE IF EXISTS `wpxj_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpxj_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT 0, `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) NOT NULL DEFAULT 'publish', `comment_status` varchar(20) NOT NULL DEFAULT 'open', `ping_status` varchar(20) NOT NULL DEFAULT 'open', `post_password` varchar(255) NOT NULL DEFAULT '', `post_name` varchar(200) NOT NULL DEFAULT '', `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0, `guid` varchar(255) NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT 0, `post_type` varchar(20) NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT 0, PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=MyISAM AUTO_INCREMENT=4994 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpxj_posts` -- LOCK TABLES `wpxj_posts` WRITE; /*!40000 ALTER TABLE `wpxj_posts` DISABLE KEYS */; INSERT INTO `wpxj_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,'2024-07-19 11:38:06','2024-07-19 11:38:06','<!-- 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','','','2024-07-19 11:38:06','2024-07-19 11:38:06','',0,'https://kenyaclassictourtravel.com/griflightservices/?p=1',0,'post','',1),(2,1,'2024-07-19 11:38:06','2024-07-19 11:38: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=\"https://kenyaclassictourtravel.com/griflightservices/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Sample Page','','publish','closed','open','','sample-page','','','2024-07-19 11:38:06','2024-07-19 11:38:06','',0,'https://kenyaclassictourtravel.com/griflightservices/?page_id=2',0,'page','',0),(3,1,'2024-07-19 11:38:06','2024-07-19 11:38:06','<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Who we are</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: https://kenyaclassictourtravel.com/griflightservices.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Comments</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Media</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Cookies</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Embedded content from other websites</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Who we share your data with</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">How long we retain your data</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">What rights you have over your data</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Where your data is sent</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p>\n<!-- /wp:paragraph -->\n','Privacy Policy','','draft','closed','open','','privacy-policy','','','2024-07-19 11:38:06','2024-07-19 11:38:06','',0,'https://kenyaclassictourtravel.com/griflightservices/?page_id=3',0,'page','',0),(4,0,'2024-07-19 11:38:09','2024-07-19 11:38:09','<!-- wp:page-list /-->','Navigation','','publish','closed','closed','','navigation','','','2024-07-19 11:38:09','2024-07-19 11:38:09','',0,'https://kenyaclassictourtravel.com/griflightservices/2024/07/19/navigation/',0,'wp_navigation','',0),(9,1,'2024-07-19 11:43:34','2024-07-19 11:43:34','','Default Kit','','publish','closed','closed','','default-kit','','','2024-07-19 11:43:34','2024-07-19 11:43:34','',0,'https://kenyaclassictourtravel.com/griflightservices/?p=9',0,'elementor_library','',0),(10,1,'2024-07-19 11:44:31','2024-07-19 11:44:31','[WP_TRAVEL_ENGINE_WISHLIST]','Wishlist','','publish','closed','closed','','wishlist','','','2024-07-19 11:44:31','2024-07-19 11:44:31','',0,'https://kenyaclassictourtravel.com/griflightservices/wishlist/',0,'page','',0),(11,1,'2024-07-19 11:44:31','2024-07-19 11:44:31','[WTE_Trip_Search]','Trip Search Result','','publish','closed','closed','','trip-search-result','','','2024-07-19 11:44:31','2024-07-19 11:44:31','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-search-result/',0,'page','',0),(12,1,'2024-07-19 11:44:31','2024-07-19 11:44:31','','Trip Types','','publish','closed','closed','','trip-types','','','2024-07-19 11:44:31','2024-07-19 11:44:31','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-types/',0,'page','',0),(13,1,'2024-07-19 11:44:31','2024-07-19 11:44:31','','Destination','','publish','closed','closed','','destination','','','2024-07-19 11:44:31','2024-07-19 11:44:31','',0,'https://kenyaclassictourtravel.com/griflightservices/destination/',0,'page','',0),(14,1,'2024-07-19 11:44:31','2024-07-19 11:44:31','','Activities','','publish','closed','closed','','activities','','','2024-07-19 11:44:31','2024-07-19 11:44:31','',0,'https://kenyaclassictourtravel.com/griflightservices/activities/',0,'page','',0),(15,1,'2024-07-19 11:44:31','2024-07-19 11:44:31','Thank you for the enquiry. We will soon get in touch with you.','Enquiry Thank You Page','','publish','closed','closed','','enquiry-thank-you-page','','','2024-07-19 11:44:31','2024-07-19 11:44:31','',0,'https://kenyaclassictourtravel.com/griflightservices/enquiry-thank-you-page/',0,'page','',0),(16,1,'2024-07-19 11:44:31','2024-07-19 11:44:31','[WP_TRAVEL_ENGINE_THANK_YOU]','Thank You','','publish','closed','closed','','thank-you','','','2024-07-19 11:44:31','2024-07-19 11:44:31','',0,'https://kenyaclassictourtravel.com/griflightservices/thank-you/',0,'page','',0),(17,1,'2024-07-19 11:44:31','2024-07-19 11:44:31','[WP_TRAVEL_ENGINE_PLACE_ORDER]','Checkout','','publish','closed','closed','','checkout','','','2024-07-19 11:44:31','2024-07-19 11:44:31','',0,'https://kenyaclassictourtravel.com/griflightservices/checkout/',0,'page','',0),(18,1,'2024-07-19 11:44:31','2024-07-19 11:44:31','<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">1. Cancellations by the Customer</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Cancellations made 30 days or more before the scheduled tour date will receive a full refund.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Cancellations made between 14 and 29 days before the scheduled tour date will receive a 50% refund.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Cancellations made less than 14 days before the scheduled tour date will not be eligible for a refund.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">2. Changes to Bookings</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Changes to bookings are subject to availability and may incur additional fees.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All requests for changes must be made in writing to [your email address].</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">3. Cancellations by Tours en Extase</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>In the unlikely event that Tours en Extase cancels your tour, you will receive a full refund or the option to reschedule.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">4. Non-Refundable Items</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Certain items, such as special promotions or non-refundable deposits, may not be eligible for a refund. This will be clearly indicated at the time of booking.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">5. Processing Refunds</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Refunds will be processed using the original payment method.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Please allow up to 14 business days for the refund to appear in your account.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">6. Contact Us</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you have any questions about our refund policy, please contact us at:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>VIEW PARK TOWERS,UTALII LANE,<br>NAIROBI- STAREHE DISTRICT, CBD.<br>P.O BOX 45240, 00100<br>G.P.O NAIROBI<br>Tel: +254740711244<br>Email: griflightconsultancyagency@gmail.com/ mitxiyu@yahoo.com</p>\n<!-- /wp:paragraph -->','Terms and Conditions','','publish','closed','closed','','terms-and-conditions','','','2024-07-19 16:39:38','2024-07-19 16:39:38','',2873,'https://kenyaclassictourtravel.com/griflightservices/terms-and-conditions/',1,'page','',0),(19,1,'2024-07-19 11:44:31','2024-07-19 11:44:31','[WP_TRAVEL_ENGINE_BOOK_CONFIRMATION]','Travellers Information','','publish','closed','closed','','travellers-information','','','2024-07-19 11:44:31','2024-07-19 11:44:31','',0,'https://kenyaclassictourtravel.com/griflightservices/travellers-information/',0,'page','',0),(20,1,'2024-07-19 11:44:31','2024-07-19 11:44:31','[wp_travel_engine_dashboard]','My Account','','publish','closed','closed','','my-account','','','2024-07-19 11:44:31','2024-07-19 11:44:31','',0,'https://kenyaclassictourtravel.com/griflightservices/my-account/',0,'page','',0),(21,1,'2024-07-19 11:44:31','2024-07-19 11:44:31','[wp_travel_engine_cart]','WP Travel Engine Cart','','publish','closed','closed','','wp-travel-engine-cart','','','2024-07-19 11:44:31','2024-07-19 11:44:31','',0,'https://kenyaclassictourtravel.com/griflightservices/wp-travel-engine-cart/',0,'page','',0),(22,1,'2024-07-19 11:44:31','2024-07-19 11:44:31','[WP_TRAVEL_ENGINE_PLACE_ORDER]','WP Travel Engine Checkout','','publish','closed','closed','','wp-travel-engine-checkout','','','2024-07-19 11:44:31','2024-07-19 11:44:31','',0,'https://kenyaclassictourtravel.com/griflightservices/wp-travel-engine-checkout/',0,'page','',0),(23,1,'2024-07-19 11:44:31','2024-07-19 11:44:31','[wp_travel_engine_dashboard]','My account','','publish','closed','closed','','my-account-2','','','2024-07-19 11:44:31','2024-07-19 11:44:31','',0,'https://kenyaclassictourtravel.com/griflightservices/my-account-2/',0,'page','',0),(24,1,'2024-07-19 11:45:40','2024-07-19 11:45:40','','WPTE Single Trip Template','','publish','closed','closed','','wpte-single-trip-template','','','2024-07-19 11:45:40','2024-07-19 11:45:40','',0,'https://kenyaclassictourtravel.com/griflightservices/?elementor_library=wpte-single-trip-template',0,'elementor_library','',0),(25,1,'2024-07-19 11:48:47','2024-07-19 11:48:47','','contact-image','','inherit','open','closed','','contact-image','','','2024-07-19 11:48:47','2024-07-19 11:48:47','',0,'https://kenyaclassictourtravel.com/griflightservices/wp-content/uploads/2024/07/contact-image.jpg',0,'attachment','image/jpeg',0),(26,1,'2024-07-19 11:48:47','2024-07-19 11:48:47','','Group-6358','','inherit','open','closed','','group-6358','','','2024-07-19 11:48:47','2024-07-19 11:48:47','',0,'https://kenyaclassictourtravel.com/griflightservices/wp-content/uploads/2024/07/Group-6358.png',0,'attachment','image/png',0),(27,1,'2024-07-19 11:48:48','2024-07-19 11:48:48','','cropped-logo','','inherit','open','closed','','cropped-logo','','','2024-07-19 11:48:48','2024-07-19 11:48:48','',0,'https://kenyaclassictourtravel.com/griflightservices/wp-content/uploads/2024/07/cropped-logo.png',0,'attachment','image/png',0),(28,1,'2024-07-19 11:48:48','2024-07-19 11:48:48','','cropped-logo-1','','inherit','open','closed','','cropped-logo-1','','','2024-07-19 11:48:48','2024-07-19 11:48:48','',0,'https://kenyaclassictourtravel.com/griflightservices/wp-content/uploads/2024/07/cropped-logo-1.png',0,'attachment','image/png',0),(29,1,'2024-07-19 11:48:50','2024-07-19 11:48:50','','travelexplorer.xml','','inherit','open','closed','','travelexplorer-xml','','','2024-07-19 11:48:50','2024-07-19 11:48:50','',0,'https://kenyaclassictourtravel.com/griflightservices/wp-content/uploads/2024/07/travelexplorer.xml',0,'attachment','text/xml',0),(2982,1,'2022-04-19 07:55:12','2022-04-19 07:55:12','','Booking #2982','','publish','closed','closed','','booking','','','2022-04-19 07:55:12','2022-04-19 07:55:12','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking/',0,'booking','',0),(3892,1,'2022-09-22 09:04:37','2022-09-22 09:04:37','','Booking #3892','','publish','closed','closed','','booking-2','','','2022-09-22 09:04:37','2022-09-22 09:04:37','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-2/',0,'booking','',0),(4374,1,'2022-11-09 04:01:31','2022-11-09 04:01:31','','Booking #4374','','publish','closed','closed','','booking-3','','','2022-11-09 04:01:31','2022-11-09 04:01:31','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-3/',0,'booking','',0),(4536,1,'2022-12-12 11:34:18','2022-12-12 11:34:18','','Booking #4536','','publish','closed','closed','','booking-4','','','2022-12-12 11:34:18','2022-12-12 11:34:18','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-4/',0,'booking','',0),(4539,1,'2022-12-12 11:34:29','2022-12-12 11:34:29','','Booking #4539','','publish','closed','closed','','booking-5','','','2022-12-12 11:34:29','2022-12-12 11:34:29','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-5/',0,'booking','',0),(4541,1,'2022-12-12 11:35:09','2022-12-12 11:35:09','','Booking #4541','','publish','closed','closed','','booking-6','','','2022-12-12 11:35:09','2022-12-12 11:35:09','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-6/',0,'booking','',0),(4543,1,'2022-12-18 13:18:29','2022-12-18 13:18:29','','Booking #4543','','publish','closed','closed','','booking-7','','','2022-12-18 13:18:29','2022-12-18 13:18:29','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-7/',0,'booking','',0),(4546,1,'2022-12-18 14:42:41','2022-12-18 14:42:41','','Booking #4546','','publish','closed','closed','','booking-8','','','2022-12-18 14:42:41','2022-12-18 14:42:41','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-8/',0,'booking','',0),(4549,1,'2022-12-20 17:49:12','2022-12-20 17:49:12','','Booking #4549','','publish','closed','closed','','booking-9','','','2022-12-20 17:49:12','2022-12-20 17:49:12','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-9/',0,'booking','',0),(4552,1,'2022-12-20 17:49:50','2022-12-20 17:49:50','','Booking #4552','','publish','closed','closed','','booking-10','','','2022-12-20 17:49:50','2022-12-20 17:49:50','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-10/',0,'booking','',0),(4554,1,'2022-12-22 10:16:42','2022-12-22 10:16:42','','Booking #4554','','publish','closed','closed','','booking-11','','','2022-12-22 10:16:42','2022-12-22 10:16:42','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-11/',0,'booking','',0),(4557,1,'2022-12-23 22:37:56','2022-12-23 22:37:56','','Booking #4557','','publish','closed','closed','','booking-12','','','2022-12-23 22:37:56','2022-12-23 22:37:56','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-12/',0,'booking','',0),(4560,1,'2022-12-24 18:07:37','2022-12-24 18:07:37','','Booking #4560','','publish','closed','closed','','booking-13','','','2022-12-24 18:07:37','2022-12-24 18:07:37','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-13/',0,'booking','',0),(4563,1,'2022-12-24 18:07:51','2022-12-24 18:07:51','','Booking #4563','','publish','closed','closed','','booking-14','','','2022-12-24 18:07:51','2022-12-24 18:07:51','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-14/',0,'booking','',0),(4565,1,'2022-12-24 18:28:15','2022-12-24 18:28:15','','Booking #4565','','publish','closed','closed','','booking-15','','','2022-12-24 18:28:15','2022-12-24 18:28:15','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-15/',0,'booking','',0),(4567,1,'2022-12-24 22:44:55','2022-12-24 22:44:55','','Booking #4567','','publish','closed','closed','','booking-16','','','2022-12-24 22:44:55','2022-12-24 22:44:55','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-16/',0,'booking','',0),(4569,1,'2022-12-26 05:37:19','2022-12-26 05:37:19','','Booking #4569','','publish','closed','closed','','booking-17','','','2022-12-26 05:37:19','2022-12-26 05:37:19','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-17/',0,'booking','',0),(4572,1,'2022-12-26 05:37:31','2022-12-26 05:37:31','','Booking #4572','','publish','closed','closed','','booking-18','','','2022-12-26 05:37:31','2022-12-26 05:37:31','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-18/',0,'booking','',0),(4574,1,'2022-12-26 05:38:17','2022-12-26 05:38:17','','Booking #4574','','publish','closed','closed','','booking-19','','','2022-12-26 05:38:17','2022-12-26 05:38:17','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-19/',0,'booking','',0),(4576,1,'2022-12-28 07:31:53','2022-12-28 07:31:53','','Booking #4576','','publish','closed','closed','','booking-20','','','2022-12-28 07:31:53','2022-12-28 07:31:53','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-20/',0,'booking','',0),(4579,1,'2022-12-28 07:32:29','2022-12-28 07:32:29','','Booking #4579','','publish','closed','closed','','booking-21','','','2022-12-28 07:32:29','2022-12-28 07:32:29','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-21/',0,'booking','',0),(4581,1,'2022-12-28 16:44:51','2022-12-28 16:44:51','','Booking #4581','','publish','closed','closed','','booking-22','','','2022-12-28 16:44:51','2022-12-28 16:44:51','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-22/',0,'booking','',0),(4587,1,'2022-12-30 09:26:45','2022-12-30 09:26:45','','Booking #4587','','publish','closed','closed','','booking-23','','','2022-12-30 09:26:45','2022-12-30 09:26:45','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-23/',0,'booking','',0),(4590,1,'2022-12-31 19:11:37','2022-12-31 19:11:37','','Booking #4590','','publish','closed','closed','','booking-24','','','2022-12-31 19:11:37','2022-12-31 19:11:37','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-24/',0,'booking','',0),(4593,1,'2022-12-31 19:47:26','2022-12-31 19:47:26','','Booking #4593','','publish','closed','closed','','booking-25','','','2022-12-31 19:47:26','2022-12-31 19:47:26','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-25/',0,'booking','',0),(4595,1,'2022-12-31 19:47:37','2022-12-31 19:47:37','','Booking #4595','','publish','closed','closed','','booking-26','','','2022-12-31 19:47:37','2022-12-31 19:47:37','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-26/',0,'booking','',0),(4597,1,'2023-01-01 07:43:59','2023-01-01 07:43:59','','Booking #4597','','publish','closed','closed','','booking-27','','','2023-01-01 07:43:59','2023-01-01 07:43:59','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-27/',0,'booking','',0),(4600,1,'2023-01-01 20:11:57','2023-01-01 20:11:57','','Booking #4600','','publish','closed','closed','','booking-28','','','2023-01-01 20:11:57','2023-01-01 20:11:57','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-28/',0,'booking','',0),(4605,1,'2023-01-08 12:04:18','2023-01-08 12:04:18','','Booking #4605','','publish','closed','closed','','booking-29','','','2023-01-08 12:04:18','2023-01-08 12:04:18','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-29/',0,'booking','',0),(4608,1,'2023-01-10 11:53:42','2023-01-10 11:53:42','','Booking #4608','','publish','closed','closed','','booking-30','','','2023-01-10 11:53:42','2023-01-10 11:53:42','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-30/',0,'booking','',0),(4612,1,'2023-01-17 11:01:19','2023-01-17 11:01:19','','Booking #4612','','publish','closed','closed','','booking-31','','','2023-01-17 11:01:19','2023-01-17 11:01:19','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-31/',0,'booking','',0),(4615,1,'2023-01-20 14:50:25','2023-01-20 14:50:25','','Booking #4615','','publish','closed','closed','','booking-32','','','2023-01-20 14:50:25','2023-01-20 14:50:25','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-32/',0,'booking','',0),(4618,1,'2023-01-24 12:43:13','2023-01-24 12:43:13','','Booking #4618','','publish','closed','closed','','booking-33','','','2023-01-24 12:43:13','2023-01-24 12:43:13','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-33/',0,'booking','',0),(4621,1,'2023-01-24 21:08:08','2023-01-24 21:08:08','','Booking #4621','','publish','closed','closed','','booking-34','','','2023-01-24 21:08:08','2023-01-24 21:08:08','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-34/',0,'booking','',0),(4624,1,'2023-01-26 10:32:19','2023-01-26 10:32:19','','Booking #4624','','publish','closed','closed','','booking-35','','','2023-01-26 10:32:19','2023-01-26 10:32:19','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-35/',0,'booking','',0),(4627,1,'2023-01-28 18:47:22','2023-01-28 18:47:22','','Booking #4627','','publish','closed','closed','','booking-36','','','2023-01-28 18:47:22','2023-01-28 18:47:22','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-36/',0,'booking','',0),(4630,1,'2023-01-30 05:29:20','2023-01-30 05:29:20','','Booking #4630','','publish','closed','closed','','booking-37','','','2023-01-30 05:29:20','2023-01-30 05:29:20','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-37/',0,'booking','',0),(4633,1,'2023-01-30 12:24:36','2023-01-30 12:24:36','','Booking #4633','','publish','closed','closed','','booking-38','','','2023-01-30 12:24:36','2023-01-30 12:24:36','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-38/',0,'booking','',0),(4636,1,'2023-01-30 12:24:44','2023-01-30 12:24:44','','Booking #4636','','publish','closed','closed','','booking-39','','','2023-01-30 12:24:44','2023-01-30 12:24:44','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-39/',0,'booking','',0),(4638,1,'2023-01-30 12:24:55','2023-01-30 12:24:55','','Booking #4638','','publish','closed','closed','','booking-40','','','2023-01-30 12:24:55','2023-01-30 12:24:55','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-40/',0,'booking','',0),(4640,1,'2023-01-31 07:23:20','2023-01-31 07:23:20','','Booking #4640','','publish','closed','closed','','booking-41','','','2023-01-31 07:23:20','2023-01-31 07:23:20','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-41/',0,'booking','',0),(4643,1,'2023-02-03 03:42:05','2023-02-03 03:42:05','','Booking #4643','','publish','closed','closed','','booking-42','','','2023-02-03 03:42:05','2023-02-03 03:42:05','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-42/',0,'booking','',0),(4646,1,'2023-02-04 15:32:14','2023-02-04 15:32:14','','Booking #4646','','publish','closed','closed','','booking-43','','','2023-02-04 15:32:14','2023-02-04 15:32:14','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-43/',0,'booking','',0),(4649,1,'2023-02-05 09:54:47','2023-02-05 09:54:47','','Booking #4649','','publish','closed','closed','','booking-44','','','2023-02-05 09:54:47','2023-02-05 09:54:47','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-44/',0,'booking','',0),(4652,1,'2023-02-11 04:56:59','2023-02-11 04:56:59','','Booking #4652','','publish','closed','closed','','booking-45','','','2023-02-11 04:56:59','2023-02-11 04:56:59','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-45/',0,'booking','',0),(4654,1,'2023-02-11 04:57:10','2023-02-11 04:57:10','','Booking #4654','','publish','closed','closed','','booking-46','','','2023-02-11 04:57:10','2023-02-11 04:57:10','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-46/',0,'booking','',0),(4656,1,'2023-02-11 04:57:17','2023-02-11 04:57:17','','Booking #4656','','publish','closed','closed','','booking-47','','','2023-02-11 04:57:17','2023-02-11 04:57:17','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-47/',0,'booking','',0),(4658,1,'2023-02-11 04:57:25','2023-02-11 04:57:25','','Booking #4658','','publish','closed','closed','','booking-48','','','2023-02-11 04:57:25','2023-02-11 04:57:25','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-48/',0,'booking','',0),(4660,1,'2023-02-11 09:59:05','2023-02-11 09:59:05','','Booking #4660','','publish','closed','closed','','booking-49','','','2023-02-11 09:59:05','2023-02-11 09:59:05','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-49/',0,'booking','',0),(4663,1,'2023-02-11 11:58:56','2023-02-11 11:58:56','','Booking #4663','','publish','closed','closed','','booking-50','','','2023-02-11 11:58:56','2023-02-11 11:58:56','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-50/',0,'booking','',0),(4666,1,'2023-02-11 12:22:31','2023-02-11 12:22:31','','Booking #4666','','publish','closed','closed','','booking-51','','','2023-02-11 12:22:31','2023-02-11 12:22:31','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-51/',0,'booking','',0),(4668,1,'2023-02-11 12:22:33','2023-02-11 12:22:33','','Booking #4668','','publish','closed','closed','','booking-52','','','2023-02-11 12:22:33','2023-02-11 12:22:33','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-52/',0,'booking','',0),(4670,1,'2023-02-11 12:22:35','2023-02-11 12:22:35','','Booking #4670','','publish','closed','closed','','booking-53','','','2023-02-11 12:22:35','2023-02-11 12:22:35','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-53/',0,'booking','',0),(4672,1,'2023-02-12 12:58:38','2023-02-12 12:58:38','','Booking #4672','','publish','closed','closed','','booking-54','','','2023-02-12 12:58:38','2023-02-12 12:58:38','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-54/',0,'booking','',0),(4675,1,'2023-02-13 11:31:22','2023-02-13 11:31:22','','Booking #4675','','publish','closed','closed','','booking-55','','','2023-02-13 11:31:22','2023-02-13 11:31:22','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-55/',0,'booking','',0),(4678,1,'2023-02-14 08:44:12','2023-02-14 08:44:12','','Booking #4678','','publish','closed','closed','','booking-56','','','2023-02-14 08:44:12','2023-02-14 08:44:12','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-56/',0,'booking','',0),(4681,1,'2023-02-16 13:15:05','2023-02-16 13:15:05','','Booking #4681','','publish','closed','closed','','booking-57','','','2023-02-16 13:15:05','2023-02-16 13:15:05','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-57/',0,'booking','',0),(4683,1,'2023-02-17 14:21:33','2023-02-17 14:21:33','','Booking #4683','','publish','closed','closed','','booking-58','','','2023-02-17 14:21:33','2023-02-17 14:21:33','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-58/',0,'booking','',0),(4685,1,'2023-02-17 15:22:56','2023-02-17 15:22:56','','Booking #4685','','publish','closed','closed','','booking-59','','','2023-02-17 15:22:56','2023-02-17 15:22:56','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-59/',0,'booking','',0),(4688,1,'2023-02-17 15:26:19','2023-02-17 15:26:19','','Booking #4688','','publish','closed','closed','','booking-60','','','2023-02-17 15:26:19','2023-02-17 15:26:19','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-60/',0,'booking','',0),(4690,1,'2023-02-18 12:07:13','2023-02-18 12:07:13','','Booking #4690','','publish','closed','closed','','booking-61','','','2023-02-18 12:07:13','2023-02-18 12:07:13','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-61/',0,'booking','',0),(4693,1,'2023-02-20 11:09:07','2023-02-20 11:09:07','','Booking #4693','','publish','closed','closed','','booking-62','','','2023-02-20 11:09:07','2023-02-20 11:09:07','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-62/',0,'booking','',0),(4696,1,'2023-02-20 11:09:39','2023-02-20 11:09:39','','Booking #4696','','publish','closed','closed','','booking-63','','','2023-02-20 11:09:39','2023-02-20 11:09:39','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-63/',0,'booking','',0),(4698,1,'2023-02-22 12:39:41','2023-02-22 12:39:41','','Booking #4698','','publish','closed','closed','','booking-64','','','2023-02-22 12:39:41','2023-02-22 12:39:41','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-64/',0,'booking','',0),(4701,1,'2023-02-22 12:40:11','2023-02-22 12:40:11','','Booking #4701','','publish','closed','closed','','booking-65','','','2023-02-22 12:40:11','2023-02-22 12:40:11','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-65/',0,'booking','',0),(4703,1,'2023-02-22 12:46:08','2023-02-22 12:46:08','','Booking #4703','','publish','closed','closed','','booking-66','','','2023-02-22 12:46:08','2023-02-22 12:46:08','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-66/',0,'booking','',0),(4706,1,'2023-02-22 12:49:32','2023-02-22 12:49:32','','Booking #4706','','publish','closed','closed','','booking-67','','','2023-02-22 12:49:32','2023-02-22 12:49:32','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-67/',0,'booking','',0),(4709,1,'2023-02-25 17:36:17','2023-02-25 17:36:17','','Booking #4709','','publish','closed','closed','','booking-68','','','2023-02-25 17:36:17','2023-02-25 17:36:17','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-68/',0,'booking','',0),(4712,1,'2023-03-01 06:29:49','2023-03-01 06:29:49','','Booking #4712','','publish','closed','closed','','booking-69','','','2023-03-01 06:29:49','2023-03-01 06:29:49','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-69/',0,'booking','',0),(4715,1,'2023-03-01 20:28:11','2023-03-01 20:28:11','','Booking #4715','','publish','closed','closed','','booking-70','','','2023-03-01 20:28:11','2023-03-01 20:28:11','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-70/',0,'booking','',0),(4718,1,'2023-03-02 02:58:18','2023-03-02 02:58:18','','Booking #4718','','publish','closed','closed','','booking-71','','','2023-03-02 02:58:18','2023-03-02 02:58:18','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-71/',0,'booking','',0),(4721,1,'2023-03-02 16:42:28','2023-03-02 16:42:28','','Booking #4721','','publish','closed','closed','','booking-72','','','2023-03-02 16:42:28','2023-03-02 16:42:28','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-72/',0,'booking','',0),(4724,1,'2023-03-06 08:15:13','2023-03-06 08:15:13','','Booking #4724','','publish','closed','closed','','booking-73','','','2023-03-06 08:15:13','2023-03-06 08:15:13','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-73/',0,'booking','',0),(4727,1,'2023-03-06 14:16:23','2023-03-06 14:16:23','','Booking #4727','','publish','closed','closed','','booking-74','','','2023-03-06 14:16:23','2023-03-06 14:16:23','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-74/',0,'booking','',0),(4730,1,'2023-03-06 14:16:30','2023-03-06 14:16:30','','Booking #4730','','publish','closed','closed','','booking-75','','','2023-03-06 14:16:30','2023-03-06 14:16:30','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-75/',0,'booking','',0),(4732,1,'2023-03-06 14:16:59','2023-03-06 14:16:59','','Booking #4732','','publish','closed','closed','','booking-76','','','2023-03-06 14:16:59','2023-03-06 14:16:59','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-76/',0,'booking','',0),(4734,1,'2023-03-07 06:51:30','2023-03-07 06:51:30','','Booking #4734','','publish','closed','closed','','booking-77','','','2023-03-07 06:51:30','2023-03-07 06:51:30','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-77/',0,'booking','',0),(4737,1,'2023-03-08 22:48:42','2023-03-08 22:48:42','','Booking #4737','','publish','closed','closed','','booking-78','','','2023-03-08 22:48:42','2023-03-08 22:48:42','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-78/',0,'booking','',0),(4740,1,'2023-03-10 02:44:52','2023-03-10 02:44:52','','Booking #4740','','publish','closed','closed','','booking-79','','','2023-03-10 02:44:52','2023-03-10 02:44:52','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-79/',0,'booking','',0),(4745,1,'2023-03-10 08:17:15','2023-03-10 08:17:15','','Booking #4745','','publish','closed','closed','','booking-80','','','2023-03-10 08:17:15','2023-03-10 08:17:15','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-80/',0,'booking','',0),(4748,1,'2023-03-10 22:06:18','2023-03-10 22:06:18','','Booking #4748','','publish','closed','closed','','booking-81','','','2023-03-10 22:06:18','2023-03-10 22:06:18','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-81/',0,'booking','',0),(4751,1,'2023-03-10 22:06:32','2023-03-10 22:06:32','','Booking #4751','','publish','closed','closed','','booking-82','','','2023-03-10 22:06:32','2023-03-10 22:06:32','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-82/',0,'booking','',0),(4754,1,'2023-03-11 05:47:27','2023-03-11 05:47:27','','Booking #4754','','publish','closed','closed','','booking-83','','','2023-03-11 05:47:27','2023-03-11 05:47:27','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-83/',0,'booking','',0),(4757,1,'2023-03-11 05:47:51','2023-03-11 05:47:51','','Booking #4757','','publish','closed','closed','','booking-84','','','2023-03-11 05:47:51','2023-03-11 05:47:51','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-84/',0,'booking','',0),(4763,1,'2023-03-11 08:21:02','2023-03-11 08:21:02','','Booking #4763','','publish','closed','closed','','booking-85','','','2023-03-11 08:21:02','2023-03-11 08:21:02','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-85/',0,'booking','',0),(4767,1,'2023-03-11 20:30:44','2023-03-11 20:30:44','','Booking #4767','','publish','closed','closed','','booking-86','','','2023-03-11 20:30:44','2023-03-11 20:30:44','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-86/',0,'booking','',0),(4770,1,'2023-03-12 06:15:57','2023-03-12 06:15:57','','Booking #4770','','publish','closed','closed','','booking-87','','','2023-03-12 06:15:57','2023-03-12 06:15:57','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-87/',0,'booking','',0),(4772,1,'2023-03-12 06:16:00','2023-03-12 06:16:00','','Booking #4772','','publish','closed','closed','','booking-88','','','2023-03-12 06:16:00','2023-03-12 06:16:00','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-88/',0,'booking','',0),(4774,1,'2023-03-14 14:17:27','2023-03-14 14:17:27','','Booking #4774','','publish','closed','closed','','booking-89','','','2023-03-14 14:17:27','2023-03-14 14:17:27','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-89/',0,'booking','',0),(4777,1,'2023-03-15 19:09:44','2023-03-15 19:09:44','','Booking #4777','','publish','closed','closed','','booking-90','','','2023-03-15 19:09:44','2023-03-15 19:09:44','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-90/',0,'booking','',0),(4780,1,'2023-03-16 23:26:12','2023-03-16 23:26:12','','Booking #4780','','publish','closed','closed','','booking-91','','','2023-03-16 23:26:12','2023-03-16 23:26:12','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-91/',0,'booking','',0),(4783,1,'2023-03-17 05:15:07','2023-03-17 05:15:07','','Booking #4783','','publish','closed','closed','','booking-92','','','2023-03-17 05:15:07','2023-03-17 05:15:07','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-92/',0,'booking','',0),(4786,1,'2023-03-18 11:46:12','2023-03-18 11:46:12','','Booking #4786','','publish','closed','closed','','booking-93','','','2023-03-18 11:46:12','2023-03-18 11:46:12','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-93/',0,'booking','',0),(4789,1,'2023-03-19 15:19:16','2023-03-19 15:19:16','','Booking #4789','','publish','closed','closed','','booking-94','','','2023-03-19 15:19:16','2023-03-19 15:19:16','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-94/',0,'booking','',0),(4792,1,'2023-03-20 09:56:27','2023-03-20 09:56:27','','Booking #4792','','publish','closed','closed','','booking-95','','','2023-03-20 09:56:27','2023-03-20 09:56:27','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-95/',0,'booking','',0),(4795,1,'2023-03-23 09:31:46','2023-03-23 09:31:46','','Booking #4795','','publish','closed','closed','','booking-96','','','2023-03-23 09:31:46','2023-03-23 09:31:46','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-96/',0,'booking','',0),(4798,1,'2023-03-23 13:18:05','2023-03-23 13:18:05','','Booking #4798','','publish','closed','closed','','booking-97','','','2023-03-23 13:18:05','2023-03-23 13:18:05','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-97/',0,'booking','',0),(4801,1,'2023-03-23 13:18:16','2023-03-23 13:18:16','','Booking #4801','','publish','closed','closed','','booking-98','','','2023-03-23 13:18:16','2023-03-23 13:18:16','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-98/',0,'booking','',0),(4805,1,'2023-03-31 12:30:15','2023-03-31 12:30:15','','Booking #4805','','publish','closed','closed','','booking-99','','','2023-03-31 12:30:15','2023-03-31 12:30:15','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-99/',0,'booking','',0),(2983,1,'2022-04-19 07:55:12','2022-04-19 07:55:12','','sad@sad.co','','publish','closed','closed','','customer','','','2022-04-19 07:55:12','2022-04-19 07:55:12','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer/',0,'customer','',0),(3019,1,'2022-08-16 04:08:39','2022-08-16 04:08:39','.travel-nomads_counter-section .elementor-widget-meafe-counter .meafe-counter-icon.left .meafe-counter-title{\n padding-top: 52px;\n}','travel-monster','','publish','closed','closed','','travel-monster','','','2022-08-16 04:08:39','2022-08-16 04:08:39','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/08/16/travel-monster/',0,'custom_css','',0),(4808,1,'2023-04-01 07:51:53','2023-04-01 07:51:53','','Booking #4808','','publish','closed','closed','','booking-100','','','2023-04-01 07:51:53','2023-04-01 07:51:53','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-100/',0,'booking','',0),(4812,1,'2023-04-02 19:12:50','2023-04-02 19:12:50','','Booking #4812','','publish','closed','closed','','booking-101','','','2023-04-02 19:12:50','2023-04-02 19:12:50','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-101/',0,'booking','',0),(4815,1,'2023-04-06 12:50:01','2023-04-06 12:50:01','','Booking #4815','','publish','closed','closed','','booking-102','','','2023-04-06 12:50:01','2023-04-06 12:50:01','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-102/',0,'booking','',0),(4818,1,'2023-04-06 12:53:50','2023-04-06 12:53:50','','Booking #4818','','publish','closed','closed','','booking-103','','','2023-04-06 12:53:50','2023-04-06 12:53:50','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-103/',0,'booking','',0),(4820,1,'2023-04-06 13:55:23','2023-04-06 13:55:23','','Booking #4820','','publish','closed','closed','','booking-104','','','2023-04-06 13:55:23','2023-04-06 13:55:23','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-104/',0,'booking','',0),(4823,1,'2023-04-06 13:55:31','2023-04-06 13:55:31','','Booking #4823','','publish','closed','closed','','booking-105','','','2023-04-06 13:55:31','2023-04-06 13:55:31','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-105/',0,'booking','',0),(4825,1,'2023-04-06 14:03:16','2023-04-06 14:03:16','','Booking #4825','','publish','closed','closed','','booking-106','','','2023-04-06 14:03:16','2023-04-06 14:03:16','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-106/',0,'booking','',0),(4829,1,'2023-04-09 23:44:01','2023-04-09 23:44:01','','Booking #4829','','publish','closed','closed','','booking-107','','','2023-04-09 23:44:01','2023-04-09 23:44:01','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-107/',0,'booking','',0),(4832,1,'2023-04-09 23:45:45','2023-04-09 23:45:45','','Booking #4832','','publish','closed','closed','','booking-108','','','2023-04-09 23:45:45','2023-04-09 23:45:45','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-108/',0,'booking','',0),(4834,1,'2023-04-15 18:36:57','2023-04-15 18:36:57','','Booking #4834','','publish','closed','closed','','booking-109','','','2023-04-15 18:36:57','2023-04-15 18:36:57','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-109/',0,'booking','',0),(4838,1,'2023-04-18 18:09:40','2023-04-18 18:09:40','','Booking #4838','','publish','closed','closed','','booking-110','','','2023-04-18 18:09:40','2023-04-18 18:09:40','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-110/',0,'booking','',0),(4841,1,'2023-04-24 01:15:00','2023-04-24 01:15:00','','Booking #4841','','publish','closed','closed','','booking-111','','','2023-04-24 01:15:00','2023-04-24 01:15:00','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-111/',0,'booking','',0),(4844,1,'2023-04-24 01:15:03','2023-04-24 01:15:03','','Booking #4844','','publish','closed','closed','','booking-112','','','2023-04-24 01:15:03','2023-04-24 01:15:03','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-112/',0,'booking','',0),(4846,1,'2023-04-26 07:27:38','2023-04-26 07:27:38','','Booking #4846','','publish','closed','closed','','booking-113','','','2023-04-26 07:27:38','2023-04-26 07:27:38','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-113/',0,'booking','',0),(4849,1,'2023-04-26 22:20:19','2023-04-26 22:20:19','','Booking #4849','','publish','closed','closed','','booking-114','','','2023-04-26 22:20:19','2023-04-26 22:20:19','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-114/',0,'booking','',0),(4852,1,'2023-04-27 15:27:51','2023-04-27 15:27:51','','Booking #4852','','publish','closed','closed','','booking-115','','','2023-04-27 15:27:51','2023-04-27 15:27:51','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-115/',0,'booking','',0),(4855,1,'2023-04-29 11:07:27','2023-04-29 11:07:27','','Booking #4855','','publish','closed','closed','','booking-116','','','2023-04-29 11:07:27','2023-04-29 11:07:27','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-116/',0,'booking','',0),(4858,1,'2023-05-01 13:16:50','2023-05-01 13:16:50','','Booking #4858','','publish','closed','closed','','booking-117','','','2023-05-01 13:16:50','2023-05-01 13:16:50','',0,'https://kenyaclassictourtravel.com/griflightservices/booking/booking-117/',0,'booking','',0),(3893,1,'2022-09-22 09:04:37','2022-09-22 09:04:37','','test@gmail.com','','publish','closed','closed','','customer-2','','','2022-09-22 09:04:37','2022-09-22 09:04:37','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-2/',0,'customer','',0),(4375,1,'2022-11-09 04:01:31','2022-11-09 04:01:31','','ldxfghbslkd@example.com','','publish','closed','closed','','customer-3','','','2022-11-09 04:01:31','2022-11-09 04:01:31','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-3/',0,'customer','',0),(4537,1,'2022-12-12 11:34:18','2022-12-12 11:34:18','','bruno@gmail.com','','publish','closed','closed','','customer-4','','','2022-12-12 11:34:18','2022-12-12 11:34:18','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-4/',0,'customer','',0),(4544,1,'2022-12-18 13:18:29','2022-12-18 13:18:29','','1@gmail.com','','publish','closed','closed','','customer-5','','','2022-12-18 13:18:29','2022-12-18 13:18:29','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-5/',0,'customer','',0),(4550,1,'2022-12-20 17:49:12','2022-12-20 17:49:12','','omc.rauniyar@gmail.com','','publish','closed','closed','','customer-6','','','2022-12-20 17:49:12','2022-12-20 17:49:12','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-6/',0,'customer','',0),(4555,1,'2022-12-22 10:16:42','2022-12-22 10:16:42','','sfsfs@gmajyhg.cjv','','publish','closed','closed','','customer-7','','','2022-12-22 10:16:42','2022-12-22 10:16:42','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-7/',0,'customer','',0),(4558,1,'2022-12-23 22:37:56','2022-12-23 22:37:56','','gcdfg@gysgd.com','','publish','closed','closed','','customer-8','','','2022-12-23 22:37:56','2022-12-23 22:37:56','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-8/',0,'customer','',0),(4561,1,'2022-12-24 18:07:37','2022-12-24 18:07:37','','stephen.kamau14@gmail.com','','publish','closed','closed','','customer-9','','','2022-12-24 18:07:37','2022-12-24 18:07:37','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-9/',0,'customer','',0),(4570,1,'2022-12-26 05:37:19','2022-12-26 05:37:19','','shivamkhidbide@gmail.com','','publish','closed','closed','','customer-10','','','2022-12-26 05:37:19','2022-12-26 05:37:19','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-10/',0,'customer','',0),(4577,1,'2022-12-28 07:31:53','2022-12-28 07:31:53','','tes@test.co','','publish','closed','closed','','customer-11','','','2022-12-28 07:31:53','2022-12-28 07:31:53','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-11/',0,'customer','',0),(4582,1,'2022-12-28 16:44:51','2022-12-28 16:44:51','','digitizeera@gmail.com','','publish','closed','closed','','customer-12','','','2022-12-28 16:44:51','2022-12-28 16:44:51','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-12/',0,'customer','',0),(4588,1,'2022-12-30 09:26:45','2022-12-30 09:26:45','','xcursionguide.official@gmail.com','','publish','closed','closed','','customer-13','','','2022-12-30 09:26:45','2022-12-30 09:26:45','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-13/',0,'customer','',0),(4591,1,'2022-12-31 19:11:37','2022-12-31 19:11:37','','sdgfdgfd@gmail.com','','publish','closed','closed','','customer-14','','','2022-12-31 19:11:37','2022-12-31 19:11:37','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-14/',0,'customer','',0),(4598,1,'2023-01-01 07:43:59','2023-01-01 07:43:59','','adityazemy@gmail.com','','publish','closed','closed','','customer-15','','','2023-01-01 07:43:59','2023-01-01 07:43:59','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-15/',0,'customer','',0),(4601,1,'2023-01-01 20:11:57','2023-01-01 20:11:57','','hola@jjlas.com','','publish','closed','closed','','customer-16','','','2023-01-01 20:11:57','2023-01-01 20:11:57','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-16/',0,'customer','',0),(4606,1,'2023-01-08 12:04:18','2023-01-08 12:04:18','','sohayla.ahmed44@gmail.com','','publish','closed','closed','','customer-17','','','2023-01-08 12:04:18','2023-01-08 12:04:18','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-17/',0,'customer','',0),(4609,1,'2023-01-10 11:53:42','2023-01-10 11:53:42','','roman@dotas.de','','publish','closed','closed','','customer-18','','','2023-01-10 11:53:42','2023-01-10 11:53:42','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-18/',0,'customer','',0),(4613,1,'2023-01-17 11:01:19','2023-01-17 11:01:19','','tes@gmail.com','','publish','closed','closed','','customer-19','','','2023-01-17 11:01:19','2023-01-17 11:01:19','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-19/',0,'customer','',0),(4616,1,'2023-01-20 14:50:26','2023-01-20 14:50:26','','mackkaushik99@gmail.com','','publish','closed','closed','','customer-20','','','2023-01-20 14:50:26','2023-01-20 14:50:26','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-20/',0,'customer','',0),(4619,1,'2023-01-24 12:43:13','2023-01-24 12:43:13','','ertr@gsdf.bn','','publish','closed','closed','','customer-21','','','2023-01-24 12:43:13','2023-01-24 12:43:13','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-21/',0,'customer','',0),(4622,1,'2023-01-24 21:08:08','2023-01-24 21:08:08','','asdfgag@dshhters.com','','publish','closed','closed','','customer-22','','','2023-01-24 21:08:08','2023-01-24 21:08:08','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-22/',0,'customer','',0),(4625,1,'2023-01-26 10:32:19','2023-01-26 10:32:19','','nai@gmail.com','','publish','closed','closed','','customer-23','','','2023-01-26 10:32:19','2023-01-26 10:32:19','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-23/',0,'customer','',0),(4628,1,'2023-01-28 18:47:22','2023-01-28 18:47:22','','aaa@a.com','','publish','closed','closed','','customer-24','','','2023-01-28 18:47:22','2023-01-28 18:47:22','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-24/',0,'customer','',0),(4631,1,'2023-01-30 05:29:20','2023-01-30 05:29:20','','jubrajdaria49@gmail.com','','publish','closed','closed','','customer-25','','','2023-01-30 05:29:20','2023-01-30 05:29:20','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-25/',0,'customer','',0),(4634,1,'2023-01-30 12:24:36','2023-01-30 12:24:36','','dfsg@er.yufg','','publish','closed','closed','','customer-26','','','2023-01-30 12:24:36','2023-01-30 12:24:36','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-26/',0,'customer','',0),(4641,1,'2023-01-31 07:23:20','2023-01-31 07:23:20','','saqib@gmail.com','','publish','closed','closed','','customer-27','','','2023-01-31 07:23:20','2023-01-31 07:23:20','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-27/',0,'customer','',0),(4644,1,'2023-02-03 03:42:05','2023-02-03 03:42:05','','andongmagsaysay0@gmail.com','','publish','closed','closed','','customer-28','','','2023-02-03 03:42:05','2023-02-03 03:42:05','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-28/',0,'customer','',0),(4647,1,'2023-02-04 15:32:14','2023-02-04 15:32:14','','kadirbulamugy@gmail.com','','publish','closed','closed','','customer-29','','','2023-02-04 15:32:14','2023-02-04 15:32:14','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-29/',0,'customer','',0),(4650,1,'2023-02-05 09:54:47','2023-02-05 09:54:47','','aaa@gmail.com','','publish','closed','closed','','customer-30','','','2023-02-05 09:54:47','2023-02-05 09:54:47','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-30/',0,'customer','',0),(4661,1,'2023-02-11 09:59:05','2023-02-11 09:59:05','','parnata@gmail.co','','publish','closed','closed','','customer-31','','','2023-02-11 09:59:05','2023-02-11 09:59:05','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-31/',0,'customer','',0),(4664,1,'2023-02-11 11:58:56','2023-02-11 11:58:56','','shadabalam727@gmail.com','','publish','closed','closed','','customer-32','','','2023-02-11 11:58:56','2023-02-11 11:58:56','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-32/',0,'customer','',0),(4673,1,'2023-02-12 12:58:38','2023-02-12 12:58:38','','zohaibjawed940@gmail.com','','publish','closed','closed','','customer-33','','','2023-02-12 12:58:38','2023-02-12 12:58:38','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-33/',0,'customer','',0),(4676,1,'2023-02-13 11:31:22','2023-02-13 11:31:22','','mustafahmedsheikh@gmail.com','','publish','closed','closed','','customer-34','','','2023-02-13 11:31:22','2023-02-13 11:31:22','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-34/',0,'customer','',0),(4679,1,'2023-02-14 08:44:12','2023-02-14 08:44:12','','talhatayeeb@gmail.com','','publish','closed','closed','','customer-35','','','2023-02-14 08:44:12','2023-02-14 08:44:12','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-35/',0,'customer','',0),(4686,1,'2023-02-17 15:22:56','2023-02-17 15:22:56','','mostafa.tayea@yahoo.com','','publish','closed','closed','','customer-36','','','2023-02-17 15:22:56','2023-02-17 15:22:56','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-36/',0,'customer','',0),(4691,1,'2023-02-18 12:07:13','2023-02-18 12:07:13','','andrey.konchev@gmail.com','','publish','closed','closed','','customer-37','','','2023-02-18 12:07:13','2023-02-18 12:07:13','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-37/',0,'customer','',0),(4694,1,'2023-02-20 11:09:07','2023-02-20 11:09:07','','bleu-way@hotmail.com','','publish','closed','closed','','customer-38','','','2023-02-20 11:09:07','2023-02-20 11:09:07','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-38/',0,'customer','',0),(4699,1,'2023-02-22 12:39:41','2023-02-22 12:39:41','','dsvds@dd.com','','publish','closed','closed','','customer-39','','','2023-02-22 12:39:41','2023-02-22 12:39:41','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-39/',0,'customer','',0),(4704,1,'2023-02-22 12:46:08','2023-02-22 12:46:08','','fdbfd@gmail.com','','publish','closed','closed','','customer-40','','','2023-02-22 12:46:08','2023-02-22 12:46:08','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-40/',0,'customer','',0),(4707,1,'2023-02-22 12:49:32','2023-02-22 12:49:32','','zzzzzz@gmail.com','','publish','closed','closed','','customer-41','','','2023-02-22 12:49:32','2023-02-22 12:49:32','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-41/',0,'customer','',0),(4710,1,'2023-02-25 17:36:17','2023-02-25 17:36:17','','kas@kas.tn','','publish','closed','closed','','customer-42','','','2023-02-25 17:36:17','2023-02-25 17:36:17','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-42/',0,'customer','',0),(4713,1,'2023-03-01 06:29:49','2023-03-01 06:29:49','','relaxingsutra@gmail.com','','publish','closed','closed','','customer-43','','','2023-03-01 06:29:49','2023-03-01 06:29:49','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-43/',0,'customer','',0),(4716,1,'2023-03-01 20:28:11','2023-03-01 20:28:11','','MM@GMAIL.COM','','publish','closed','closed','','customer-44','','','2023-03-01 20:28:11','2023-03-01 20:28:11','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-44/',0,'customer','',0),(4719,1,'2023-03-02 02:58:18','2023-03-02 02:58:18','','econmanas@gmail.com','','publish','closed','closed','','customer-45','','','2023-03-02 02:58:18','2023-03-02 02:58:18','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-45/',0,'customer','',0),(4722,1,'2023-03-02 16:42:28','2023-03-02 16:42:28','','imzoohan@gmail.com','','publish','closed','closed','','customer-46','','','2023-03-02 16:42:28','2023-03-02 16:42:28','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-46/',0,'customer','',0),(4725,1,'2023-03-06 08:15:13','2023-03-06 08:15:13','','sdfsdfsd@gmail.com','','publish','closed','closed','','customer-47','','','2023-03-06 08:15:13','2023-03-06 08:15:13','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-47/',0,'customer','',0),(4728,1,'2023-03-06 14:16:23','2023-03-06 14:16:23','','asd@asd.com','','publish','closed','closed','','customer-48','','','2023-03-06 14:16:23','2023-03-06 14:16:23','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-48/',0,'customer','',0),(4735,1,'2023-03-07 06:51:30','2023-03-07 06:51:30','','tester@tester.com','','publish','closed','closed','','customer-49','','','2023-03-07 06:51:30','2023-03-07 06:51:30','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-49/',0,'customer','',0),(4738,1,'2023-03-08 22:48:42','2023-03-08 22:48:42','','llxgo0o0@gmail.com','','publish','closed','closed','','customer-50','','','2023-03-08 22:48:42','2023-03-08 22:48:42','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-50/',0,'customer','',0),(4741,1,'2023-03-10 02:44:53','2023-03-10 02:44:53','','chris@bangmedia.com.au','','publish','closed','closed','','customer-51','','','2023-03-10 02:44:53','2023-03-10 02:44:53','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-51/',0,'customer','',0),(4746,1,'2023-03-10 08:17:15','2023-03-10 08:17:15','','porpallaprop1@gmail.com','','publish','closed','closed','','customer-52','','','2023-03-10 08:17:15','2023-03-10 08:17:15','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-52/',0,'customer','',0),(4749,1,'2023-03-10 22:06:18','2023-03-10 22:06:18','','info@jolytraders.xyz','','publish','closed','closed','','customer-53','','','2023-03-10 22:06:18','2023-03-10 22:06:18','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-53/',0,'customer','',0),(4755,1,'2023-03-11 05:47:27','2023-03-11 05:47:27','','emailonlinemoney@gmail.com','','publish','closed','closed','','customer-54','','','2023-03-11 05:47:27','2023-03-11 05:47:27','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-54/',0,'customer','',0),(4764,1,'2023-03-11 08:21:02','2023-03-11 08:21:02','','bensoncherere08@gmail.com','','publish','closed','closed','','customer-55','','','2023-03-11 08:21:02','2023-03-11 08:21:02','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-55/',0,'customer','',0),(4768,1,'2023-03-11 20:30:44','2023-03-11 20:30:44','','georgemndungu@gmail.com','','publish','closed','closed','','customer-56','','','2023-03-11 20:30:44','2023-03-11 20:30:44','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-56/',0,'customer','',0),(4775,1,'2023-03-14 14:17:27','2023-03-14 14:17:27','','lehien@gmail.com','','publish','closed','closed','','customer-57','','','2023-03-14 14:17:27','2023-03-14 14:17:27','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-57/',0,'customer','',0),(4778,1,'2023-03-15 19:09:44','2023-03-15 19:09:44','','osaidstar@gmail.com','','publish','closed','closed','','customer-58','','','2023-03-15 19:09:44','2023-03-15 19:09:44','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-58/',0,'customer','',0),(4781,1,'2023-03-16 23:26:12','2023-03-16 23:26:12','','dfgdfg@fsdfsd.com','','publish','closed','closed','','customer-59','','','2023-03-16 23:26:12','2023-03-16 23:26:12','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-59/',0,'customer','',0),(4784,1,'2023-03-17 05:15:07','2023-03-17 05:15:07','','danviettravel@gmail.com','','publish','closed','closed','','customer-60','','','2023-03-17 05:15:07','2023-03-17 05:15:07','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-60/',0,'customer','',0),(4787,1,'2023-03-18 11:46:12','2023-03-18 11:46:12','','shimantomahmudsiam135@gmail.com','','publish','closed','closed','','customer-61','','','2023-03-18 11:46:12','2023-03-18 11:46:12','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-61/',0,'customer','',0),(4859,1,'2021-12-30 06:43:56','2021-12-30 06:43:56','','Default Kit','','publish','closed','closed','','default-kit-2','','','2021-12-30 06:43:56','2021-12-30 06:43:56','',0,'https://kenyaclassictourtravel.com/griflightservices/?elementor_library=default-kit-2',0,'elementor_library','',0),(4790,1,'2023-03-19 15:19:16','2023-03-19 15:19:16','','gsgsdgwe@gmail.com','','publish','closed','closed','','customer-62','','','2023-03-19 15:19:16','2023-03-19 15:19:16','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-62/',0,'customer','',0),(4793,1,'2023-03-20 09:56:27','2023-03-20 09:56:27','','avitechtube@gmai.com','','publish','closed','closed','','customer-63','','','2023-03-20 09:56:27','2023-03-20 09:56:27','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-63/',0,'customer','',0),(4796,1,'2023-03-23 09:31:46','2023-03-23 09:31:46','','test@spambog.com','','publish','closed','closed','','customer-64','','','2023-03-23 09:31:46','2023-03-23 09:31:46','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-64/',0,'customer','',0),(4799,1,'2023-03-23 13:18:05','2023-03-23 13:18:05','','philongdao121@gmail.com','','publish','closed','closed','','customer-65','','','2023-03-23 13:18:05','2023-03-23 13:18:05','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-65/',0,'customer','',0),(4806,1,'2023-03-31 12:30:15','2023-03-31 12:30:15','','rfsggs@gmail.com','','publish','closed','closed','','customer-66','','','2023-03-31 12:30:15','2023-03-31 12:30:15','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-66/',0,'customer','',0),(4809,1,'2023-04-01 07:51:53','2023-04-01 07:51:53','','fahad.a2468910@gmail.com','','publish','closed','closed','','customer-67','','','2023-04-01 07:51:53','2023-04-01 07:51:53','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-67/',0,'customer','',0),(4813,1,'2023-04-02 19:12:50','2023-04-02 19:12:50','','hayviar85@gmail.com','','publish','closed','closed','','customer-68','','','2023-04-02 19:12:50','2023-04-02 19:12:50','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-68/',0,'customer','',0),(4816,1,'2023-04-06 12:50:01','2023-04-06 12:50:01','','prabakaran@dotcod.in','','publish','closed','closed','','customer-69','','','2023-04-06 12:50:01','2023-04-06 12:50:01','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-69/',0,'customer','',0),(4821,1,'2023-04-06 13:55:23','2023-04-06 13:55:23','','nive2ggh@gg.com','','publish','closed','closed','','customer-70','','','2023-04-06 13:55:23','2023-04-06 13:55:23','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-70/',0,'customer','',0),(4826,1,'2023-04-06 14:03:16','2023-04-06 14:03:16','','nirvedsoni28@gmail.com','','publish','closed','closed','','customer-71','','','2023-04-06 14:03:16','2023-04-06 14:03:16','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-71/',0,'customer','',0),(4830,1,'2023-04-09 23:44:01','2023-04-09 23:44:01','','yasseressam@outlook.com','','publish','closed','closed','','customer-72','','','2023-04-09 23:44:01','2023-04-09 23:44:01','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-72/',0,'customer','',0),(4835,1,'2023-04-15 18:36:57','2023-04-15 18:36:57','','emreaksooy@gmail.com','','publish','closed','closed','','customer-73','','','2023-04-15 18:36:57','2023-04-15 18:36:57','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-73/',0,'customer','',0),(4839,1,'2023-04-18 18:09:40','2023-04-18 18:09:40','','bjaypalsingh@gmail.com','','publish','closed','closed','','customer-74','','','2023-04-18 18:09:40','2023-04-18 18:09:40','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-74/',0,'customer','',0),(4842,1,'2023-04-24 01:15:01','2023-04-24 01:15:01','','abdimstore3@gmail.com','','publish','closed','closed','','customer-75','','','2023-04-24 01:15:01','2023-04-24 01:15:01','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-75/',0,'customer','',0),(4847,1,'2023-04-26 07:27:38','2023-04-26 07:27:38','','cgngynxfn@bsdtbndt.co','','publish','closed','closed','','customer-76','','','2023-04-26 07:27:38','2023-04-26 07:27:38','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-76/',0,'customer','',0),(4850,1,'2023-04-26 22:20:19','2023-04-26 22:20:19','','kibriakhandaker66@gmail.com','','publish','closed','closed','','customer-77','','','2023-04-26 22:20:19','2023-04-26 22:20:19','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-77/',0,'customer','',0),(4853,1,'2023-04-27 15:27:51','2023-04-27 15:27:51','','fh@fh.com','','publish','closed','closed','','customer-78','','','2023-04-27 15:27:51','2023-04-27 15:27:51','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-78/',0,'customer','',0),(4856,1,'2023-04-29 11:07:27','2023-04-29 11:07:27','','nelsonmbui88@gmail.com','','publish','closed','closed','','customer-79','','','2023-04-29 11:07:27','2023-04-29 11:07:27','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-79/',0,'customer','',0),(4860,1,'2023-05-01 13:16:50','2023-05-01 13:16:50','','ayoub@gmail.com','','publish','closed','closed','','customer-80','','','2023-05-01 13:16:50','2023-05-01 13:16:50','',0,'https://kenyaclassictourtravel.com/griflightservices/customer/customer-80/',0,'customer','',0),(954,1,'2022-11-02 04:57:39','2021-12-31 10:04:48','','Pages','','publish','closed','closed','','pages-2','','','2022-11-02 04:57:39','2021-12-31 10:04:48','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/11/02/pages-2/',25,'nav_menu_item','',0),(971,1,'2022-03-18 04:11:38','2022-03-18 04:11:38','','Default Kit','','publish','closed','closed','','default-kit-3','','','2022-03-18 04:11:38','2022-03-18 04:11:38','',0,'https://kenyaclassictourtravel.com/griflightservices/?elementor_library=default-kit-3',0,'elementor_library','',0),(2542,1,'2022-11-02 04:57:39','2022-03-18 06:58:35',' ','','','publish','closed','closed','','2542','','','2022-11-02 04:57:39','2022-03-18 06:58:35','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/11/02/2542/',1,'nav_menu_item','',0),(2544,1,'2022-11-02 04:57:39','2022-03-18 06:58:35',' ','','','publish','closed','closed','','2544','','','2022-11-02 04:57:39','2022-03-18 06:58:35','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/11/02/2544/',13,'nav_menu_item','',0),(2545,1,'2022-11-02 04:57:39','2022-03-18 06:58:35',' ','','','publish','closed','closed','','2545','','','2022-11-02 04:57:39','2022-03-18 06:58:35','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/11/02/2545/',5,'nav_menu_item','',0),(2548,1,'2022-11-02 04:57:39','2022-03-18 07:00:09',' ','','','publish','closed','closed','','2548','','','2022-11-02 04:57:39','2022-03-18 07:00:09','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/11/02/2548/',24,'nav_menu_item','',0),(2549,1,'2022-11-02 04:57:39','2022-03-18 07:00:09',' ','','','publish','closed','closed','','2549','','','2022-11-02 04:57:39','2022-03-18 07:00:09','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/11/02/2549/',18,'nav_menu_item','',0),(2579,1,'2022-03-18 07:15:46','2022-03-18 07:15:46','','Default Kit','','publish','closed','closed','','default-kit-3-2','','','2022-03-18 07:15:46','2022-03-18 07:15:46','',0,'https://kenyaclassictourtravel.com/griflightservices/?elementor_library=default-kit-3-2',0,'elementor_library','',0),(2886,1,'2022-11-02 04:57:39','2022-03-18 09:17:34',' ','','','publish','closed','closed','','2886','','','2022-11-02 04:57:39','2022-03-18 09:17:34','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/11/02/2886/',27,'nav_menu_item','',0),(2887,1,'2022-11-02 04:57:39','2022-03-18 09:17:34','','FAQ’s','','publish','closed','closed','','faqs-2','','','2022-11-02 04:57:39','2022-03-18 09:17:34','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/11/02/faqs-2/',28,'nav_menu_item','',0),(2979,1,'2022-11-02 04:57:39','2022-03-22 04:44:30','','Contact','','publish','closed','closed','','2979','','','2022-11-02 04:57:39','2022-03-22 04:44:30','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/11/02/2979/',29,'nav_menu_item','',0),(4753,1,'2023-03-11 05:45:17','2023-03-11 05:45:17','','benson cherere','','publish','closed','closed','','enquiry','','','2023-03-11 05:45:17','2023-03-11 05:45:17','',0,'https://kenyaclassictourtravel.com/griflightservices/enquiry/enquiry/',0,'enquiry','',0),(4762,1,'2023-03-11 08:19:58','2023-03-11 08:19:58','','benson cherere','','publish','closed','closed','','enquiry-2','','','2023-03-11 08:19:58','2023-03-11 08:19:58','',0,'https://kenyaclassictourtravel.com/griflightservices/enquiry/enquiry-2/',0,'enquiry','',0),(4766,1,'2023-03-11 08:24:44','2023-03-11 08:24:44','','benson cherere','','publish','closed','closed','','enquiry-3','','','2023-03-11 08:24:44','2023-03-11 08:24:44','',0,'https://kenyaclassictourtravel.com/griflightservices/enquiry/enquiry-3/',0,'enquiry','',0),(4803,1,'2023-03-29 09:52:17','2023-03-29 09:52:17','','ajohm','','publish','closed','closed','','enquiry-4','','','2023-03-29 09:52:17','2023-03-29 09:52:17','',0,'https://kenyaclassictourtravel.com/griflightservices/enquiry/enquiry-4/',0,'enquiry','',0),(4811,1,'2023-04-01 19:07:55','2023-04-01 19:07:55','','njahsd','','publish','closed','closed','','enquiry-5','','','2023-04-01 19:07:55','2023-04-01 19:07:55','',0,'https://kenyaclassictourtravel.com/griflightservices/enquiry/enquiry-5/',0,'enquiry','',0),(4861,1,'2023-05-01 14:51:59','2023-05-01 14:51:59','','Sud','','publish','closed','closed','','enquiry-6','','','2023-05-01 14:51:59','2023-05-01 14:51:59','',0,'https://kenyaclassictourtravel.com/griflightservices/enquiry/enquiry-6/',0,'enquiry','',0),(4955,1,'2023-05-17 07:12:48','2023-05-17 07:12:48','','Travel monster child theme','','publish','closed','closed','','travel-monster-child-theme-4','','','2023-05-17 07:12:48','2023-05-17 07:12:48','',0,'https://kenyaclassictourtravel.com/griflightservices/?elementor_library=travel-monster-child-theme-4',0,'elementor_library','',0),(4107,1,'2022-11-02 04:57:39','2022-09-26 09:38:07',' ','','','publish','closed','closed','','4107','','','2022-11-02 04:57:39','2022-09-26 09:38:07','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/11/02/4107/',26,'nav_menu_item','',0),(4209,1,'2022-11-02 04:57:39','2022-10-28 11:52:46','','All Trips','','publish','closed','closed','','all-trips','','','2022-11-02 04:57:39','2022-10-28 11:52:46','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/11/02/all-trips/',2,'nav_menu_item','',0),(4210,1,'2022-11-02 04:57:39','2022-10-28 11:59:06','','Single Tour Example (Multi Days)','','publish','closed','closed','','single-trip-page','','','2022-11-02 04:57:39','2022-10-28 11:59:06','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/11/02/single-trip-page/',3,'nav_menu_item','',0),(4212,1,'2022-11-02 04:57:39','2022-10-28 11:59:06','Nepal is an independent country in Southern Asi…','','','publish','closed','closed','','4212','','','2022-11-02 04:57:39','2022-10-28 11:59:06','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/11/02/4212/',6,'nav_menu_item','',0),(4213,1,'2022-11-02 04:57:39','2022-10-28 11:59:06','…','','','publish','closed','closed','','4213','','','2022-11-02 04:57:39','2022-10-28 11:59:06','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/11/02/4213/',7,'nav_menu_item','',0),(4214,1,'2022-11-02 04:57:39','2022-10-28 11:59:06','…','','','publish','closed','closed','','4214','','','2022-11-02 04:57:39','2022-10-28 11:59:06','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/11/02/4214/',8,'nav_menu_item','',0),(4215,1,'2022-11-02 04:57:39','2022-10-28 11:59:06','…','','','publish','closed','closed','','4215','','','2022-11-02 04:57:39','2022-10-28 11:59:06','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/11/02/4215/',9,'nav_menu_item','',0),(4216,1,'2022-11-02 04:57:39','2022-10-28 11:59:06','…','','','publish','closed','closed','','4216','','','2022-11-02 04:57:39','2022-10-28 11:59:06','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/11/02/4216/',11,'nav_menu_item','',0),(4217,1,'2022-11-02 04:57:39','2022-10-28 11:59:06','Bhutan is a landlocked country in South Asia. L…','','','publish','closed','closed','','4217','','','2022-11-02 04:57:39','2022-10-28 11:59:06','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/11/02/4217/',12,'nav_menu_item','',0),(4218,1,'2022-11-02 04:57:39','2022-10-28 11:59:06','…','','','publish','closed','closed','','4218','','','2022-11-02 04:57:39','2022-10-28 11:59:06','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/11/02/4218/',10,'nav_menu_item','',0),(4221,1,'2022-11-02 04:57:39','2022-10-28 12:02:53','…','','','publish','closed','closed','','4221','','','2022-11-02 04:57:39','2022-10-28 12:02:53','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/11/02/4221/',19,'nav_menu_item','',0),(4222,1,'2022-11-02 04:57:39','2022-10-28 12:02:53','…','','','publish','closed','closed','','4222','','','2022-11-02 04:57:39','2022-10-28 12:02:53','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/11/02/4222/',20,'nav_menu_item','',0),(4223,1,'2022-11-02 04:57:39','2022-10-28 12:02:53','…','','','publish','closed','closed','','4223','','','2022-11-02 04:57:39','2022-10-28 12:02:53','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/11/02/4223/',21,'nav_menu_item','',0),(4224,1,'2022-11-02 04:57:39','2022-10-28 12:02:53','…','','','publish','closed','closed','','4224','','','2022-11-02 04:57:39','2022-10-28 12:02:53','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/11/02/4224/',22,'nav_menu_item','',0),(4225,1,'2022-11-02 04:57:39','2022-10-28 12:02:53','…','','','publish','closed','closed','','4225','','','2022-11-02 04:57:39','2022-10-28 12:02:53','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/11/02/4225/',23,'nav_menu_item','',0),(4226,1,'2022-11-02 04:57:39','2022-10-28 12:02:53','…','','','publish','closed','closed','','4226','','','2022-11-02 04:57:39','2022-10-28 12:02:53','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/11/02/4226/',16,'nav_menu_item','',0),(4227,1,'2022-11-02 04:57:39','2022-10-28 12:02:53','…','','','publish','closed','closed','','4227','','','2022-11-02 04:57:39','2022-10-28 12:02:53','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/11/02/4227/',14,'nav_menu_item','',0),(4228,1,'2022-11-02 04:57:39','2022-10-28 12:02:53','…','','','publish','closed','closed','','4228','','','2022-11-02 04:57:39','2022-10-28 12:02:53','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/11/02/4228/',17,'nav_menu_item','',0),(4229,1,'2022-11-02 04:57:39','2022-10-28 12:02:53','…','','','publish','closed','closed','','4229','','','2022-11-02 04:57:39','2022-10-28 12:02:53','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/11/02/4229/',15,'nav_menu_item','',0),(4231,1,'2022-11-02 04:57:39','2022-10-28 12:33:33','','Single Tour Example (One Day)','','publish','closed','closed','','single-tour-example-one-day','','','2022-11-02 04:57:39','2022-10-28 12:33:33','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/11/02/single-tour-example-one-day/',4,'nav_menu_item','',0),(1538,1,'2022-11-11 10:11:02','2022-03-18 04:12:43','','Login','','publish','closed','closed','','login-2','','','2022-11-11 10:11:02','2022-03-18 04:12:43','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/11/11/login-2/',1,'nav_menu_item','',0),(1539,1,'2022-11-11 10:11:02','2022-03-18 04:12:43','','Sign Up','','publish','closed','closed','','sign-up','','','2022-11-11 10:11:02','2022-03-18 04:12:43','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/11/11/sign-up/',2,'nav_menu_item','',0),(4313,1,'2022-11-02 05:38:46','2022-11-02 04:59:16','…','','','publish','closed','closed','','4313','','','2022-11-02 05:38:46','2022-11-02 04:59:16','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/11/02/4313/',1,'nav_menu_item','',0),(4314,1,'2022-11-02 05:38:46','2022-11-02 04:59:16','…','','','publish','closed','closed','','4314','','','2022-11-02 05:38:46','2022-11-02 04:59:16','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/11/02/4314/',3,'nav_menu_item','',0),(4315,1,'2022-11-02 05:38:46','2022-11-02 04:59:16','…','','','publish','closed','closed','','4315','','','2022-11-02 05:38:46','2022-11-02 04:59:16','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/11/02/4315/',4,'nav_menu_item','',0),(4316,1,'2022-11-02 05:38:46','2022-11-02 04:59:16','…','','','publish','closed','closed','','4316','','','2022-11-02 05:38:46','2022-11-02 04:59:16','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/11/02/4316/',5,'nav_menu_item','',0),(4317,1,'2022-11-02 05:38:46','2022-11-02 04:59:16','…','','','publish','closed','closed','','4317','','','2022-11-02 05:38:46','2022-11-02 04:59:16','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/11/02/4317/',6,'nav_menu_item','',0),(4318,1,'2022-11-02 05:38:46','2022-11-02 04:59:16','…','','','publish','closed','closed','','4318','','','2022-11-02 05:38:46','2022-11-02 04:59:16','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/11/02/4318/',2,'nav_menu_item','',0),(4319,1,'2022-11-02 05:39:45','2022-11-02 05:01:36','…','','','publish','closed','closed','','4319','','','2022-11-02 05:39:45','2022-11-02 05:01:36','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/11/02/4319/',1,'nav_menu_item','',0),(4320,1,'2022-11-02 05:39:45','2022-11-02 05:01:36','…','','','publish','closed','closed','','4320','','','2022-11-02 05:39:45','2022-11-02 05:01:36','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/11/02/4320/',3,'nav_menu_item','',0),(4321,1,'2022-11-02 05:39:45','2022-11-02 05:01:36','…','','','publish','closed','closed','','4321','','','2022-11-02 05:39:45','2022-11-02 05:01:36','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/11/02/4321/',2,'nav_menu_item','',0),(4322,1,'2022-11-02 05:39:45','2022-11-02 05:01:36','…','','','publish','closed','closed','','4322','','','2022-11-02 05:39:45','2022-11-02 05:01:36','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/11/02/4322/',4,'nav_menu_item','',0),(4323,1,'2022-11-02 05:39:45','2022-11-02 05:01:36','…','','','publish','closed','closed','','4323','','','2022-11-02 05:39:45','2022-11-02 05:01:36','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/11/02/4323/',5,'nav_menu_item','',0),(4324,1,'2022-11-02 05:39:45','2022-11-02 05:01:36','…','','','publish','closed','closed','','4324','','','2022-11-02 05:39:45','2022-11-02 05:01:36','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/11/02/4324/',6,'nav_menu_item','',0),(4325,1,'2022-11-02 05:39:29','2022-11-02 05:04:17','Nepal is an independent country in Southern Asi…','','','publish','closed','closed','','4325','','','2022-11-02 05:39:29','2022-11-02 05:04:17','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/11/02/4325/',1,'nav_menu_item','',0),(4326,1,'2022-11-02 05:39:29','2022-11-02 05:04:17','…','','','publish','closed','closed','','4326','','','2022-11-02 05:39:29','2022-11-02 05:04:17','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/11/02/4326/',3,'nav_menu_item','',0),(4327,1,'2022-11-02 05:39:29','2022-11-02 05:04:17','…','','','publish','closed','closed','','4327','','','2022-11-02 05:39:29','2022-11-02 05:04:17','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/11/02/4327/',4,'nav_menu_item','',0),(4328,1,'2022-11-02 05:39:29','2022-11-02 05:04:17','…','','','publish','closed','closed','','4328','','','2022-11-02 05:39:29','2022-11-02 05:04:17','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/11/02/4328/',2,'nav_menu_item','',0),(4329,1,'2022-11-02 05:39:29','2022-11-02 05:04:17','…','','','publish','closed','closed','','4329','','','2022-11-02 05:39:29','2022-11-02 05:04:17','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/11/02/4329/',5,'nav_menu_item','',0),(4330,1,'2022-11-02 05:39:29','2022-11-02 05:04:17','…','','','publish','closed','closed','','4330','','','2022-11-02 05:39:29','2022-11-02 05:04:17','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/11/02/4330/',6,'nav_menu_item','',0),(4956,1,'2021-12-30 10:54:48','2021-12-30 10:54:48','<!-- wp:paragraph -->\n<p>You can add descriptions here to explain anything further. You can also add more details to optimize the page for SEO. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle, automobile, train, boat, bus, airplane, or other means, with or without luggage, and can be one way or round trip. Travel can also include relatively short stays between successive movements.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The origin of the word “travel” is most likely lost to history. The term “travel” may originate from the Old French word travail, which means ‘work’. According to the Merriam Webster dictionary, the first known use of the word travel was in the 14th century.</p>\n<!-- /wp:paragraph -->','Trip Types','','publish','closed','closed','','trip-types-2','','','2021-12-30 10:54:48','2021-12-30 10:54:48','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-types-2/',0,'page','',0),(4957,1,'2021-12-30 10:54:48','2021-12-30 10:54:48','','Destination','','publish','closed','closed','','destination-2','','','2021-12-30 10:54:48','2021-12-30 10:54:48','',0,'https://kenyaclassictourtravel.com/griflightservices/destination-2/',0,'page','',0),(4958,1,'2021-12-30 10:54:48','2021-12-30 10:54:48','<!-- wp:paragraph -->\n<p>You can add descriptions here to explain anything further. You can also add more details to optimize the page for SEO. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle, automobile, train, boat, bus, airplane, or other means, with or without luggage, and can be one way or round trip. Travel can also include relatively short stays between successive movements.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The origin of the word “travel” is most likely lost to history. The term “travel” may originate from the Old French word travail, which means ‘work’. According to the Merriam Webster dictionary, the first known use of the word travel was in the 14th century.</p>\n<!-- /wp:paragraph -->','Activities','','publish','closed','closed','','activities-2','','','2021-12-30 10:54:48','2021-12-30 10:54:48','',0,'https://kenyaclassictourtravel.com/griflightservices/activities-2/',0,'page','',0),(4959,1,'2021-12-30 10:54:48','2021-12-30 10:54:48','Thank you for the enquiry. We will soon get in touch with you.','Enquiry Thank You Page','','publish','closed','closed','','enquiry-thank-you-page-2','','','2021-12-30 10:54:48','2021-12-30 10:54:48','',0,'https://kenyaclassictourtravel.com/griflightservices/enquiry-thank-you-page-2/',0,'page','',0),(4960,1,'2021-12-30 10:54:48','2021-12-30 10:54:48','[WP_TRAVEL_ENGINE_THANK_YOU]','Thank You','','publish','closed','closed','','thank-you-2','','','2021-12-30 10:54:48','2021-12-30 10:54:48','',0,'https://kenyaclassictourtravel.com/griflightservices/thank-you-2/',0,'page','',0),(4961,1,'2021-12-30 10:54:48','2021-12-30 10:54:48','[WP_TRAVEL_ENGINE_PLACE_ORDER]','Checkout','','publish','closed','closed','','checkout-2','','','2021-12-30 10:54:48','2021-12-30 10:54:48','',0,'https://kenyaclassictourtravel.com/griflightservices/checkout-2/',0,'page','',0),(4962,1,'2021-12-30 10:54:48','2021-12-30 10:54:48','','Refund Policy','','publish','closed','closed','','refund-policy','','','2024-07-19 16:38:01','2024-07-19 16:38:01','',2873,'https://kenyaclassictourtravel.com/griflightservices/terms-and-conditions-2/',2,'page','',0),(31,1,'2021-12-30 10:54:48','2021-12-30 10:54:48','[wp_travel_engine_dashboard]','WP Travel Engine Dashboard','','publish','closed','closed','','my-account-3','','','2021-12-30 10:54:48','2021-12-30 10:54:48','',0,'https://kenyaclassictourtravel.com/griflightservices/my-account-3/',0,'page','',0),(2238,1,'2021-12-30 06:34:14','2021-12-30 06:34:14','<!-- 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://wtecustom.codewingsolutions.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Sample Page','','publish','closed','closed','','sample-page-2','','','2021-12-30 06:34:14','2021-12-30 06:34:14','',0,'https://kenyaclassictourtravel.com/griflightservices/sample-page-2/',0,'page','',0),(2239,1,'2021-12-30 06:34:14','2021-12-30 06:34:14','<!-- wp:heading -->\n<h2>Who we are</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: http://wtecustom.codewingsolutions.com.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Comments</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Media</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Cookies</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select \"Remember Me\", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Embedded content from other websites</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Who we share your data with</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>How long we retain your data</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>What rights you have over your data</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Where we send your data</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p>\n<!-- /wp:paragraph -->','Privacy Policy','','publish','closed','closed','','privacy-policy-2','','','2021-12-30 06:34:14','2021-12-30 06:34:14','',0,'https://kenyaclassictourtravel.com/griflightservices/privacy-policy-2/',0,'page','',0),(2250,1,'2021-12-30 10:54:48','2021-12-30 10:54:48','[WP_TRAVEL_ENGINE_BOOK_CONFIRMATION]','Travelers Information','','publish','closed','closed','','travelers-information','','','2021-12-30 10:54:48','2021-12-30 10:54:48','',0,'https://kenyaclassictourtravel.com/griflightservices/travelers-information/',0,'page','',0),(2251,1,'2021-12-30 10:54:48','2021-12-30 10:54:48','[WTE_Trip_Search]','Trip Search Result','','publish','closed','closed','','trip-search-result-2','','','2021-12-30 10:54:48','2021-12-30 10:54:48','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-search-result-2/',0,'page','',0),(2252,1,'2021-12-30 10:54:48','2021-12-30 10:54:48','[wp_travel_engine_cart]','WP Travel Engine Cart','','publish','closed','closed','','wp-travel-engine-cart-2','','','2021-12-30 10:54:48','2021-12-30 10:54:48','',0,'https://kenyaclassictourtravel.com/griflightservices/wp-travel-engine-cart-2/',0,'page','',0),(2253,1,'2021-12-30 10:54:48','2021-12-30 10:54:48','[wp_travel_engine_checkout]','WP Travel Engine Checkout','','publish','closed','closed','','wp-travel-engine-checkout-2','','','2021-12-30 10:54:48','2021-12-30 10:54:48','',0,'https://kenyaclassictourtravel.com/griflightservices/wp-travel-engine-checkout-2/',0,'page','',0),(2255,1,'2022-03-18 06:55:22','2022-03-18 06:55:22','<style>/*! elementor - v3.23.0 - 15-07-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Discover the World in Style with Luxury Travel</h1> \n <p>Grab your stuff and let’s get lost.</p> \n <form action=\"https://kenyaclassictourtravel.com/griflightservices/trip-search-result-2/\">\n <svg width=\"20\" height=\"14\" viewBox=\"0 0 20 14\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M15.9192 5.06735C15.4031 5.06735 14.9092 5.16388 14.4543 5.33946C14.0979 4.54743 13.79 3.70981 13.6362 2.93056C13.3892 1.67907 12.2833 0.770752 11.0066 0.770752C10.683 0.770752 10.4206 1.0331 10.4206 1.35669C10.4206 1.68028 10.683 1.94263 11.0066 1.94263C11.146 1.94263 11.2817 1.96208 11.4111 1.99821C11.8041 2.10806 12.1377 2.37392 12.3322 2.73095C12.3165 2.75095 12.3015 2.77169 12.2882 2.79415L12.1061 3.1006L11.1852 4.65099H6.26473L5.98504 3.94704H6.10113C6.42473 3.94704 6.68707 3.6847 6.68707 3.3611C6.68707 3.03751 6.42473 2.77517 6.10113 2.77517H4.08086C3.75727 2.77517 3.49492 3.03751 3.49492 3.3611C3.49492 3.6847 3.75727 3.94704 4.08086 3.94704H4.72406L5.23539 5.23392C4.86914 5.12571 4.48172 5.06731 4.08086 5.06731C1.83066 5.06735 0 6.89802 0 9.14817C0 11.3983 1.83066 13.229 4.08082 13.229C6.13203 13.229 7.83437 11.7077 8.11941 9.73411H9.19547C9.40219 9.73411 9.59363 9.62517 9.69922 9.44743L12.7784 4.2636C12.959 4.82259 13.1851 5.38267 13.4288 5.91774C12.4621 6.6647 11.8384 7.83489 11.8384 9.14821C11.8384 11.3984 13.669 13.229 15.9192 13.229C18.1693 13.229 20 11.3984 20 9.14821C20 6.89806 18.1693 5.06735 15.9192 5.06735ZM4.08082 9.73411H6.93047C6.65859 11.0582 5.48418 12.0571 4.08082 12.0571C2.47684 12.0571 1.17188 10.7522 1.17188 9.14817C1.17188 7.54419 2.47684 6.23923 4.08082 6.23923C5.48418 6.23923 6.65859 7.23813 6.93047 8.56224H4.08082C3.75723 8.56224 3.49488 8.82458 3.49488 9.14817C3.49488 9.47177 3.75723 9.73411 4.08082 9.73411ZM8.86199 8.56224H8.11941C7.98344 7.62087 7.52504 6.78251 6.86 6.16298C6.85391 6.13946 6.84684 6.11603 6.83762 6.09286L6.73035 5.8229H10.4891L8.86199 8.56224ZM15.9192 12.0571C14.3152 12.0571 13.0102 10.7521 13.0102 9.14813C13.0102 8.29841 13.3766 7.5327 13.9595 7.00036C14.6801 8.37755 15.384 9.40419 15.437 9.48099C15.5507 9.64571 15.7336 9.73411 15.9197 9.73411C16.0345 9.73411 16.1504 9.70044 16.252 9.63032C16.5184 9.44649 16.5852 9.08157 16.4014 8.81524C16.3888 8.79696 15.6797 7.76294 14.9697 6.39911C15.2675 6.29595 15.5868 6.23915 15.9192 6.23915C17.5232 6.23915 18.8281 7.54411 18.8281 9.1481C18.8281 10.7521 17.5232 12.0571 15.9192 12.0571Z\" fill=\"#2183DF\" /></svg> \n <input type=\"text\" placeholder=\"Activity\" />\n <input type=\"hidden\" name=\"activities\" />\n <ul>\n <li data-value=\"boating\" data-label=\"Boating\">Boating</li><li data-value=\"city-tour\" data-label=\"City Tour\">City Tour</li><li data-value=\"cycling\" data-label=\"Cycling\">Cycling</li><li data-value=\"hiking\" data-label=\"Hiking\">Hiking</li><li data-value=\"jungle-safari\" data-label=\"Jungle Safari\">Jungle Safari</li><li data-value=\"peak-climbing\" data-label=\"Peak Climbing\">Peak Climbing</li><li data-value=\"rafting\" data-label=\"Rafting\">Rafting</li><li data-value=\"skiing\" data-label=\"Skiing\">Skiing</li><li data-value=\"trekking\" data-label=\"Trekking\">Trekking</li> </ul>\n <svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M8.25 6.75H11.25C11.4489 6.75 11.6397 6.67098 11.7803 6.53033C11.921 6.38968 12 6.19891 12 6C12 5.80109 11.921 5.61032 11.7803 5.46967C11.6397 5.32902 11.4489 5.25 11.25 5.25H9.75V4.5C9.75 4.30109 9.67099 4.11032 9.53033 3.96967C9.38968 3.82902 9.19892 3.75 9 3.75C8.80109 3.75 8.61033 3.82902 8.46967 3.96967C8.32902 4.11032 8.25 4.30109 8.25 4.5V5.25C7.65327 5.25 7.08097 5.48705 6.65901 5.90901C6.23706 6.33097 6 6.90326 6 7.5C6 8.09674 6.23706 8.66903 6.65901 9.09099C7.08097 9.51295 7.65327 9.75 8.25 9.75H9.75C9.94892 9.75 10.1397 9.82902 10.2803 9.96967C10.421 10.1103 10.5 10.3011 10.5 10.5C10.5 10.6989 10.421 10.8897 10.2803 11.0303C10.1397 11.171 9.94892 11.25 9.75 11.25H6.75C6.55109 11.25 6.36033 11.329 6.21967 11.4697C6.07902 11.6103 6 11.8011 6 12C6 12.1989 6.07902 12.3897 6.21967 12.5303C6.36033 12.671 6.55109 12.75 6.75 12.75H8.25V13.5C8.25 13.6989 8.32902 13.8897 8.46967 14.0303C8.61033 14.171 8.80109 14.25 9 14.25C9.19892 14.25 9.38968 14.171 9.53033 14.0303C9.67099 13.8897 9.75 13.6989 9.75 13.5V12.75C10.3467 12.75 10.919 12.5129 11.341 12.091C11.763 11.669 12 11.0967 12 10.5C12 9.90326 11.763 9.33097 11.341 8.90901C10.919 8.48705 10.3467 8.25 9.75 8.25H8.25C8.05109 8.25 7.86033 8.17098 7.71967 8.03033C7.57902 7.88968 7.5 7.69891 7.5 7.5C7.5 7.30109 7.57902 7.11032 7.71967 6.96967C7.86033 6.82902 8.05109 6.75 8.25 6.75ZM9 0.75C7.36831 0.75 5.77325 1.23385 4.41655 2.14038C3.05984 3.0469 2.00242 4.33537 1.378 5.84286C0.753575 7.35035 0.590197 9.00915 0.908525 10.6095C1.22685 12.2098 2.01259 13.6798 3.16637 14.8336C4.32016 15.9874 5.79017 16.7732 7.39051 17.0915C8.99085 17.4098 10.6497 17.2464 12.1571 16.622C13.6646 15.9976 14.9531 14.9402 15.8596 13.5835C16.7661 12.2268 17.25 10.6317 17.25 9C17.25 6.81196 16.3808 4.71354 14.8336 3.16637C13.2865 1.61919 11.188 0.75 9 0.75ZM9 15.75C7.66498 15.75 6.35994 15.3541 5.2499 14.6124C4.13987 13.8707 3.27471 12.8165 2.76382 11.5831C2.25293 10.3497 2.11925 8.99251 2.3797 7.68314C2.64015 6.37377 3.28303 5.17103 4.22703 4.22703C5.17104 3.28302 6.37377 2.64015 7.68314 2.3797C8.99252 2.11925 10.3497 2.25292 11.5831 2.76381C12.8165 3.2747 13.8707 4.13987 14.6124 5.2499C15.3541 6.35993 15.75 7.66498 15.75 9C15.75 10.7902 15.0388 12.5071 13.773 13.773C12.5071 15.0388 10.7902 15.75 9 15.75Z\" fill=\"#2183DF\" />\n </svg>\n <input type=\"text\" data-value placeholder=\"Budget\" />\n <input type=\"hidden\" data-value-min name=\"min-cost\" />\n <input type=\"hidden\" data-value-max name=\"max-cost\"/>\n <svg width=\"12\" height=\"15\" viewBox=\"0 0 12 15\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M6 0C4.4087 0 2.88258 0.632141 1.75736 1.75736C0.632141 2.88258 0 4.4087 0 6C0 10.05 5.2875 14.625 5.5125 14.82C5.64835 14.9362 5.82124 15 6 15C6.17877 15 6.35165 14.9362 6.4875 14.82C6.75 14.625 12 10.05 12 6C12 4.4087 11.3679 2.88258 10.2426 1.75736C9.11742 0.632141 7.5913 0 6 0ZM6 13.2375C4.4025 11.7375 1.5 8.505 1.5 6C1.5 4.80653 1.97411 3.66193 2.81802 2.81802C3.66193 1.97411 4.80653 1.5 6 1.5C7.19347 1.5 8.33807 1.97411 9.18198 2.81802C10.0259 3.66193 10.5 4.80653 10.5 6C10.5 8.505 7.5975 11.745 6 13.2375ZM6 3C5.40666 3 4.82664 3.17595 4.33329 3.50559C3.83994 3.83524 3.45542 4.30377 3.22836 4.85195C3.0013 5.40013 2.94189 6.00333 3.05764 6.58527C3.1734 7.16721 3.45912 7.70176 3.87868 8.12132C4.29824 8.54088 4.83279 8.8266 5.41473 8.94236C5.99667 9.05811 6.59987 8.9987 7.14805 8.77164C7.69623 8.54458 8.16477 8.16006 8.49441 7.66671C8.82405 7.17336 9 6.59334 9 6C9 5.20435 8.68393 4.44129 8.12132 3.87868C7.55871 3.31607 6.79565 3 6 3ZM6 7.5C5.70333 7.5 5.41332 7.41203 5.16665 7.2472C4.91997 7.08238 4.72771 6.84811 4.61418 6.57403C4.50065 6.29994 4.47094 5.99834 4.52882 5.70736C4.5867 5.41639 4.72956 5.14912 4.93934 4.93934C5.14912 4.72956 5.41639 4.5867 5.70737 4.52882C5.99834 4.47094 6.29994 4.50065 6.57403 4.61418C6.84811 4.72771 7.08238 4.91997 7.2472 5.16665C7.41203 5.41332 7.5 5.70333 7.5 6C7.5 6.39782 7.34197 6.77936 7.06066 7.06066C6.77936 7.34196 6.39783 7.5 6 7.5Z\" fill=\"#2183DF\" /></svg> \n <input type=\"text\" placeholder=\"Destination\" />\n <input type=\"hidden\" name=\"destination\" />\n <ul>\n <li data-value=\"nepal\" data-label=\"Nepal\">Nepal<ul><li data-value=\"annapurna-region\" data-label=\"Annapurna\">Annapurna</li><li data-value=\"everest\" data-label=\"Upper Mustang\">Upper Mustang</li></ul></li><li data-value=\"bhutan\" data-label=\"Bhutan\">Bhutan</li><li data-value=\"srilanka\" data-label=\"Srilanka\">Srilanka<ul><li data-value=\"colombo-srilanka\" data-label=\"Colombo\">Colombo</li></ul></li><li data-value=\"france\" data-label=\"France\">France</li><li data-value=\"india\" data-label=\"India\">India</li><li data-value=\"maldives\" data-label=\"Maldives\">Maldives</li><li data-value=\"peru\" data-label=\"Peru\">Peru</li><li data-value=\"philippines\" data-label=\"Philippines\">Philippines</li><li data-value=\"usa\" data-label=\"USA\">USA</li> </ul>\n <svg width=\"15\" height=\"15\" viewBox=\"0 0 15 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M7.4375 0.125C5.99123 0.125 4.57743 0.553871 3.3749 1.35738C2.17236 2.16089 1.2351 3.30294 0.681634 4.63913C0.128168 5.97531 -0.0166435 7.44561 0.265511 8.8641C0.547665 10.2826 1.24411 11.5855 2.26678 12.6082C3.28946 13.6309 4.59242 14.3273 6.0109 14.6095C7.42939 14.8916 8.89969 14.7468 10.2359 14.1934C11.5721 13.6399 12.7141 12.7026 13.5176 11.5001C14.3211 10.2976 14.75 8.88377 14.75 7.4375C14.75 6.47721 14.5609 5.52632 14.1934 4.63913C13.8259 3.75193 13.2872 2.94581 12.6082 2.26678C11.9292 1.58775 11.1231 1.04912 10.2359 0.681631C9.34868 0.314143 8.39779 0.125 7.4375 0.125ZM7.4375 13.2875C6.28048 13.2875 5.14944 12.9444 4.18742 12.3016C3.22539 11.6588 2.47558 10.7451 2.03281 9.6762C1.59004 8.60725 1.47419 7.43101 1.69991 6.29622C1.92563 5.16143 2.48279 4.11906 3.30093 3.30092C4.11907 2.48279 5.16144 1.92563 6.29622 1.69991C7.43101 1.47418 8.60725 1.59003 9.6762 2.0328C10.7451 2.47558 11.6588 3.22539 12.3016 4.18741C12.9444 5.14944 13.2875 6.28048 13.2875 7.4375C13.2875 8.98901 12.6712 10.477 11.5741 11.5741C10.477 12.6712 8.98902 13.2875 7.4375 13.2875ZM9.70438 7.89819L8.16875 7.01337V3.78125C8.16875 3.58731 8.09171 3.40131 7.95457 3.26418C7.81744 3.12704 7.63144 3.05 7.4375 3.05C7.24356 3.05 7.05757 3.12704 6.92043 3.26418C6.78329 3.40131 6.70625 3.58731 6.70625 3.78125V7.4375C6.70625 7.4375 6.70625 7.496 6.70625 7.52525C6.71058 7.57563 6.72293 7.625 6.74282 7.6715C6.75787 7.71488 6.77748 7.75655 6.80131 7.79581C6.82132 7.83737 6.84585 7.87661 6.87444 7.91281L6.99144 8.00787L7.05725 8.07369L8.9585 9.17056C9.06995 9.23373 9.19603 9.26651 9.32413 9.26562C9.48604 9.26676 9.64375 9.21412 9.77252 9.11596C9.90129 9.01781 9.99385 8.8797 10.0357 8.72328C10.0775 8.56686 10.0662 8.40098 10.0036 8.25166C9.94101 8.10233 9.83062 7.97801 9.68975 7.89819H9.70438Z\" fill=\"#2183DF\" />\n </svg>\n <input type=\"text\" data-value placeholder=\"Duration\" />\n <input type=\"hidden\" data-value-min name=\"min-duration\">\n <input type=\"hidden\" data-value-max name=\"max-duration\">\n <button type=\"submit\">Search</button>\n </form>\n <link rel=\"stylesheet\" href=\"https://kenyaclassictourtravel.com/griflightservices/wp-content/uploads/elementor/css/custom-widget-icon-box.min.css?ver=1721389820\"> \n <h3>\n Handpicked Destination \n </h3>\n <p>\n Our strict screening process means you’re only seeing the best quality treks. </p>\n <h3>\n Best Price Guaranteed \n </h3>\n <p>\n Our Best Price Guarantee means that you can be sure of booking at the best rate. </p>\n <h3>\n 24/7 Customer Service \n </h3>\n <p>\n Our customer are standing by 24/7 to make your experience incredible. </p>\n Redefining Luxury Travel \n <h2>Who we are</h2> \n <p>We are a team of passionate travel experts who specialize in crafting bespoke luxury travel experiences that exceed the expectations of our clients. With our extensive knowledge and connections around the world, we create tailor-made itineraries that cater to individual preferences and interests.</p><p>Our goal is to provide you with unforgettable travel experiences that are tailored to your unique interests and preferences. Whether you\'re looking for a relaxing beach vacation, an adventurous trek through the mountains, or a cultural immersion in a new city, we have the expertise and resources to make it happen.</p> \n <a href=\"/wanderlust-tours/about-us\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"></path></svg> \n KNOW MORE ABOUT US\n </a>\n <style>/*! elementor - v3.23.0 - 15-07-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img src=\"https://wordpressmu-1294046-4701143.cloudwaysapps.com/travel-explorer/wp-content/uploads/sites/46/2023/05/trip-advisor.jpg\" title=\"\" alt=\"\" loading=\"lazy\" /> \n <style>/*! elementor - v3.23.0 - 15-07-2024 */\n.elementor-counter{display:flex;justify-content:center;align-items:stretch;flex-direction:column-reverse}.elementor-counter .elementor-counter-number{flex-grow:var(--counter-number-grow,0)}.elementor-counter .elementor-counter-number-wrapper{flex:1;display:flex;font-size:69px;font-weight:600;line-height:1;text-align:center}.elementor-counter .elementor-counter-number-prefix{text-align:end;flex-grow:var(--counter-prefix-grow,1);white-space:pre-wrap}.elementor-counter .elementor-counter-number-suffix{text-align:start;flex-grow:var(--counter-suffix-grow,1);white-space:pre-wrap}.elementor-counter .elementor-counter-title{flex:1;display:flex;justify-content:center;align-items:center;margin:0;padding:0;font-size:19px;font-weight:400;line-height:2.5}</style> \n TRIPS AND TOURS \n 0\n +\n OUTDOOR ACTIVITES \n 0\n +\n COUNTRIES \n 0\n +\n HAPPY CUSTOMERS \n 0\n K+\n Choose your trips \n <h2>Featured Trips</h2> \n <p>To those who wish to experience one of the best holiday time ever, we are excited to offer unlimited fun is represented in a great way.</p> \n <!-- Layout 2 -->\n 8% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/5-days-tour-to-philippines/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/5-days-tour-to-philippines/\">7 Days tour to Explore the Beauty of Philippines</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/maldives/\">Maldives</a>, <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/philippines/\">Philippines</a>\n 7 Days \n <del>$1,200</del>\n <ins>$1,100</ins>\n<!-- Layout 2 -->\n 13% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/fantastic-maldives-tour-package/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/fantastic-maldives-tour-package/\">Fantastic Maldives Tour Package</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/maldives/\">Maldives</a>, <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/srilanka/\">Srilanka</a>\n 11 Days \n <del>$800</del>\n <ins>$700</ins>\n<!-- Layout 2 -->\n 14% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/romantic-sri-lanka-honeymoon-package/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/romantic-sri-lanka-honeymoon-package/\">Romantic Sri Lanka Honeymoon Package</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/srilanka/colombo-srilanka/\">Colombo</a>, <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/maldives/\">Maldives</a>, <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/srilanka/\">Srilanka</a>\n 9 Days \n <del>$700</del>\n <ins>$600</ins>\n<!-- Layout 2 -->\n 6% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/tiger-nest-monastery-tour-in-bhutan/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/tiger-nest-monastery-tour-in-bhutan/\">Bhutan Cultural Tour: Explore the Himalayan Kingdom</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/bhutan/\">Bhutan</a>\n 7 Days \n <del>$1,800</del>\n <ins>$1,700</ins>\n<!-- Layout 2 -->\n 11% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/prague-czech-republic/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/prague-czech-republic/\">Experience the Incredible India</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/india/\">India</a>\n 5 Days \n <del>$900</del>\n <ins>$800</ins>\n<!-- Layout 2 -->\n 9% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/nyc-statue-of-liberty-ferry-tour-and-manhattan-trip/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/nyc-statue-of-liberty-ferry-tour-and-manhattan-trip/\">Maldives: The Travel and Experience of the Lifetime</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/usa/\">USA</a>\n 6 Days \n <del>$1,100</del>\n <ins>$1,000</ins>\n<!-- .category-{$layout} --> \n <a href=\"/wanderlust-tours/trip/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"></path></svg> \n VIEW ALL TRIPS\n </a>\n <img src=\"https://wordpressmu-1294046-4701143.cloudwaysapps.com/travel-explorer/wp-content/uploads/sites/46/2023/05/image-004.png\" title=\"\" alt=\"\" loading=\"lazy\" /> \n <img src=\"https://wordpressmu-1294046-4701143.cloudwaysapps.com/travel-explorer/wp-content/uploads/sites/46/2023/05/image-003.png\" title=\"\" alt=\"\" loading=\"lazy\" /> \n <img src=\"https://wordpressmu-1294046-4701143.cloudwaysapps.com/travel-explorer/wp-content/uploads/sites/46/2023/05/image-005.png\" title=\"\" alt=\"\" loading=\"lazy\" /> \n <img src=\"https://wordpressmu-1294046-4701143.cloudwaysapps.com/travel-explorer/wp-content/uploads/sites/46/2023/05/image-002.png\" title=\"\" alt=\"\" loading=\"lazy\" /> \n Experience Luxury Travel like Never Before \n <h2>Who Choose Us?</h2> \n <p>We pride ourselves on offering the highest quality service with a personalized touch to make your trip unforgettable.</p> \n <h3>\n This is the heading \n </h3>\n <p>\n We specialize in creating individualized wildlife safari tours. </p>\n <h3>\n Expert Knowledge \n </h3>\n <p>\n We offer the greatest guides since we believe that a wildlife tour. </p>\n <h3>\n Travel Services \n </h3>\n <p>\n We offer the greatest tour guides since we believe that a wildlife. </p>\n <h3>\n Reliable & Responsible \n </h3>\n <p>\n We try our best to answer every phone as quickly as we can. </p>\n Experience the World in Style \n <h2>Book Your Dream Luxury Trip Today!</h2> \n <p>Experience the ultimate in luxury travel and indulge in the trip of a lifetime. Book your dream luxury trip today and let us help you create unforgettable memories that you\'ll cherish forever</p> \n <a href=\"http://wanderlust-tours/trip/5-days-tour-to-philippines/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"></path></svg> \n LET\'S MAKE IT HAPPEN\n </a>\n Add Your Heading Text Here \n Feel the Energy and Excitement of Nature \n <h2>Top Destinations</h2> \n <p>To those who wish to experience one of the best holiday time ever, we are excited to offer unlimited fun is represented in a great way.</p> \n <figure>\n </figure>\n <h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/trip-types/budget-travel/\">Budget Travel</a>\n (6 Trips)\n </h2>\n <figure>\n </figure>\n <h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/trip-types/child-friendly/\">Child-friendly</a>\n (8 Trips)\n </h2>\n <figure>\n </figure>\n <h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/trip-types/cultural/\">Cultural</a>\n (9 Trips)\n </h2>\n <figure>\n </figure>\n <h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/trip-types/dog-friendly/\">Dog-friendly</a>\n (7 Trips)\n </h2>\n <figure>\n </figure>\n <h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/trip-types/high-altitude/\">High Altitude</a>\n (7 Trips)\n </h2>\n <figure>\n </figure>\n <h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/trip-types/home-stay/\">Home Stay</a>\n (9 Trips)\n </h2>\n <a href=\"/wanderlust-tours/destination/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"></path></svg> \n VIEW ALL DESTINATIONS\n </a>\n Testimonials \n <h2>What People Say \nAbout Us</h2> \n <p>We are the leading travel agency offering different programs and higher education diplomas that are designed with global requirements in mind.</p> \n <a href=\"/wanderlust-tours/our-teams/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"></path></svg> \n VIEW ALL TESTIMONIALS\n </a>\n <i>★</i><i>★</i><i>★</i><i>★</i><i>★</i> 5/5 \n <p>Contrary to popular belief, travelling is a lot fun especially when there’s always someone to lean on to. Travelwind has done just that to me. It is really easy to find your desired location here and the customer service is really excellent.</p> \n Talan Arcand\n Guest Review\n <i>★</i><i>★</i><i>★</i><i>★</i><i>★</i> 5/5 \n <p>Contrary to popular belief, travelling is a lot fun especially when there’s always someone to lean on to. Travelwind has done just that to me. It is really easy to find your desired location here and the customer service is really excellent.</p> \n Talan Arcand\n Guest Review\n <i>★</i><i>★</i><i>★</i><i>★</i><i>★</i> 5/5 \n <p>Contrary to popular belief, travelling is a lot fun especially when there’s always someone to lean on to. Travelwind has done just that to me. It is really easy to find your desired location here and the customer service is really excellent.</p> \n Talan Arcand\n Guest Review\n Choose your trips \n <h2>Best travel deals</h2> \n <p>To those who wish to experience one of the best holiday time ever, we are excited to offer unlimited fun is represented in a great way.</p> \n <!-- Layout 2 -->\n 8% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/5-days-tour-to-philippines/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/5-days-tour-to-philippines/\">7 Days tour to Explore the Beauty of Philippines</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/maldives/\">Maldives</a>, <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/philippines/\">Philippines</a>\n 7 Days \n <del>$1,200</del>\n <ins>$1,100</ins>\n<!-- Layout 2 -->\n 13% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/fantastic-maldives-tour-package/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/fantastic-maldives-tour-package/\">Fantastic Maldives Tour Package</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/maldives/\">Maldives</a>, <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/srilanka/\">Srilanka</a>\n 11 Days \n <del>$800</del>\n <ins>$700</ins>\n<!-- Layout 2 -->\n 14% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/romantic-sri-lanka-honeymoon-package/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/romantic-sri-lanka-honeymoon-package/\">Romantic Sri Lanka Honeymoon Package</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/srilanka/colombo-srilanka/\">Colombo</a>, <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/maldives/\">Maldives</a>, <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/srilanka/\">Srilanka</a>\n 9 Days \n <del>$700</del>\n <ins>$600</ins>\n<!-- Layout 2 -->\n 6% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/tiger-nest-monastery-tour-in-bhutan/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/tiger-nest-monastery-tour-in-bhutan/\">Bhutan Cultural Tour: Explore the Himalayan Kingdom</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/bhutan/\">Bhutan</a>\n 7 Days \n <del>$1,800</del>\n <ins>$1,700</ins>\n<!-- Layout 2 -->\n 11% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/prague-czech-republic/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/prague-czech-republic/\">Experience the Incredible India</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/india/\">India</a>\n 5 Days \n <del>$900</del>\n <ins>$800</ins>\n<!-- Layout 2 -->\n 9% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/nyc-statue-of-liberty-ferry-tour-and-manhattan-trip/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/nyc-statue-of-liberty-ferry-tour-and-manhattan-trip/\">Maldives: The Travel and Experience of the Lifetime</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/usa/\">USA</a>\n 6 Days \n <del>$1,100</del>\n <ins>$1,000</ins>\n<!-- .category-{$layout} --> \n <a href=\"/wanderlust-tours/trip/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"></path></svg> \n VIEW ALL DEALS\n </a>\n Add Your Heading Text Here \n Take Action and Make Your Dreams a Reality \n <h2>Unlock the Door to Your Dreams</h2> \n <p>Are you tired of dreaming about the life you want? It\'s time to take action and make those dreams a reality. Let us help you unlock the door to your dreams and start living the life you\'ve always wanted.</p> \n <a href=\"/wanderlust-tours/trip/everest-base-camp-trek/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"></path></svg> \n OPEN THE DOOR NOW\n </a>\n Your ultimate guide to exploring the world \n <h2>Blog and articles</h2> \n <p>Latest travel tips and blog covering all travel experiences. Check out our mentions in different guides and articles.</p> \n <h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/hello-world/\" title=\"Hello world!\">Hello world!</a></h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/author/admin/\" title=\"Posts by admin\" rel=\"author\">admin</a><time datetime=\"July 19, 2024\">July 19, 2024</time>\n <p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p><a href=\"https://kenyaclassictourtravel.com/griflightservices/hello-world/\">READ MORE<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"11.249\"\n height=\"7.741\" viewBox=\"0 0 11.249 7.741\">\n <path id=\"Path_2\" data-name=\"Path 2\"\n d=\"M11.1,45.417,7.748,42.069a.523.523,0,0,0-.74.74l2.455,2.455H.523a.523.523,0,0,0,0,1.046h8.94L7.008,48.764a.523.523,0,0,0,.74.74L11.1,46.156A.523.523,0,0,0,11.1,45.417Z\"\n transform=\"translate(0 -41.916)\" fill=\"currentcolor\"/>\n </svg></a>\n <figure><a href=\"https://kenyaclassictourtravel.com/griflightservices/eos-sed-unde-dolor-assumenda-a-consequatur/\" title=\"A Guide to Rocky Mountain vacations\"></a></figure><h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/eos-sed-unde-dolor-assumenda-a-consequatur/\" title=\"A Guide to Rocky Mountain vacations\">A Guide to Rocky Mountain vacations</a></h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/author/admin/\" title=\"Posts by admin\" rel=\"author\">admin</a><time datetime=\"October 18, 2022\">October 18, 2022</time>\n <p>The style guide provides you with a blueprint of Paperback’s default post and page styles. The style guide is also a...</p><a href=\"https://kenyaclassictourtravel.com/griflightservices/eos-sed-unde-dolor-assumenda-a-consequatur/\">READ MORE<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"11.249\"\n height=\"7.741\" viewBox=\"0 0 11.249 7.741\">\n <path id=\"Path_2\" data-name=\"Path 2\"\n d=\"M11.1,45.417,7.748,42.069a.523.523,0,0,0-.74.74l2.455,2.455H.523a.523.523,0,0,0,0,1.046h8.94L7.008,48.764a.523.523,0,0,0,.74.74L11.1,46.156A.523.523,0,0,0,11.1,45.417Z\"\n transform=\"translate(0 -41.916)\" fill=\"currentcolor\"/>\n </svg></a>\n <figure><a href=\"https://kenyaclassictourtravel.com/griflightservices/libero-quibusdam-aut-recusandae-praesentium-vero-omnis/\" title=\"Everest Base Camp Trekking in Nepal\"></a></figure><h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/libero-quibusdam-aut-recusandae-praesentium-vero-omnis/\" title=\"Everest Base Camp Trekking in Nepal\">Everest Base Camp Trekking in Nepal</a></h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/author/admin/\" title=\"Posts by admin\" rel=\"author\">admin</a><time datetime=\"October 18, 2022\">October 18, 2022</time>\n <p>The style guide provides you with a blueprint of Paperback’s default post and page styles. The style guide is also a...</p><a href=\"https://kenyaclassictourtravel.com/griflightservices/libero-quibusdam-aut-recusandae-praesentium-vero-omnis/\">READ MORE<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"11.249\"\n height=\"7.741\" viewBox=\"0 0 11.249 7.741\">\n <path id=\"Path_2\" data-name=\"Path 2\"\n d=\"M11.1,45.417,7.748,42.069a.523.523,0,0,0-.74.74l2.455,2.455H.523a.523.523,0,0,0,0,1.046h8.94L7.008,48.764a.523.523,0,0,0,.74.74L11.1,46.156A.523.523,0,0,0,11.1,45.417Z\"\n transform=\"translate(0 -41.916)\" fill=\"currentcolor\"/>\n </svg></a>\n <a href=\"/wanderlust-tours/blog/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"></path></svg> \n VIEW ALL BLOG\n </a>\n <h3>Recommended and Endorsed by</h3> \n <!-- .meafe-client -->\n <!-- .meafe-client -->\n <!-- .meafe-client -->\n <!-- .meafe-client -->\n <!-- .meafe-client -->\n <!-- .meafe-client -->\n <!-- .meafe-clients -->\n Follow us on \n <a href=\"https://facebook.com/\" target=\"_blank\" rel=\"noopener\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg> </a>\n <a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg> </a>\n <a href=\"https://linkedin.com/\" target=\"_blank\" rel=\"noopener\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"></path></svg> </a>\n <a href=\"https://youtube.com/\" target=\"_blank\" rel=\"noopener\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg> </a>\n <a href=\"https://instagram.com/\" target=\"_blank\" rel=\"noopener\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg> </a>','Home','<p>Escape Your Comfort Zone. Grab your stuff and let’s get lost. Bhutan Srilanka Colombo Nepal Everest Region France Paris Maldives Male USA New York Philippines Prague Hiking Jungle Safari Peak Climbing Rafting Trekking March, 2022 February, 2022 March, 2022 April, 2022 May, 2022 June, 2022 July, 2022 August, 2022 September, 2022 October, 2022 November, 2022 […]</p>\n','publish','closed','closed','','home','','','2024-07-19 12:32:09','2024-07-19 12:32:09','',0,'https://kenyaclassictourtravel.com/griflightservices/home/',0,'page','',0),(2546,1,'2022-03-18 06:57:56','2022-03-18 06:57:56','','Blog','','publish','closed','closed','','blog','','','2022-03-18 06:57:56','2022-03-18 06:57:56','',0,'https://kenyaclassictourtravel.com/griflightservices/blog/',0,'page','',0),(2553,1,'2022-03-18 07:06:48','2022-03-18 07:06:48','','About Us','<p>About Travel Nomad Wholesome Travel Experiences A new journey begin here within, find a destination that suits you and start travelling. We offer best travel packages. As the travel market grows further in India so does issues of security and safety of foreigners travelling to India every year. Though government is doing its bit, there […]</p>\n','publish','closed','closed','','about-us','','','2022-03-18 07:06:48','2022-03-18 07:06:48','',0,'https://kenyaclassictourtravel.com/griflightservices/about-us/',0,'page','',0),(2723,1,'2022-03-18 07:21:44','2022-03-18 07:21:44','[wp_travel_engine_checkout]','WP Travel Engine Checkout','','publish','closed','closed','','wp-travel-engine-checkout-2-2','','','2022-03-18 07:21:44','2022-03-18 07:21:44','',0,'https://kenyaclassictourtravel.com/griflightservices/wp-travel-engine-checkout-2-2/',0,'page','',0),(2873,1,'2022-03-18 09:12:22','2022-03-18 09:12:22','<style>/*! elementor - v3.23.0 - 15-07-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Contact Us</h2> \n <h3>Get in touch</h3> \n <style>/*! elementor - v3.23.0 - 15-07-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img src=\"https://wordpressmu-1294046-4701143.cloudwaysapps.com/travel-monster/wp-content/uploads/sites/22/2022/09/decoration.png\" title=\"\" alt=\"\" loading=\"lazy\" /> \n <h5>Contact Infromation</h5> \n <link rel=\"stylesheet\" href=\"https://kenyaclassictourtravel.com/griflightservices/wp-content/uploads/elementor/css/custom-widget-icon-box.min.css?ver=1721392476\"> \n <p>\n VIEW PARK TOWERS,UTALII LANE, </br>\nNAIROBI- STAREHE DISTRICT, CBD. </br>\nP.O BOX 45240, 00100</br>\nG.P.O NAIROBI, Kenya </p>\n <p>\n Tel: +254740711244\n </p>\n <p>\n griflightconsultancyagency@gmail.com </br>\nmitxiyu@yahoo.com </p>\n <h5>Follow us on</h5> \n <a href=\"/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg> </a>\n <a href=\"/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg> </a>\n <a href=\"/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg> </a>\n <a href=\"/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"></path></svg> </a>\n <style>/*! elementor - v3.23.0 - 15-07-2024 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps .elementor-custom-embed{line-height:0}.elementor-widget-google_maps iframe{height:300px}</style> \n <iframe loading=\"lazy\"\n src=\"https://maps.google.com/maps?q=VIEW%20PARK%20TOWERS%2CUTALII%20LANE%2C%20%20NAIROBI%2C%20Kenya&t=m&z=15&output=embed&iwloc=near\"\n title=\"VIEW PARK TOWERS,UTALII LANE, NAIROBI, Kenya\"\n aria-label=\"VIEW PARK TOWERS,UTALII LANE, NAIROBI, Kenya\"\n ></iframe>','Contact Us','<p>Get in touch Full Name* Email* Subject* Message* By contacting us, you agree to our Privacy. Get in touch Fresno, California San Deigo, USA (888) 123-456789 (888) 123-856475 contact@yourdomain.com info@yourdomain.com Follow us on Facebook Twitter Youtube</p>\n','publish','closed','closed','','contact-us','','','2024-07-19 16:05:07','2024-07-19 16:05:07','',0,'https://kenyaclassictourtravel.com/griflightservices/contact-us/',0,'page','',0),(2977,1,'2022-03-22 04:32:38','0000-00-00 00:00:00','','Elementor #2977','','draft','closed','closed','','','','','2022-03-22 04:32:38','0000-00-00 00:00:00','',0,'https://kenyaclassictourtravel.com/griflightservices/?page_id=2977',0,'page','',0),(2762,1,'2022-03-18 07:21:52','2022-03-18 07:21:52','','Annapurna Circuit Trek with Tilicho Lake','','publish','open','closed','','annapurna-circuit-trek-with-tilicho-lake','','','2022-03-18 07:21:52','2022-03-18 07:21:52','',0,'https://kenyaclassictourtravel.com/griflightservices/trip/annapurna-circuit-trek-with-tilicho-lake/',0,'trip','',0),(2839,1,'2022-10-18 08:42:00','2022-10-18 08:42:00','<!-- wp:paragraph -->\n<p>The style guide provides you with a blueprint of Paperback’s default post and page styles. The style guide is also a great reference for suggested typographic treatment and styles for your content.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Right Aligned Image</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"align\":\"right\",\"id\":3284,\"sizeSlug\":\"medium\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image alignright size-medium\"><img src=\"https://wordpressmu-1294046-4701143.cloudwaysapps.com/travel-explorer/wp-content/uploads/sites/46/2022/08/Image-Mask-2-1-300x300.jpg\" alt=\"\" class=\"wp-image-3284\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Images may be two-dimensional, such as a photograph, screen display, and as well as a three-dimensional, such as a statue or hologram. They may be captured by optical devices – such as cameras, mirrors, lenses, telescopes, microscopes, etc. and natural objects and phenomena, such as the human eye or water surfaces. The word image is also used in the broader sense of any two-dimensional figure such as a map, a graph, a pie chart, or an abstract painting. The word image is also used in the broader sense of any two-dimensional figure such as a map, a graph, a pie chart, or an abstract painting. The word image is also used in the broader sense of any two-dimensional figure such as a map, a graph, a pie chart, or an abstract painting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Left Aligned Image</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"align\":\"left\",\"id\":3339,\"sizeSlug\":\"medium\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image alignleft size-medium\"><img src=\"https://wordpressmu-1294046-4701143.cloudwaysapps.com/travel-explorer/wp-content/uploads/sites/46/2022/03/pexels-bisesh-gurung-2609459-300x200.jpg\" alt=\"\" class=\"wp-image-3339\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The word image is also used in the broader sense of any two-dimensional figure such as a map, a graph, a pie chart, or an abstract painting. In this wider sense, images can also be rendered manually, such as by drawing, painting, carving, rendered automatically by printing or computer graphics technology, or developed by a combination of methods. Images may be two-dimensional, such as a photograph, screen display, and as well as a three-dimensional, such as a statue or hologram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A volatile image is one that exists only for a short period of time. This may be a reflection of an object by a mirror, a projection of a camera obscura, or a scene displayed on a cathode ray tube. A fixed image, also called a hard copy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":1} -->\n<h1>Heading One</h1>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Heading Two</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Heading Three</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Heading Four</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Heading Five</h5>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":6} -->\n<h6>Heading Six</h6>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":6} -->\n<h6></h6>\n<!-- /wp:heading -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Blockquote</h3>\n<!-- /wp:heading -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The blockquote is used to indicate the quotation of a large section of text from another source. It can be as long or as short as you’d like!</p><p>Those of us that had been up all night were in no mood for coffee and donuts, we wanted strong drink. We were, after all, the absolute cream of the national sporting press.</p><p></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Table Styles</h3>\n<!-- /wp:heading -->\n\n<!-- wp:table -->\n<figure class=\"wp-block-table\"><table><thead><tr><th>BEATLE</th><th>INSTRUMENT</th><th>SONG</th></tr></thead><tbody><tr><td>John Lennon</td><td>Guitar</td><td>A Day In the Life</td></tr><tr><td>George Harrison</td><td>Guitar</td><td>Old Brown Shoe</td></tr><tr><td>Paul McCartney</td><td>Bass</td><td>Helter Skelter</td></tr><tr><td>Ringo Starr</td><td>Drums</td><td>Don’t Pass Me By</td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Code Formatting</h3>\n<!-- /wp:heading -->\n\n<!-- wp:preformatted -->\n<pre class=\"wp-block-preformatted\">pre {\n position: relative;\n background: #f7f7f7;\n font-family: \"Courier 10 Pitch\", Courier, monospace;\n font-size: 15px;\n font-size: 1.5rem;\n line-height: 1.6;\n margin-bottom: 1.6em;\n padding: 1.6em;\n overflow: auto;\n max-width: 100%;\n tab-size: 4;\n}</pre>\n<!-- /wp:preformatted -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mixed List Items</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Unordered list item one</li><li>Unordered list item two<ol><li>Ordered list item one</li><li>Ordered list item two<ul><li>Unordered list item one</li><li>Unordered list item two<ol><li>Ordered list item one</li><li>Ordered list item two</li><li>Ordered list item three</li></ol></li><li>Unordered list item three</li></ul></li><li>Ordered list item three</li></ol></li><li>Unordered list item three</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Iusto quidem labore aperiam animi. dolor voluptatem illo libero. Ut velit dolorem reprehenderit. nam illum sed quaerat saepe. Quis officia quod dolor omnis. beatae illo officia et aperiam. velit tempora ut. Facilis et modi quam tempore nihil. Et ut fugit dolor vitae. Voluptas provident natus sint aut. Alias et dolorum voluptatum. Aliquid dolorum dolores eaque. quo sit error tenetur veniam ipsam. enim quisquam cupiditate quo saepe. voluptas consequatur modi sint. <a href=\"http://stamm.org/ea-cum-blanditiis-optio-sint-eos.html\">corporis eos accusamus</a> esse aliquid. Et rerum perferendis sed. ut et blanditiis aspernatur consequatur dolorum et. omnis neque ut. Praesentium et ut dolorum necessitatibus atque.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:heading -->\n<h2>Non ut et rerum et fugit officiis. Minima sint quae enim qui et et et</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Quis qui voluptatum aut. Voluptatem placeat dolorem molestias accusantium accusamus id. Deserunt esse quas occaecati officiis. sequi impedit corporis voluptates id qui totam. Accusamus fuga at. optio autem velit minus Id ipsum excepturi est. Est at corporis aut provident iste. Ducimus fugit et repudiandae impedit vel nulla. repellendus at soluta dicta repudiandae. et rerum molestiae nesciunt laudantium et. Est <a href=\"https://www.schroeder.com/omnis-optio-tempora-magnam-officiis-aliquam-quibusdam\">sit</a> et. Excepturi qui aperiam ut et exercitationem Quia quae praesentium vitae est et. Ratione nam iure Velit et iste distinctio Et distinctio ipsam temporibus quo accusantium. Mollitia voluptatem quisquam quod numquam. aspernatur <a href=\"https://www.hackett.com/quod-alias-ut-nisi-pariatur-aut-cupiditate\">voluptatibus ad odit</a> enim. Rerum delectus temporibus alias ad. Suscipit occaecati architecto consequatur sunt vel perspiciatis. Vitae et illum quod Sed dicta similique aspernatur tempora nihil. rem cum cumque. Harum fuga minima repellendus quia. Aut excepturi vel aut</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Et perspiciatis velit natus voluptas voluptate. Qui et veniam atque ipsum aperiam consequuntur</h5>\n<!-- /wp:heading -->','Everest Base Camp Trekking in Nepal','','publish','open','closed','','libero-quibusdam-aut-recusandae-praesentium-vero-omnis','','','2022-10-18 08:42:00','2022-10-18 08:42:00','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/10/18/libero-quibusdam-aut-recusandae-praesentium-vero-omnis/',0,'post','',0),(2841,1,'2022-10-18 08:46:00','2022-10-18 08:46:00','<!-- wp:paragraph -->\n<p>The style guide provides you with a blueprint of Paperback’s default post and page styles. The style guide is also a great reference for suggested typographic treatment and styles for your content.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Right Aligned Image</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"align\":\"right\",\"id\":3284,\"sizeSlug\":\"medium\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image alignright size-medium\"><img src=\"https://wordpressmu-1294046-4701143.cloudwaysapps.com/travel-explorer/wp-content/uploads/sites/46/2022/08/Image-Mask-2-1-300x300.jpg\" alt=\"\" class=\"wp-image-3284\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Images may be two-dimensional, such as a photograph, screen display, and as well as a three-dimensional, such as a statue or hologram. They may be captured by optical devices – such as cameras, mirrors, lenses, telescopes, microscopes, etc. and natural objects and phenomena, such as the human eye or water surfaces. The word image is also used in the broader sense of any two-dimensional figure such as a map, a graph, a pie chart, or an abstract painting. The word image is also used in the broader sense of any two-dimensional figure such as a map, a graph, a pie chart, or an abstract painting. The word image is also used in the broader sense of any two-dimensional figure such as a map, a graph, a pie chart, or an abstract painting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Left Aligned Image</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"align\":\"left\",\"id\":3339,\"sizeSlug\":\"medium\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image alignleft size-medium\"><img src=\"https://wordpressmu-1294046-4701143.cloudwaysapps.com/travel-explorer/wp-content/uploads/sites/46/2022/03/pexels-bisesh-gurung-2609459-300x200.jpg\" alt=\"\" class=\"wp-image-3339\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The word image is also used in the broader sense of any two-dimensional figure such as a map, a graph, a pie chart, or an abstract painting. In this wider sense, images can also be rendered manually, such as by drawing, painting, carving, rendered automatically by printing or computer graphics technology, or developed by a combination of methods. Images may be two-dimensional, such as a photograph, screen display, and as well as a three-dimensional, such as a statue or hologram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A volatile image is one that exists only for a short period of time. This may be a reflection of an object by a mirror, a projection of a camera obscura, or a scene displayed on a cathode ray tube. A fixed image, also called a hard copy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":1} -->\n<h1>Heading One</h1>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Heading Two</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Heading Three</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Heading Four</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Heading Five</h5>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":6} -->\n<h6>Heading Six</h6>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":6} -->\n<h6></h6>\n<!-- /wp:heading -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Blockquote</h3>\n<!-- /wp:heading -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The blockquote is used to indicate the quotation of a large section of text from another source. It can be as long or as short as you’d like!</p><p>Those of us that had been up all night were in no mood for coffee and donuts, we wanted strong drink. We were, after all, the absolute cream of the national sporting press.</p><p></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Table Styles</h3>\n<!-- /wp:heading -->\n\n<!-- wp:table -->\n<figure class=\"wp-block-table\"><table><thead><tr><th>BEATLE</th><th>INSTRUMENT</th><th>SONG</th></tr></thead><tbody><tr><td>John Lennon</td><td>Guitar</td><td>A Day In the Life</td></tr><tr><td>George Harrison</td><td>Guitar</td><td>Old Brown Shoe</td></tr><tr><td>Paul McCartney</td><td>Bass</td><td>Helter Skelter</td></tr><tr><td>Ringo Starr</td><td>Drums</td><td>Don’t Pass Me By</td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Code Formatting</h3>\n<!-- /wp:heading -->\n\n<!-- wp:preformatted -->\n<pre class=\"wp-block-preformatted\">pre {\n position: relative;\n background: #f7f7f7;\n font-family: \"Courier 10 Pitch\", Courier, monospace;\n font-size: 15px;\n font-size: 1.5rem;\n line-height: 1.6;\n margin-bottom: 1.6em;\n padding: 1.6em;\n overflow: auto;\n max-width: 100%;\n tab-size: 4;\n}</pre>\n<!-- /wp:preformatted -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mixed List Items</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Unordered list item one</li><li>Unordered list item two<ol><li>Ordered list item one</li><li>Ordered list item two<ul><li>Unordered list item one</li><li>Unordered list item two<ol><li>Ordered list item one</li><li>Ordered list item two</li><li>Ordered list item three</li></ol></li><li>Unordered list item three</li></ul></li><li>Ordered list item three</li></ol></li><li>Unordered list item three</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Deleniti aut commodi at ut molestiae nesciunt. Sit ad adipisci ipsam ullam nesciunt et. Facilis et aut qui mollitia. Quia omnis aut magni sequi natus. Ex temporibus qui consectetur exercitationem. Temporibus numquam exercitationem odit impedit. Cumque est rerum reprehenderit repudiandae accusamus. Dolor impedit sed voluptas suscipit molestiae. Non ratione ex et velit qui. Ex nemo rem voluptatum dolore. Porro in omnis aut ut delectus eum. Nam voluptatem ad natus. Voluptates ducimus esse recusandae soluta tenetur facilis eius. Et dolores fugiat ratione esse. Accusamus sit ut vel fugiat quos. Cum quod molestias tempora dicta qui. Eaque omnis necessitatibus pariatur ut quae nostrum in. Hic sunt ut reprehenderit aut. Sunt ut ut inventore enim accusantium sit. In itaque iusto totam aspernatur. Architecto molestiae odio blanditiis qui enim. Incidunt qui ipsa itaque commodi et. Et provident provident id soluta excepturi ducimus. Hic sunt quo porro perferendis fuga praesentium suscipit. Qui dolor eum id. Quam voluptatum beatae ullam quod laborum facere soluta. Libero minus ducimus eum nulla ab atque modi. Non cum magni veniam omnis deleniti blanditiis odit. Perferendis dolorem vitae officiis alias.</p></blockquote>\n<!-- /wp:quote -->','A Guide to Rocky Mountain vacations','','publish','open','closed','','eos-sed-unde-dolor-assumenda-a-consequatur','','','2022-10-18 08:46:00','2022-10-18 08:46:00','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/10/18/eos-sed-unde-dolor-assumenda-a-consequatur/',0,'post','',0),(2843,1,'2022-03-18 08:47:54','2022-03-18 08:47:54','<!-- wp:paragraph -->\n<p>The style guide provides you with a blueprint of Paperback’s default post and page styles. The style guide is also a great reference for suggested typographic treatment and styles for your content.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Right Aligned Image</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"align\":\"right\",\"id\":3284,\"sizeSlug\":\"medium\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image alignright size-medium\"><img src=\"https://wordpressmu-1294046-4701143.cloudwaysapps.com/travel-explorer/wp-content/uploads/sites/46/2022/08/Image-Mask-2-1-300x300.jpg\" alt=\"\" class=\"wp-image-3284\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Images may be two-dimensional, such as a photograph, screen display, and as well as a three-dimensional, such as a statue or hologram. They may be captured by optical devices – such as cameras, mirrors, lenses, telescopes, microscopes, etc. and natural objects and phenomena, such as the human eye or water surfaces. The word image is also used in the broader sense of any two-dimensional figure such as a map, a graph, a pie chart, or an abstract painting. The word image is also used in the broader sense of any two-dimensional figure such as a map, a graph, a pie chart, or an abstract painting. The word image is also used in the broader sense of any two-dimensional figure such as a map, a graph, a pie chart, or an abstract painting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Left Aligned Image</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"align\":\"left\",\"id\":3339,\"sizeSlug\":\"medium\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image alignleft size-medium\"><img src=\"https://wordpressmu-1294046-4701143.cloudwaysapps.com/travel-explorer/wp-content/uploads/sites/46/2022/03/pexels-bisesh-gurung-2609459-300x200.jpg\" alt=\"\" class=\"wp-image-3339\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The word image is also used in the broader sense of any two-dimensional figure such as a map, a graph, a pie chart, or an abstract painting. In this wider sense, images can also be rendered manually, such as by drawing, painting, carving, rendered automatically by printing or computer graphics technology, or developed by a combination of methods. Images may be two-dimensional, such as a photograph, screen display, and as well as a three-dimensional, such as a statue or hologram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A volatile image is one that exists only for a short period of time. This may be a reflection of an object by a mirror, a projection of a camera obscura, or a scene displayed on a cathode ray tube. A fixed image, also called a hard copy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":1} -->\n<h1>Heading One</h1>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Heading Two</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Heading Three</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Heading Four</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Heading Five</h5>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":6} -->\n<h6>Heading Six</h6>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":6} -->\n<h6></h6>\n<!-- /wp:heading -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Blockquote</h3>\n<!-- /wp:heading -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The blockquote is used to indicate the quotation of a large section of text from another source. It can be as long or as short as you’d like!</p><p>Those of us that had been up all night were in no mood for coffee and donuts, we wanted strong drink. We were, after all, the absolute cream of the national sporting press.</p><p></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Table Styles</h3>\n<!-- /wp:heading -->\n\n<!-- wp:table -->\n<figure class=\"wp-block-table\"><table><thead><tr><th>BEATLE</th><th>INSTRUMENT</th><th>SONG</th></tr></thead><tbody><tr><td>John Lennon</td><td>Guitar</td><td>A Day In the Life</td></tr><tr><td>George Harrison</td><td>Guitar</td><td>Old Brown Shoe</td></tr><tr><td>Paul McCartney</td><td>Bass</td><td>Helter Skelter</td></tr><tr><td>Ringo Starr</td><td>Drums</td><td>Don’t Pass Me By</td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Code Formatting</h3>\n<!-- /wp:heading -->\n\n<!-- wp:preformatted -->\n<pre class=\"wp-block-preformatted\">pre {\n position: relative;\n background: #f7f7f7;\n font-family: \"Courier 10 Pitch\", Courier, monospace;\n font-size: 15px;\n font-size: 1.5rem;\n line-height: 1.6;\n margin-bottom: 1.6em;\n padding: 1.6em;\n overflow: auto;\n max-width: 100%;\n tab-size: 4;\n}</pre>\n<!-- /wp:preformatted -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mixed List Items</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Unordered list item one</li><li>Unordered list item two<ol><li>Ordered list item one</li><li>Ordered list item two<ul><li>Unordered list item one</li><li>Unordered list item two<ol><li>Ordered list item one</li><li>Ordered list item two</li><li>Ordered list item three</li></ol></li><li>Unordered list item three</li></ul></li><li>Ordered list item three</li></ol></li><li>Unordered list item three</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Camping in Peru','','publish','open','closed','','camping-in-peru','','','2022-03-18 08:47:54','2022-03-18 08:47:54','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/03/18/camping-in-peru/',0,'post','',0),(2845,1,'2022-03-18 08:48:54','2022-03-18 08:48:54','<!-- wp:paragraph -->\n<p>The style guide provides you with a blueprint of Paperback’s default post and page styles. The style guide is also a great reference for suggested typographic treatment and styles for your content.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Right Aligned Image</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"align\":\"right\",\"id\":3284,\"sizeSlug\":\"medium\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image alignright size-medium\"><img src=\"https://wordpressmu-1294046-4701143.cloudwaysapps.com/travel-explorer/wp-content/uploads/sites/46/2022/08/Image-Mask-2-1-300x300.jpg\" alt=\"\" class=\"wp-image-3284\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Images may be two-dimensional, such as a photograph, screen display, and as well as a three-dimensional, such as a statue or hologram. They may be captured by optical devices – such as cameras, mirrors, lenses, telescopes, microscopes, etc. and natural objects and phenomena, such as the human eye or water surfaces. The word image is also used in the broader sense of any two-dimensional figure such as a map, a graph, a pie chart, or an abstract painting. The word image is also used in the broader sense of any two-dimensional figure such as a map, a graph, a pie chart, or an abstract painting. The word image is also used in the broader sense of any two-dimensional figure such as a map, a graph, a pie chart, or an abstract painting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Left Aligned Image</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"align\":\"left\",\"id\":3339,\"sizeSlug\":\"medium\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image alignleft size-medium\"><img src=\"https://wordpressmu-1294046-4701143.cloudwaysapps.com/travel-explorer/wp-content/uploads/sites/46/2022/03/pexels-bisesh-gurung-2609459-300x200.jpg\" alt=\"\" class=\"wp-image-3339\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The word image is also used in the broader sense of any two-dimensional figure such as a map, a graph, a pie chart, or an abstract painting. In this wider sense, images can also be rendered manually, such as by drawing, painting, carving, rendered automatically by printing or computer graphics technology, or developed by a combination of methods. Images may be two-dimensional, such as a photograph, screen display, and as well as a three-dimensional, such as a statue or hologram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A volatile image is one that exists only for a short period of time. This may be a reflection of an object by a mirror, a projection of a camera obscura, or a scene displayed on a cathode ray tube. A fixed image, also called a hard copy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":1} -->\n<h1>Heading One</h1>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Heading Two</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Heading Three</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Heading Four</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Heading Five</h5>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":6} -->\n<h6>Heading Six</h6>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":6} -->\n<h6></h6>\n<!-- /wp:heading -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Blockquote</h3>\n<!-- /wp:heading -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The blockquote is used to indicate the quotation of a large section of text from another source. It can be as long or as short as you’d like!</p><p>Those of us that had been up all night were in no mood for coffee and donuts, we wanted strong drink. We were, after all, the absolute cream of the national sporting press.</p><p></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Table Styles</h3>\n<!-- /wp:heading -->\n\n<!-- wp:table -->\n<figure class=\"wp-block-table\"><table><thead><tr><th>BEATLE</th><th>INSTRUMENT</th><th>SONG</th></tr></thead><tbody><tr><td>John Lennon</td><td>Guitar</td><td>A Day In the Life</td></tr><tr><td>George Harrison</td><td>Guitar</td><td>Old Brown Shoe</td></tr><tr><td>Paul McCartney</td><td>Bass</td><td>Helter Skelter</td></tr><tr><td>Ringo Starr</td><td>Drums</td><td>Don’t Pass Me By</td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Code Formatting</h3>\n<!-- /wp:heading -->\n\n<!-- wp:preformatted -->\n<pre class=\"wp-block-preformatted\">pre {\n position: relative;\n background: #f7f7f7;\n font-family: \"Courier 10 Pitch\", Courier, monospace;\n font-size: 15px;\n font-size: 1.5rem;\n line-height: 1.6;\n margin-bottom: 1.6em;\n padding: 1.6em;\n overflow: auto;\n max-width: 100%;\n tab-size: 4;\n}</pre>\n<!-- /wp:preformatted -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mixed List Items</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Unordered list item one</li><li>Unordered list item two<ol><li>Ordered list item one</li><li>Ordered list item two<ul><li>Unordered list item one</li><li>Unordered list item two<ol><li>Ordered list item one</li><li>Ordered list item two</li><li>Ordered list item three</li></ol></li><li>Unordered list item three</li></ul></li><li>Ordered list item three</li></ol></li><li>Unordered list item three</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Exploring Untravelled Destinations','','publish','open','closed','','exploring-untravelled-destinations','','','2022-03-18 08:48:54','2022-03-18 08:48:54','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/03/18/exploring-untravelled-destinations/',0,'post','',0),(2847,1,'2022-03-18 08:50:22','2022-03-18 08:50:22','<!-- wp:paragraph -->\n<p>The travel world is about to be in full swing as the holidays approach. The news media likes to dramatize holiday travel - it seems to sell pretty well - so you are sure to get your fill of horror stories over the next few weeks. I’ll pass on going down that road, but here are a few other news and notes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Overall traveler satisfaction with food & beverage</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This is especially true for repeat international travelers, it says. The study “describes that the primary drivers of airline selection among international passengers are past experience with the airline (40%); good customer service (36%); convenient scheduling (35%); reputation (33%).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Just some food for thought as the bill makes its way through Congress and politics and travel converge.</li><li>It’s a simple enough reason: Too many people would use it and, apparently, the system would not be strong enough to support it.</li><li>The planes do not have the technical capacity and capability yet,” said Delta Air Lines CEO Ed Bastian. “If we made it free the system would crash.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":966} -->\n<figure class=\"wp-block-image\"><img src=\"http://wtecustom.codewingsolutions.com/travel-nomads/wp-content/uploads/sites/4/2021/12/98-1920x720-1.jpg\" alt=\"\" class=\"wp-image-966\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Especially true for repeat international travelers</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"align\":\"left\",\"id\":965} -->\n<figure class=\"wp-block-image alignleft\"><img src=\"http://wtecustom.codewingsolutions.com/travel-nomads/wp-content/uploads/sites/4/2021/12/48-1920x720-1-300x113.jpg\" alt=\"\" class=\"wp-image-965\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness.</li><li>No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</li><li>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur.</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:shortcode -->\n[wte_trips_embedder_trips layout=\"list\" ids=\"279,282,273,276\"]\n<!-- /wp:shortcode -->\n\n<!-- wp:paragraph -->\n<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[wte_trips_embedder_trips layout=\"grid\" ids=\"269,270,24,272\"]\n<!-- /wp:shortcode -->\n\n<!-- wp:heading {\"level\":1} -->\n<h1>Heading 1</h1>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Heading 2</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Heading 3</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Heading 4</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Heading 5</h5>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":6} -->\n<h6>Heading 6</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The travel world is about to be in full swing as the holidays approach. The news media likes to dramatize holiday travel - it seems to sell pretty well - so you are sure to get your fill of horror stories over the next few weeks. I’ll pass on going down that road, but here are a few other news and notes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The best game you can build, is the one you spend too much time playing on.</p><p>– Maya Angelou</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:separator {\"opacity\":\"css\"} -->\n<hr class=\"wp-block-separator has-css-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>The travel world is about to be in full swing as the holidays approach. The news media likes to dramatize holiday travel - it seems to sell pretty well - so you are sure to get your fill of horror stories over the next few weeks. I’ll pass on going down that road, but here are a few other news and notes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It seems to sell pretty well - so you are sure to get your fill of horror stories over the next few weeks. I’ll pass on going down that road, but here are a few other news.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:table -->\n<figure class=\"wp-block-table\"><table><thead><tr><th>Name</th><th>Position</th><th>Office</th></tr></thead><tbody><tr><td>Erica Romaguera</td><td>Coach</td><td>Audi</td></tr><tr><td>Caleigh</td><td>Lawyer</td><td>Pizza Hut</td></tr><tr><td>Lucas Schultz</td><td>Librarian</td><td>Burberry</td></tr><tr><td>Carole Marvin</td><td>Educator</td><td>Starbucks</td></tr><tr><td>Woodrow Nikolaus</td><td>Massage Therapist</td><td>Jack Daniel\'s</td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:paragraph -->\n<p>It seems to sell pretty well - so you are sure to get your fill of horror stories over the next few weeks. I’ll pass on going down that road, but here are a few other news.</p>\n<!-- /wp:paragraph -->','A Guide to Rocky Mountain vacations','','publish','open','closed','','a-guide-to-rocky-mountain-vacations','','','2022-03-18 08:50:22','2022-03-18 08:50:22','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/03/18/a-guide-to-rocky-mountain-vacations/',0,'post','',0),(2849,1,'2022-03-18 08:56:09','2022-03-18 08:56:09','<!-- wp:paragraph -->\n<p>The style guide provides you with a blueprint of Paperback’s default post and page styles. The style guide is also a great reference for suggested typographic treatment and styles for your content.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Right Aligned Image</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"align\":\"right\",\"id\":3284,\"sizeSlug\":\"medium\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image alignright size-medium\"><img src=\"https://wordpressmu-1294046-4701143.cloudwaysapps.com/travel-explorer/wp-content/uploads/sites/46/2022/08/Image-Mask-2-1-300x300.jpg\" alt=\"\" class=\"wp-image-3284\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Images may be two-dimensional, such as a photograph, screen display, and as well as a three-dimensional, such as a statue or hologram. They may be captured by optical devices – such as cameras, mirrors, lenses, telescopes, microscopes, etc. and natural objects and phenomena, such as the human eye or water surfaces. The word image is also used in the broader sense of any two-dimensional figure such as a map, a graph, a pie chart, or an abstract painting. The word image is also used in the broader sense of any two-dimensional figure such as a map, a graph, a pie chart, or an abstract painting. The word image is also used in the broader sense of any two-dimensional figure such as a map, a graph, a pie chart, or an abstract painting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Left Aligned Image</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"align\":\"left\",\"id\":3339,\"sizeSlug\":\"medium\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image alignleft size-medium\"><img src=\"https://wordpressmu-1294046-4701143.cloudwaysapps.com/travel-explorer/wp-content/uploads/sites/46/2022/03/pexels-bisesh-gurung-2609459-300x200.jpg\" alt=\"\" class=\"wp-image-3339\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The word image is also used in the broader sense of any two-dimensional figure such as a map, a graph, a pie chart, or an abstract painting. In this wider sense, images can also be rendered manually, such as by drawing, painting, carving, rendered automatically by printing or computer graphics technology, or developed by a combination of methods. Images may be two-dimensional, such as a photograph, screen display, and as well as a three-dimensional, such as a statue or hologram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A volatile image is one that exists only for a short period of time. This may be a reflection of an object by a mirror, a projection of a camera obscura, or a scene displayed on a cathode ray tube. A fixed image, also called a hard copy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":1} -->\n<h1>Heading One</h1>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Heading Two</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Heading Three</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Heading Four</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Heading Five</h5>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":6} -->\n<h6>Heading Six</h6>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":6} -->\n<h6></h6>\n<!-- /wp:heading -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Blockquote</h3>\n<!-- /wp:heading -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The blockquote is used to indicate the quotation of a large section of text from another source. It can be as long or as short as you’d like!</p><p>Those of us that had been up all night were in no mood for coffee and donuts, we wanted strong drink. We were, after all, the absolute cream of the national sporting press.</p><p></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Table Styles</h3>\n<!-- /wp:heading -->\n\n<!-- wp:table -->\n<figure class=\"wp-block-table\"><table><thead><tr><th>BEATLE</th><th>INSTRUMENT</th><th>SONG</th></tr></thead><tbody><tr><td>John Lennon</td><td>Guitar</td><td>A Day In the Life</td></tr><tr><td>George Harrison</td><td>Guitar</td><td>Old Brown Shoe</td></tr><tr><td>Paul McCartney</td><td>Bass</td><td>Helter Skelter</td></tr><tr><td>Ringo Starr</td><td>Drums</td><td>Don’t Pass Me By</td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Code Formatting</h3>\n<!-- /wp:heading -->\n\n<!-- wp:preformatted -->\n<pre class=\"wp-block-preformatted\">pre {\n position: relative;\n background: #f7f7f7;\n font-family: \"Courier 10 Pitch\", Courier, monospace;\n font-size: 15px;\n font-size: 1.5rem;\n line-height: 1.6;\n margin-bottom: 1.6em;\n padding: 1.6em;\n overflow: auto;\n max-width: 100%;\n tab-size: 4;\n}</pre>\n<!-- /wp:preformatted -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mixed List Items</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Unordered list item one</li><li>Unordered list item two<ol><li>Ordered list item one</li><li>Ordered list item two<ul><li>Unordered list item one</li><li>Unordered list item two<ol><li>Ordered list item one</li><li>Ordered list item two</li><li>Ordered list item three</li></ol></li><li>Unordered list item three</li></ul></li><li>Ordered list item three</li></ol></li><li>Unordered list item three</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Top 5 family travel destination','','publish','open','closed','','top-5-family-travel-destination-for-2022','','','2022-03-18 08:56:09','2022-03-18 08:56:09','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/03/18/top-5-family-travel-destination-for-2022/',0,'post','',0),(2851,1,'2022-03-18 08:58:20','2022-03-18 08:58:20','<!-- wp:paragraph -->\n<p>The style guide provides you with a blueprint of Paperback’s default post and page styles. The style guide is also a great reference for suggested typographic treatment and styles for your content.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Right Aligned Image</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"align\":\"right\",\"id\":3284,\"sizeSlug\":\"medium\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image alignright size-medium\"><img src=\"https://wordpressmu-1294046-4701143.cloudwaysapps.com/travel-explorer/wp-content/uploads/sites/46/2022/08/Image-Mask-2-1-300x300.jpg\" alt=\"\" class=\"wp-image-3284\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Images may be two-dimensional, such as a photograph, screen display, and as well as a three-dimensional, such as a statue or hologram. They may be captured by optical devices – such as cameras, mirrors, lenses, telescopes, microscopes, etc. and natural objects and phenomena, such as the human eye or water surfaces. The word image is also used in the broader sense of any two-dimensional figure such as a map, a graph, a pie chart, or an abstract painting. The word image is also used in the broader sense of any two-dimensional figure such as a map, a graph, a pie chart, or an abstract painting. The word image is also used in the broader sense of any two-dimensional figure such as a map, a graph, a pie chart, or an abstract painting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Left Aligned Image</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"align\":\"left\",\"id\":3339,\"sizeSlug\":\"medium\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image alignleft size-medium\"><img src=\"https://wordpressmu-1294046-4701143.cloudwaysapps.com/travel-explorer/wp-content/uploads/sites/46/2022/03/pexels-bisesh-gurung-2609459-300x200.jpg\" alt=\"\" class=\"wp-image-3339\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The word image is also used in the broader sense of any two-dimensional figure such as a map, a graph, a pie chart, or an abstract painting. In this wider sense, images can also be rendered manually, such as by drawing, painting, carving, rendered automatically by printing or computer graphics technology, or developed by a combination of methods. Images may be two-dimensional, such as a photograph, screen display, and as well as a three-dimensional, such as a statue or hologram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A volatile image is one that exists only for a short period of time. This may be a reflection of an object by a mirror, a projection of a camera obscura, or a scene displayed on a cathode ray tube. A fixed image, also called a hard copy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":1} -->\n<h1>Heading One</h1>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Heading Two</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Heading Three</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Heading Four</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Heading Five</h5>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":6} -->\n<h6>Heading Six</h6>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":6} -->\n<h6></h6>\n<!-- /wp:heading -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Blockquote</h3>\n<!-- /wp:heading -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The blockquote is used to indicate the quotation of a large section of text from another source. It can be as long or as short as you’d like!</p><p>Those of us that had been up all night were in no mood for coffee and donuts, we wanted strong drink. We were, after all, the absolute cream of the national sporting press.</p><p></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Table Styles</h3>\n<!-- /wp:heading -->\n\n<!-- wp:table -->\n<figure class=\"wp-block-table\"><table><thead><tr><th>BEATLE</th><th>INSTRUMENT</th><th>SONG</th></tr></thead><tbody><tr><td>John Lennon</td><td>Guitar</td><td>A Day In the Life</td></tr><tr><td>George Harrison</td><td>Guitar</td><td>Old Brown Shoe</td></tr><tr><td>Paul McCartney</td><td>Bass</td><td>Helter Skelter</td></tr><tr><td>Ringo Starr</td><td>Drums</td><td>Don’t Pass Me By</td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Code Formatting</h3>\n<!-- /wp:heading -->\n\n<!-- wp:preformatted -->\n<pre class=\"wp-block-preformatted\">pre {\n position: relative;\n background: #f7f7f7;\n font-family: \"Courier 10 Pitch\", Courier, monospace;\n font-size: 15px;\n font-size: 1.5rem;\n line-height: 1.6;\n margin-bottom: 1.6em;\n padding: 1.6em;\n overflow: auto;\n max-width: 100%;\n tab-size: 4;\n}</pre>\n<!-- /wp:preformatted -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mixed List Items</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Unordered list item one</li><li>Unordered list item two<ol><li>Ordered list item one</li><li>Ordered list item two<ul><li>Unordered list item one</li><li>Unordered list item two<ol><li>Ordered list item one</li><li>Ordered list item two</li><li>Ordered list item three</li></ol></li><li>Unordered list item three</li></ul></li><li>Ordered list item three</li></ol></li><li>Unordered list item three</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','City sightseeing Tours of World','','publish','open','closed','','city-sightseeing-tours-of-world','','','2022-03-18 08:58:20','2022-03-18 08:58:20','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/03/18/city-sightseeing-tours-of-world/',0,'post','',0),(2853,1,'2022-03-18 08:58:55','2022-03-18 08:58:55','','Things to do in Puerto Rico','','publish','open','closed','','things-to-do-in-puerto-rico','','','2022-03-18 08:58:55','2022-03-18 08:58:55','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/03/18/things-to-do-in-puerto-rico/',0,'post','',0),(2872,1,'2022-03-18 09:12:43','2022-03-18 09:12:43','','Our Team','<p>A team is a group of individuals (human or non-human) working together to achieve their goal. As defined by Professor Leigh Thompson of the Kellogg School of Management, team is a group of people who are interdependent with respect to information, resources, knowledge and skills and who seek to combine their efforts to achieve a […]</p>\n','publish','closed','closed','','our-teams','','','2022-03-18 09:12:43','2022-03-18 09:12:43','',0,'https://kenyaclassictourtravel.com/griflightservices/our-teams/',0,'page','',0),(2875,1,'2022-03-18 09:12:33','2022-03-18 09:12:33','','FAQ’s','<p>Find answers to your questions before joining a tour so that you can find out exactly what you want to know. If you have more question please feel free to reach us via contact form. What payment methods do you accept? There is no one ‘best’ place to stay in Yellowstone. There are many nice […]</p>\n','publish','closed','closed','','faqs','','','2022-03-18 09:12:33','2022-03-18 09:12:33','',0,'https://kenyaclassictourtravel.com/griflightservices/faqs/',0,'page','',0),(2948,1,'2022-03-21 10:19:37','2022-03-21 10:19:37','','Ghorepani Poon Hill Trek','','publish','open','closed','','ghorepani-poon-hill-trek','','','2022-03-21 10:19:37','2022-03-21 10:19:37','',0,'https://kenyaclassictourtravel.com/griflightservices/trip/ghorepani-poon-hill-trek/',0,'trip','',0),(2949,1,'2022-03-21 10:21:16','2022-03-21 10:21:16','','Paris Effiel Tower Tour 1 Day Tour','','publish','closed','closed','','paris-effiel-tower-trip','','','2022-03-21 10:21:16','2022-03-21 10:21:16','',0,'https://kenyaclassictourtravel.com/griflightservices/trip/paris-effiel-tower-trip/',0,'trip','',1),(2950,1,'2022-03-21 10:38:19','2022-03-21 10:38:19','','Lake Boating in Peru','','publish','open','closed','','island-peak-climbing','','','2022-03-21 10:38:19','2022-03-21 10:38:19','',0,'https://kenyaclassictourtravel.com/griflightservices/trip/island-peak-climbing/',0,'trip','',0),(2951,1,'2022-03-21 10:39:31','2022-03-21 10:39:31','','Everest Base Camp Trek: See the Majestic Mt. Everest','','publish','open','closed','','everest-base-camp-trek','','','2022-03-21 10:39:31','2022-03-21 10:39:31','',0,'https://kenyaclassictourtravel.com/griflightservices/trip/everest-base-camp-trek/',0,'trip','',0),(2952,1,'2022-03-21 10:41:13','2022-03-21 10:41:13','','Maldives: The Travel and Experience of the Lifetime','','publish','open','closed','','nyc-statue-of-liberty-ferry-tour-and-manhattan-trip','','','2022-03-21 10:41:13','2022-03-21 10:41:13','',0,'https://kenyaclassictourtravel.com/griflightservices/trip/nyc-statue-of-liberty-ferry-tour-and-manhattan-trip/',0,'trip','',1),(2961,1,'2022-03-21 11:34:37','2022-03-21 11:34:37','','All Departure Dates','','publish','closed','closed','','all-departure-dates','','','2022-03-21 11:34:37','2022-03-21 11:34:37','',0,'https://kenyaclassictourtravel.com/griflightservices/all-departure-dates/',0,'page','',0),(3154,1,'2022-08-23 15:49:15','2022-08-23 15:49:15','<!-- wp:paragraph -->\n<p>fdafdafdsa</p>\n<!-- /wp:paragraph -->','Test','','publish','closed','closed','','test','','','2022-08-23 15:49:15','2022-08-23 15:49:15','',0,'https://kenyaclassictourtravel.com/griflightservices/test/',0,'page','',0),(3183,1,'2022-08-24 09:16:01','2022-08-24 09:16:01','','Front page','','publish','closed','closed','','front-page','','','2022-08-24 09:16:01','2022-08-24 09:16:01','',0,'https://kenyaclassictourtravel.com/griflightservices/front-page/',0,'page','',0),(4526,1,'2022-11-22 10:53:31','2022-11-22 10:53:31','','Test Page','','publish','closed','closed','','test-page','','','2022-11-22 10:53:31','2022-11-22 10:53:31','',0,'https://kenyaclassictourtravel.com/griflightservices/test-page/',0,'page','',0),(34,1,'2021-12-30 12:09:05','2021-12-30 12:09:05','','Default','','publish','closed','closed','','34','','','2021-12-30 12:09:05','2021-12-30 12:09:05','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/34/',0,'trip-packages','',0),(354,1,'2021-12-31 08:39:28','2021-12-31 08:39:28','','Winter Holiday','','publish','closed','closed','','70','','','2021-12-31 08:39:28','2021-12-31 08:39:28','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/70/',0,'trip-packages','',0),(355,1,'2021-12-31 08:39:28','2021-12-31 08:39:28','','Winter Package','','publish','closed','closed','','340','','','2021-12-31 08:39:28','2021-12-31 08:39:28','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/340/',0,'trip-packages','',0),(411,1,'2021-12-31 08:40:20','2021-12-31 08:40:20','','Winter Holiday','','publish','closed','closed','','70-2','','','2021-12-31 08:40:20','2021-12-31 08:40:20','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/70-2/',0,'trip-packages','',0),(412,1,'2021-12-31 08:40:20','2021-12-31 08:40:20','','Winter Package','','publish','closed','closed','','340-2','','','2021-12-31 08:40:20','2021-12-31 08:40:20','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/340-2/',0,'trip-packages','',0),(628,1,'2021-12-31 09:21:29','2021-12-31 09:21:29','','Winter Holiday','','publish','closed','closed','','70-3','','','2021-12-31 09:21:29','2021-12-31 09:21:29','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/70-3/',0,'trip-packages','',0),(629,1,'2021-12-31 09:21:29','2021-12-31 09:21:29','','Winter Package','','publish','closed','closed','','340-3','','','2021-12-31 09:21:29','2021-12-31 09:21:29','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/340-3/',0,'trip-packages','',0),(806,1,'2021-12-31 09:27:28','2021-12-31 09:27:28','','Winter Holiday','','publish','closed','closed','','70-4','','','2021-12-31 09:27:28','2021-12-31 09:27:28','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/70-4/',0,'trip-packages','',0),(807,1,'2021-12-31 09:27:28','2021-12-31 09:27:28','','Winter Package','','publish','closed','closed','','340-4','','','2021-12-31 09:27:28','2021-12-31 09:27:28','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/340-4/',0,'trip-packages','',0),(1094,1,'2022-01-25 06:50:59','2022-01-25 06:50:59','This is an example of different packages that you can create and describe to your travel clients. Travelers can choose from the packages your offer. ','Budget Friendly','','publish','closed','closed','','1094','','','2022-01-25 06:50:59','2022-01-25 06:50:59','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/1094/',0,'trip-packages','',0),(2539,1,'2021-12-30 12:18:10','2021-12-30 12:18:10','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam et fermentum dui. Ut orci quam, ornare sed lorem sed, hendrerit auctor dolor. Nulla viverra, nibh quis ultrices malesuada, ligula ipsum vulputate diam, aliquam egestas nibh ante vel dui. Sed in tellus interdum eros vulputate placerat sed non enim. Pellentesque eget.','Budget Family','','publish','closed','closed','','106-2','','','2021-12-30 12:18:10','2021-12-30 12:18:10','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/106-2/',0,'trip-packages','',0),(2566,1,'2021-12-30 12:18:10','2021-12-30 12:18:10','This is an example of different packages that you can create and describe to your travel clients. Travelers can choose from the packages your offer. ','Budget Friendly','','publish','closed','closed','','106-3','','','2021-12-30 12:18:10','2021-12-30 12:18:10','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/106-3/',0,'trip-packages','',0),(2567,1,'2022-01-25 04:50:05','2022-01-25 04:50:05','This is an example of another package that you can create and describe to your travel clients. Travelers can choose from the packages your offer. ','Deluxe Room with Buffet Dinner','','publish','closed','closed','','1081','','','2022-01-25 04:50:05','2022-01-25 04:50:05','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/1081/',0,'trip-packages','',0),(2568,1,'2022-01-25 06:35:44','2022-01-25 06:35:44','This is an example of different packages that you can create and describe to your travel clients. Travelers can choose from the packages your offer. ','Budget Friendly','','publish','closed','closed','','1091','','','2022-01-25 06:35:44','2022-01-25 06:35:44','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/1091/',0,'trip-packages','',0),(2569,1,'2022-01-25 06:35:54','2022-01-25 06:35:54','This is an example of different packages that you can create and describe to your travel clients. Travelers can choose from the packages your offer. ','Deluxe Room with Buffet Dinner','','publish','closed','closed','','1092','','','2022-01-25 06:35:54','2022-01-25 06:35:54','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/1092/',0,'trip-packages','',0),(2953,1,'2022-03-21 10:42:29','2022-03-21 10:42:29','','Experience the Incredible India','','publish','open','closed','','prague-czech-republic','','','2022-03-21 10:42:29','2022-03-21 10:42:29','',0,'https://kenyaclassictourtravel.com/griflightservices/trip/prague-czech-republic/',0,'trip','',1),(2954,1,'2022-03-21 10:43:45','2022-03-21 10:43:45','','Bhutan Cultural Tour: Explore the Himalayan Kingdom','','publish','open','closed','','tiger-nest-monastery-tour-in-bhutan','','','2022-03-21 10:43:45','2022-03-21 10:43:45','',0,'https://kenyaclassictourtravel.com/griflightservices/trip/tiger-nest-monastery-tour-in-bhutan/',0,'trip','',1),(2955,1,'2022-03-21 10:45:09','2022-03-21 10:45:09','','Romantic Sri Lanka Honeymoon Package','','publish','open','closed','','romantic-sri-lanka-honeymoon-package','','','2022-03-21 10:45:09','2022-03-21 10:45:09','',0,'https://kenyaclassictourtravel.com/griflightservices/trip/romantic-sri-lanka-honeymoon-package/',0,'trip','',1),(2956,1,'2022-03-21 10:46:07','2022-03-21 10:46:07','','Fantastic Maldives Tour Package','','publish','open','closed','','fantastic-maldives-tour-package','','','2022-03-21 10:46:07','2022-03-21 10:46:07','',0,'https://kenyaclassictourtravel.com/griflightservices/trip/fantastic-maldives-tour-package/',0,'trip','',1),(2957,1,'2022-03-21 10:50:56','2022-03-21 10:50:56','','7 Days tour to Explore the Beauty of Philippines','','publish','open','closed','','5-days-tour-to-philippines','','','2022-03-21 10:50:56','2022-03-21 10:50:56','',0,'https://kenyaclassictourtravel.com/griflightservices/trip/5-days-tour-to-philippines/',0,'trip','',0),(1095,1,'2022-01-25 06:55:14','2022-01-25 06:55:14','This is an example of different packages that you can create and describe to your travel clients. Travelers can choose from the packages your offer. ','Deluxe Room with Buffet Dinner','','publish','closed','closed','','1095','','','2022-01-25 06:55:14','2022-01-25 06:55:14','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/1095/',0,'trip-packages','',0),(1097,1,'2022-01-25 07:04:10','2022-01-25 07:04:10','This is an example of different packages that you can create and describe to your travel clients. Travelers can choose from the packages your offer. ','Budget Friendly','','publish','closed','closed','','1097','','','2022-01-25 07:04:10','2022-01-25 07:04:10','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/1097/',0,'trip-packages','',0),(1098,1,'2022-01-25 07:11:23','2022-01-25 07:11:23','This is an example of different packages that you can create and describe to your travel clients. Travelers can choose from the packages your offer. ','Deluxe Room with Buffet Dinner','','publish','closed','closed','','1098','','','2022-01-25 07:11:23','2022-01-25 07:11:23','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/1098/',0,'trip-packages','',0),(1100,1,'2022-01-25 07:17:34','2022-01-25 07:17:34','This is an example of different packages that you can create and describe to your travel clients. Travelers can choose from the packages your offer. ','Budget Friendly','','publish','closed','closed','','1100','','','2022-01-25 07:17:34','2022-01-25 07:17:34','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/1100/',0,'trip-packages','',0),(1101,1,'2022-01-25 07:23:32','2022-01-25 07:23:32','This is an example of different packages that you can create and describe to your travel clients. Travelers can choose from the packages your offer. ','Deluxe Room with Buffet Dinner','','publish','closed','closed','','1101','','','2022-01-25 07:23:32','2022-01-25 07:23:32','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/1101/',0,'trip-packages','',0),(1134,1,'2022-01-25 10:05:09','2022-01-25 10:05:09','This is an example of another package that you can create and describe to your travel clients. Travelers can choose from the packages your offer. ','Budget Friendly','','publish','closed','closed','','1134','','','2022-01-25 10:05:09','2022-01-25 10:05:09','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/1134/',0,'trip-packages','',0),(1135,1,'2022-01-25 10:05:16','2022-01-25 10:05:16','This is an example of another package that you can create and describe to your travel clients. Travelers can choose from the packages your offer. ','Deluxe Room with Buffet Dinner','','publish','closed','closed','','1135','','','2022-01-25 10:05:16','2022-01-25 10:05:16','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/1135/',0,'trip-packages','',0),(1137,1,'2022-01-25 10:47:59','2022-01-25 10:47:59','This is an example of different packages that you can create and describe to your travel clients. Travelers can choose from the packages your offer. ','Budget Friendly','','publish','closed','closed','','1137','','','2022-01-25 10:47:59','2022-01-25 10:47:59','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/1137/',0,'trip-packages','',0),(1138,1,'2022-01-25 10:48:09','2022-01-25 10:48:09','This is an example of different packages that you can create and describe to your travel clients. Travelers can choose from the packages your offer. ','Deluxe Room with Buffet Dinner','','publish','closed','closed','','1138','','','2022-01-25 10:48:09','2022-01-25 10:48:09','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/1138/',0,'trip-packages','',0),(2570,1,'2022-01-25 09:33:47','2022-01-25 09:33:47','This is an example of different packages that you can create and describe to your travel clients. Travelers can choose from the packages your offer. ','Budget Friendly','','publish','closed','closed','','1128','','','2022-01-25 09:33:47','2022-01-25 09:33:47','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/1128/',0,'trip-packages','',0),(2571,1,'2022-01-25 09:37:57','2022-01-25 09:37:57','This is an example of another package that you can create and describe to your travel clients. Travelers can choose from the packages your offer. ','Deluxe Room with Buffet Dinner','','publish','closed','closed','','1129','','','2022-01-25 09:37:57','2022-01-25 09:37:57','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/1129/',0,'trip-packages','',0),(2572,1,'2022-01-25 09:50:51','2022-01-25 09:50:51','This is an example of different packages that you can create and describe to your travel clients. Travelers can choose from the packages your offer. ','Budget Friendly','','publish','closed','closed','','1131','','','2022-01-25 09:50:51','2022-01-25 09:50:51','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/1131/',0,'trip-packages','',0),(2573,1,'2022-01-25 10:00:04','2022-01-25 10:00:04','This is an example of another package that you can create and describe to your travel clients. Travelers can choose from the packages your offer. ','Deluxe Room with Buffet Dinner','','publish','closed','closed','','1132','','','2022-01-25 10:00:04','2022-01-25 10:00:04','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/1132/',0,'trip-packages','',0),(2574,1,'2022-01-25 12:21:13','2022-01-25 12:21:13','This is an example of different packages that you can create and describe to your travel clients. Travelers can choose from the packages your offer. ','Budget Friendly','','publish','closed','closed','','1151','','','2022-01-25 12:21:13','2022-01-25 12:21:13','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/1151/',0,'trip-packages','',0),(2575,1,'2022-01-25 12:21:22','2022-01-25 12:21:22','This is an example of different packages that you can create and describe to your travel clients. Travelers can choose from the packages your offer. ','Deluxe Room with Buffet Dinner','','publish','closed','closed','','1152','','','2022-01-25 12:21:22','2022-01-25 12:21:22','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/1152/',0,'trip-packages','',0),(2725,1,'2022-03-18 07:21:44','2022-03-18 07:21:44','','Default','','publish','closed','closed','','34-2','','','2022-03-18 07:21:44','2022-03-18 07:21:44','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/34-2/',0,'trip-packages','',0),(2726,1,'2022-03-18 07:21:44','2022-03-18 07:21:44','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam et fermentum dui. Ut orci quam, ornare sed lorem sed, hendrerit auctor dolor. Nulla viverra, nibh quis ultrices malesuada, ligula ipsum vulputate diam, aliquam egestas nibh ante vel dui. Sed in tellus interdum eros vulputate placerat sed non enim. Pellentesque eget.','Budget Family','','publish','closed','closed','','106-4','','','2022-03-18 07:21:44','2022-03-18 07:21:44','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/106-4/',0,'trip-packages','',0),(2727,1,'2022-03-18 07:21:44','2022-03-18 07:21:44','','Winter Holiday','','publish','closed','closed','','70-5','','','2022-03-18 07:21:44','2022-03-18 07:21:44','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/70-5/',0,'trip-packages','',0),(2728,1,'2022-03-18 07:21:44','2022-03-18 07:21:44','','Winter Package','','publish','closed','closed','','340-5','','','2022-03-18 07:21:44','2022-03-18 07:21:44','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/340-5/',0,'trip-packages','',0),(2729,1,'2022-03-18 07:21:44','2022-03-18 07:21:44','','Winter Holiday','','publish','closed','closed','','70-2-2','','','2022-03-18 07:21:44','2022-03-18 07:21:44','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/70-2-2/',0,'trip-packages','',0),(2730,1,'2022-03-18 07:21:44','2022-03-18 07:21:44','','Winter Package','','publish','closed','closed','','340-2-2','','','2022-03-18 07:21:44','2022-03-18 07:21:44','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/340-2-2/',0,'trip-packages','',0),(2731,1,'2022-03-18 07:21:44','2022-03-18 07:21:44','','Winter Holiday','','publish','closed','closed','','70-3-2','','','2022-03-18 07:21:44','2022-03-18 07:21:44','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/70-3-2/',0,'trip-packages','',0),(2732,1,'2022-03-18 07:21:44','2022-03-18 07:21:44','','Winter Package','','publish','closed','closed','','340-3-2','','','2022-03-18 07:21:44','2022-03-18 07:21:44','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/340-3-2/',0,'trip-packages','',0),(2733,1,'2022-03-18 07:21:44','2022-03-18 07:21:44','','Winter Holiday','','publish','closed','closed','','70-4-2','','','2022-03-18 07:21:44','2022-03-18 07:21:44','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/70-4-2/',0,'trip-packages','',0),(2734,1,'2022-03-18 07:21:44','2022-03-18 07:21:44','','Winter Package','','publish','closed','closed','','340-4-2','','','2022-03-18 07:21:44','2022-03-18 07:21:44','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/340-4-2/',0,'trip-packages','',0),(2735,1,'2022-03-18 07:21:44','2022-03-18 07:21:44','This is an example of different packages that you can create and describe to your travel clients. Travelers can choose from the packages your offer. ','Budget Friendly','','publish','closed','closed','','1094-2','','','2022-03-18 07:21:44','2022-03-18 07:21:44','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/1094-2/',0,'trip-packages','',0),(2736,1,'2022-03-18 07:21:44','2022-03-18 07:21:44','This is an example of different packages that you can create and describe to your travel clients. Travelers can choose from the packages your offer. ','Deluxe Room with Buffet Dinner','','publish','closed','closed','','1095-2','','','2022-03-18 07:21:44','2022-03-18 07:21:44','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/1095-2/',0,'trip-packages','',0),(2737,1,'2022-03-18 07:21:44','2022-03-18 07:21:44','This is an example of different packages that you can create and describe to your travel clients. Travelers can choose from the packages your offer. ','Budget Friendly','','publish','closed','closed','','1097-2','','','2022-03-18 07:21:44','2022-03-18 07:21:44','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/1097-2/',0,'trip-packages','',0),(2738,1,'2022-03-18 07:21:44','2022-03-18 07:21:44','This is an example of different packages that you can create and describe to your travel clients. Travelers can choose from the packages your offer. ','Deluxe Room with Buffet Dinner','','publish','closed','closed','','1098-2','','','2022-03-18 07:21:44','2022-03-18 07:21:44','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/1098-2/',0,'trip-packages','',0),(2739,1,'2022-03-18 07:21:44','2022-03-18 07:21:44','This is an example of different packages that you can create and describe to your travel clients. Travelers can choose from the packages your offer. ','Budget Friendly','','publish','closed','closed','','1100-2','','','2022-03-18 07:21:44','2022-03-18 07:21:44','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/1100-2/',0,'trip-packages','',0),(2740,1,'2022-03-18 07:21:44','2022-03-18 07:21:44','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam et fermentum dui. Ut orci quam, ornare sed lorem sed, hendrerit auctor dolor. Nulla viverra, nibh quis ultrices malesuada, ligula ipsum vulputate diam, aliquam egestas nibh ante vel dui. Sed in tellus interdum eros vulputate placerat sed non enim. Pellentesque eget.','Budget Family','','publish','closed','closed','','106-2-2','','','2022-03-18 07:21:44','2022-03-18 07:21:44','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/106-2-2/',0,'trip-packages','',0),(2741,1,'2022-03-18 07:21:44','2022-03-18 07:21:44','This is an example of different packages that you can create and describe to your travel clients. Travelers can choose from the packages your offer. ','Budget Friendly','','publish','closed','closed','','106-3-2','','','2022-03-18 07:21:44','2022-03-18 07:21:44','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/106-3-2/',0,'trip-packages','',0),(2742,1,'2022-03-18 07:21:44','2022-03-18 07:21:44','This is an example of another package that you can create and describe to your travel clients. Travelers can choose from the packages your offer. ','Deluxe Room with Buffet Dinner','','publish','closed','closed','','1081-2','','','2022-03-18 07:21:44','2022-03-18 07:21:44','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/1081-2/',0,'trip-packages','',0),(2743,1,'2022-03-18 07:21:44','2022-03-18 07:21:44','This is an example of different packages that you can create and describe to your travel clients. Travelers can choose from the packages your offer. ','Budget Friendly','','publish','closed','closed','','1091-2','','','2022-03-18 07:21:44','2022-03-18 07:21:44','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/1091-2/',0,'trip-packages','',0),(2744,1,'2022-03-18 07:21:44','2022-03-18 07:21:44','This is an example of different packages that you can create and describe to your travel clients. Travelers can choose from the packages your offer. ','Deluxe Room with Buffet Dinner','','publish','closed','closed','','1092-2','','','2022-03-18 07:21:44','2022-03-18 07:21:44','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/1092-2/',0,'trip-packages','',0),(2834,1,'2022-03-18 07:40:29','2022-03-18 07:40:29','','Budget Friendly','','publish','closed','closed','','2834','','','2022-03-18 07:40:29','2022-03-18 07:40:29','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/2834/',0,'trip-packages','',0),(2835,1,'2022-03-18 07:41:50','2022-03-18 07:41:50','','Deluxe Room with Buffet Dinner','','publish','closed','closed','','2835','','','2022-03-18 07:41:50','2022-03-18 07:41:50','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/2835/',0,'trip-packages','',0),(2836,1,'2022-03-18 07:48:16','2022-03-18 07:48:16','','Budget Friendly','','publish','closed','closed','','2836','','','2022-03-18 07:48:16','2022-03-18 07:48:16','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/2836/',0,'trip-packages','',0),(2837,1,'2022-03-18 07:53:08','2022-03-18 07:53:08','','Budget Friendly','','publish','closed','closed','','2837','','','2022-03-18 07:53:08','2022-03-18 07:53:08','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/2837/',0,'trip-packages','',0),(2999,1,'2022-06-13 11:29:38','2022-06-13 11:29:38','','','','publish','closed','closed','','2999','','','2022-06-13 11:29:38','2022-06-13 11:29:38','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/2999/',0,'trip-packages','',0),(1334,1,'2022-01-28 07:39:58','2022-01-28 07:39:58','{\"version\":2,\"isGlobalStylesUserThemeJSON\":true}','Custom Styles','','publish','closed','closed','','wp-global-styles-travel-monster','','','2022-01-28 07:39:58','2022-01-28 07:39:58','',0,'https://kenyaclassictourtravel.com/griflightservices/2022/01/28/wp-global-styles-travel-monster/',0,'wp_global_styles','',0),(2984,1,'2022-04-19 07:55:12','2022-04-19 07:55:12','','Payment for booking #2982','','publish','closed','closed','','payment-for-booking-2982','','','2022-04-19 07:55:12','2022-04-19 07:55:12','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-2982/',0,'wte-payments','',0),(3894,1,'2022-09-22 09:04:37','2022-09-22 09:04:37','','Payment for booking #3892','','publish','closed','closed','','payment-for-booking-3892','','','2022-09-22 09:04:37','2022-09-22 09:04:37','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-3892/',0,'wte-payments','',0),(4233,1,'2022-10-30 11:07:12','2022-10-30 11:07:12','','Budget Friendly','','publish','closed','closed','','4233','','','2022-10-30 11:07:12','2022-10-30 11:07:12','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/4233/',0,'trip-packages','',0),(4234,1,'2022-10-30 11:09:30','2022-10-30 11:09:30','','Budget Friendly','','publish','closed','closed','','4234','','','2022-10-30 11:09:30','2022-10-30 11:09:30','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/4234/',0,'trip-packages','',0),(4235,1,'2022-10-30 11:11:41','2022-10-30 11:11:41','','Luxury','','publish','closed','closed','','4235','','','2022-10-30 11:11:41','2022-10-30 11:11:41','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/4235/',0,'trip-packages','',0),(4236,1,'2022-10-30 11:13:23','2022-10-30 11:13:23','You can create multiple packages like this to offer to your customers. ','Budget Friendly','','publish','closed','closed','','4236','','','2022-10-30 11:13:23','2022-10-30 11:13:23','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/4236/',0,'trip-packages','',0),(4237,1,'2022-10-30 11:14:18','2022-10-30 11:14:18','','Budget Friendly','','publish','closed','closed','','4237','','','2022-10-30 11:14:18','2022-10-30 11:14:18','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/4237/',0,'trip-packages','',0),(4238,1,'2022-10-30 11:16:32','2022-10-30 11:16:32','','Budget Friendly','','publish','closed','closed','','4238','','','2022-10-30 11:16:32','2022-10-30 11:16:32','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/4238/',0,'trip-packages','',0),(4239,1,'2022-10-31 07:34:26','2022-10-31 07:34:26','You can create multiple packages like this to offer to your customers. ','Budget Friendly','','publish','closed','closed','','4239','','','2022-10-31 07:34:26','2022-10-31 07:34:26','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/4239/',0,'trip-packages','',0),(4240,1,'2022-10-31 07:35:13','2022-10-31 07:35:13','You can create multiple packages like this to offer to your customers. This is an example where the price is different for difference packages. ','Luxury','','publish','closed','closed','','4240','','','2022-10-31 07:35:13','2022-10-31 07:35:13','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/4240/',0,'trip-packages','',0),(4242,1,'2022-10-31 07:38:19','2022-10-31 07:38:19','You can create multiple packages like this to offer to your customers. This is an example where the price is different for difference packages. ','Luxury','','publish','closed','closed','','4242','','','2022-10-31 07:38:19','2022-10-31 07:38:19','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/4242/',0,'trip-packages','',0),(4244,1,'2022-10-31 07:43:19','2022-10-31 07:43:19','You can create multiple packages like this to offer to your customers. ','Budget Friendly','','publish','closed','closed','','4244','','','2022-10-31 07:43:19','2022-10-31 07:43:19','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/4244/',0,'trip-packages','',0),(4245,1,'2022-10-31 07:44:28','2022-10-31 07:44:28','You can create multiple packages like this to offer to your customers. This is an example where the price is different for difference packages. ','Luxury','','publish','closed','closed','','4245','','','2022-10-31 07:44:28','2022-10-31 07:44:28','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/4245/',0,'trip-packages','',0),(4246,1,'2022-10-31 07:46:33','2022-10-31 07:46:33','','Default','','publish','closed','closed','','4246','','','2022-10-31 07:46:33','2022-10-31 07:46:33','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/4246/',0,'trip-packages','',0),(4247,1,'2022-10-31 07:48:21','2022-10-31 07:48:21','','Budget Friendly','','publish','closed','closed','','4247','','','2022-10-31 07:48:21','2022-10-31 07:48:21','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/4247/',0,'trip-packages','',0),(4248,1,'2022-10-31 07:49:35','2022-10-31 07:49:35','','Budget Friendly','','publish','closed','closed','','4248','','','2022-10-31 07:49:35','2022-10-31 07:49:35','',0,'https://kenyaclassictourtravel.com/griflightservices/trip-packages/4248/',0,'trip-packages','',0),(4376,1,'2022-11-09 04:01:31','2022-11-09 04:01:31','','Payment for booking #4374','','publish','closed','closed','','payment-for-booking-4374','','','2022-11-09 04:01:31','2022-11-09 04:01:31','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4374/',0,'wte-payments','',0),(4538,1,'2022-12-12 11:34:19','2022-12-12 11:34:19','','Payment for booking #4536','','publish','closed','closed','','payment-for-booking-4536','','','2022-12-12 11:34:19','2022-12-12 11:34:19','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4536/',0,'wte-payments','',0),(4540,1,'2022-12-12 11:34:29','2022-12-12 11:34:29','','Payment for booking #4539','','publish','closed','closed','','payment-for-booking-4539','','','2022-12-12 11:34:29','2022-12-12 11:34:29','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4539/',0,'wte-payments','',0),(4542,1,'2022-12-12 11:35:09','2022-12-12 11:35:09','','Payment for booking #4541','','publish','closed','closed','','payment-for-booking-4541','','','2022-12-12 11:35:09','2022-12-12 11:35:09','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4541/',0,'wte-payments','',0),(4545,1,'2022-12-18 13:18:29','2022-12-18 13:18:29','','Payment for booking #4543','','publish','closed','closed','','payment-for-booking-4543','','','2022-12-18 13:18:29','2022-12-18 13:18:29','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4543/',0,'wte-payments','',0),(4547,1,'2022-12-18 14:42:41','2022-12-18 14:42:41','','Payment for booking #4546','','publish','closed','closed','','payment-for-booking-4546','','','2022-12-18 14:42:41','2022-12-18 14:42:41','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4546/',0,'wte-payments','',0),(4551,1,'2022-12-20 17:49:12','2022-12-20 17:49:12','','Payment for booking #4549','','publish','closed','closed','','payment-for-booking-4549','','','2022-12-20 17:49:12','2022-12-20 17:49:12','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4549/',0,'wte-payments','',0),(4553,1,'2022-12-20 17:49:50','2022-12-20 17:49:50','','Payment for booking #4552','','publish','closed','closed','','payment-for-booking-4552','','','2022-12-20 17:49:50','2022-12-20 17:49:50','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4552/',0,'wte-payments','',0),(4556,1,'2022-12-22 10:16:42','2022-12-22 10:16:42','','Payment for booking #4554','','publish','closed','closed','','payment-for-booking-4554','','','2022-12-22 10:16:42','2022-12-22 10:16:42','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4554/',0,'wte-payments','',0),(4559,1,'2022-12-23 22:37:56','2022-12-23 22:37:56','','Payment for booking #4557','','publish','closed','closed','','payment-for-booking-4557','','','2022-12-23 22:37:56','2022-12-23 22:37:56','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4557/',0,'wte-payments','',0),(4562,1,'2022-12-24 18:07:37','2022-12-24 18:07:37','','Payment for booking #4560','','publish','closed','closed','','payment-for-booking-4560','','','2022-12-24 18:07:37','2022-12-24 18:07:37','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4560/',0,'wte-payments','',0),(4564,1,'2022-12-24 18:07:51','2022-12-24 18:07:51','','Payment for booking #4563','','publish','closed','closed','','payment-for-booking-4563','','','2022-12-24 18:07:51','2022-12-24 18:07:51','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4563/',0,'wte-payments','',0),(4566,1,'2022-12-24 18:28:15','2022-12-24 18:28:15','','Payment for booking #4565','','publish','closed','closed','','payment-for-booking-4565','','','2022-12-24 18:28:15','2022-12-24 18:28:15','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4565/',0,'wte-payments','',0),(4568,1,'2022-12-24 22:44:55','2022-12-24 22:44:55','','Payment for booking #4567','','publish','closed','closed','','payment-for-booking-4567','','','2022-12-24 22:44:55','2022-12-24 22:44:55','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4567/',0,'wte-payments','',0),(4571,1,'2022-12-26 05:37:19','2022-12-26 05:37:19','','Payment for booking #4569','','publish','closed','closed','','payment-for-booking-4569','','','2022-12-26 05:37:19','2022-12-26 05:37:19','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4569/',0,'wte-payments','',0),(4573,1,'2022-12-26 05:37:31','2022-12-26 05:37:31','','Payment for booking #4572','','publish','closed','closed','','payment-for-booking-4572','','','2022-12-26 05:37:31','2022-12-26 05:37:31','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4572/',0,'wte-payments','',0),(4575,1,'2022-12-26 05:38:17','2022-12-26 05:38:17','','Payment for booking #4574','','publish','closed','closed','','payment-for-booking-4574','','','2022-12-26 05:38:17','2022-12-26 05:38:17','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4574/',0,'wte-payments','',0),(4578,1,'2022-12-28 07:31:53','2022-12-28 07:31:53','','Payment for booking #4576','','publish','closed','closed','','payment-for-booking-4576','','','2022-12-28 07:31:53','2022-12-28 07:31:53','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4576/',0,'wte-payments','',0),(4580,1,'2022-12-28 07:32:29','2022-12-28 07:32:29','','Payment for booking #4579','','publish','closed','closed','','payment-for-booking-4579','','','2022-12-28 07:32:29','2022-12-28 07:32:29','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4579/',0,'wte-payments','',0),(4583,1,'2022-12-28 16:44:51','2022-12-28 16:44:51','','Payment for booking #4581','','publish','closed','closed','','payment-for-booking-4581','','','2022-12-28 16:44:51','2022-12-28 16:44:51','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4581/',0,'wte-payments','',0),(4589,1,'2022-12-30 09:26:45','2022-12-30 09:26:45','','Payment for booking #4587','','publish','closed','closed','','payment-for-booking-4587','','','2022-12-30 09:26:45','2022-12-30 09:26:45','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4587/',0,'wte-payments','',0),(4592,1,'2022-12-31 19:11:37','2022-12-31 19:11:37','','Payment for booking #4590','','publish','closed','closed','','payment-for-booking-4590','','','2022-12-31 19:11:37','2022-12-31 19:11:37','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4590/',0,'wte-payments','',0),(4594,1,'2022-12-31 19:47:26','2022-12-31 19:47:26','','Payment for booking #4593','','publish','closed','closed','','payment-for-booking-4593','','','2022-12-31 19:47:26','2022-12-31 19:47:26','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4593/',0,'wte-payments','',0),(4596,1,'2022-12-31 19:47:37','2022-12-31 19:47:37','','Payment for booking #4595','','publish','closed','closed','','payment-for-booking-4595','','','2022-12-31 19:47:37','2022-12-31 19:47:37','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4595/',0,'wte-payments','',0),(4599,1,'2023-01-01 07:43:59','2023-01-01 07:43:59','','Payment for booking #4597','','publish','closed','closed','','payment-for-booking-4597','','','2023-01-01 07:43:59','2023-01-01 07:43:59','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4597/',0,'wte-payments','',0),(4602,1,'2023-01-01 20:11:57','2023-01-01 20:11:57','','Payment for booking #4600','','publish','closed','closed','','payment-for-booking-4600','','','2023-01-01 20:11:57','2023-01-01 20:11:57','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4600/',0,'wte-payments','',0),(4607,1,'2023-01-08 12:04:18','2023-01-08 12:04:18','','Payment for booking #4605','','publish','closed','closed','','payment-for-booking-4605','','','2023-01-08 12:04:18','2023-01-08 12:04:18','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4605/',0,'wte-payments','',0),(4610,1,'2023-01-10 11:53:42','2023-01-10 11:53:42','','Payment for booking #4608','','publish','closed','closed','','payment-for-booking-4608','','','2023-01-10 11:53:42','2023-01-10 11:53:42','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4608/',0,'wte-payments','',0),(4614,1,'2023-01-17 11:01:19','2023-01-17 11:01:19','','Payment for booking #4612','','publish','closed','closed','','payment-for-booking-4612','','','2023-01-17 11:01:19','2023-01-17 11:01:19','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4612/',0,'wte-payments','',0),(4617,1,'2023-01-20 14:50:26','2023-01-20 14:50:26','','Payment for booking #4615','','publish','closed','closed','','payment-for-booking-4615','','','2023-01-20 14:50:26','2023-01-20 14:50:26','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4615/',0,'wte-payments','',0),(4620,1,'2023-01-24 12:43:13','2023-01-24 12:43:13','','Payment for booking #4618','','publish','closed','closed','','payment-for-booking-4618','','','2023-01-24 12:43:13','2023-01-24 12:43:13','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4618/',0,'wte-payments','',0),(4623,1,'2023-01-24 21:08:08','2023-01-24 21:08:08','','Payment for booking #4621','','publish','closed','closed','','payment-for-booking-4621','','','2023-01-24 21:08:08','2023-01-24 21:08:08','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4621/',0,'wte-payments','',0),(4626,1,'2023-01-26 10:32:19','2023-01-26 10:32:19','','Payment for booking #4624','','publish','closed','closed','','payment-for-booking-4624','','','2023-01-26 10:32:19','2023-01-26 10:32:19','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4624/',0,'wte-payments','',0),(4629,1,'2023-01-28 18:47:22','2023-01-28 18:47:22','','Payment for booking #4627','','publish','closed','closed','','payment-for-booking-4627','','','2023-01-28 18:47:22','2023-01-28 18:47:22','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4627/',0,'wte-payments','',0),(4632,1,'2023-01-30 05:29:20','2023-01-30 05:29:20','','Payment for booking #4630','','publish','closed','closed','','payment-for-booking-4630','','','2023-01-30 05:29:20','2023-01-30 05:29:20','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4630/',0,'wte-payments','',0),(4635,1,'2023-01-30 12:24:36','2023-01-30 12:24:36','','Payment for booking #4633','','publish','closed','closed','','payment-for-booking-4633','','','2023-01-30 12:24:36','2023-01-30 12:24:36','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4633/',0,'wte-payments','',0),(4637,1,'2023-01-30 12:24:44','2023-01-30 12:24:44','','Payment for booking #4636','','publish','closed','closed','','payment-for-booking-4636','','','2023-01-30 12:24:44','2023-01-30 12:24:44','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4636/',0,'wte-payments','',0),(4639,1,'2023-01-30 12:24:55','2023-01-30 12:24:55','','Payment for booking #4638','','publish','closed','closed','','payment-for-booking-4638','','','2023-01-30 12:24:55','2023-01-30 12:24:55','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4638/',0,'wte-payments','',0),(4642,1,'2023-01-31 07:23:20','2023-01-31 07:23:20','','Payment for booking #4640','','publish','closed','closed','','payment-for-booking-4640','','','2023-01-31 07:23:20','2023-01-31 07:23:20','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4640/',0,'wte-payments','',0),(4645,1,'2023-02-03 03:42:05','2023-02-03 03:42:05','','Payment for booking #4643','','publish','closed','closed','','payment-for-booking-4643','','','2023-02-03 03:42:05','2023-02-03 03:42:05','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4643/',0,'wte-payments','',0),(4648,1,'2023-02-04 15:32:14','2023-02-04 15:32:14','','Payment for booking #4646','','publish','closed','closed','','payment-for-booking-4646','','','2023-02-04 15:32:14','2023-02-04 15:32:14','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4646/',0,'wte-payments','',0),(4651,1,'2023-02-05 09:54:47','2023-02-05 09:54:47','','Payment for booking #4649','','publish','closed','closed','','payment-for-booking-4649','','','2023-02-05 09:54:47','2023-02-05 09:54:47','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4649/',0,'wte-payments','',0),(4653,1,'2023-02-11 04:56:59','2023-02-11 04:56:59','','Payment for booking #4652','','publish','closed','closed','','payment-for-booking-4652','','','2023-02-11 04:56:59','2023-02-11 04:56:59','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4652/',0,'wte-payments','',0),(4655,1,'2023-02-11 04:57:10','2023-02-11 04:57:10','','Payment for booking #4654','','publish','closed','closed','','payment-for-booking-4654','','','2023-02-11 04:57:10','2023-02-11 04:57:10','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4654/',0,'wte-payments','',0),(4657,1,'2023-02-11 04:57:17','2023-02-11 04:57:17','','Payment for booking #4656','','publish','closed','closed','','payment-for-booking-4656','','','2023-02-11 04:57:17','2023-02-11 04:57:17','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4656/',0,'wte-payments','',0),(4659,1,'2023-02-11 04:57:25','2023-02-11 04:57:25','','Payment for booking #4658','','publish','closed','closed','','payment-for-booking-4658','','','2023-02-11 04:57:25','2023-02-11 04:57:25','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4658/',0,'wte-payments','',0),(4662,1,'2023-02-11 09:59:05','2023-02-11 09:59:05','','Payment for booking #4660','','publish','closed','closed','','payment-for-booking-4660','','','2023-02-11 09:59:05','2023-02-11 09:59:05','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4660/',0,'wte-payments','',0),(4665,1,'2023-02-11 11:58:56','2023-02-11 11:58:56','','Payment for booking #4663','','publish','closed','closed','','payment-for-booking-4663','','','2023-02-11 11:58:56','2023-02-11 11:58:56','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4663/',0,'wte-payments','',0),(4667,1,'2023-02-11 12:22:31','2023-02-11 12:22:31','','Payment for booking #4666','','publish','closed','closed','','payment-for-booking-4666','','','2023-02-11 12:22:31','2023-02-11 12:22:31','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4666/',0,'wte-payments','',0),(4669,1,'2023-02-11 12:22:33','2023-02-11 12:22:33','','Payment for booking #4668','','publish','closed','closed','','payment-for-booking-4668','','','2023-02-11 12:22:33','2023-02-11 12:22:33','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4668/',0,'wte-payments','',0),(4671,1,'2023-02-11 12:22:35','2023-02-11 12:22:35','','Payment for booking #4670','','publish','closed','closed','','payment-for-booking-4670','','','2023-02-11 12:22:35','2023-02-11 12:22:35','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4670/',0,'wte-payments','',0),(4674,1,'2023-02-12 12:58:38','2023-02-12 12:58:38','','Payment for booking #4672','','publish','closed','closed','','payment-for-booking-4672','','','2023-02-12 12:58:38','2023-02-12 12:58:38','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4672/',0,'wte-payments','',0),(4677,1,'2023-02-13 11:31:22','2023-02-13 11:31:22','','Payment for booking #4675','','publish','closed','closed','','payment-for-booking-4675','','','2023-02-13 11:31:22','2023-02-13 11:31:22','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4675/',0,'wte-payments','',0),(4680,1,'2023-02-14 08:44:12','2023-02-14 08:44:12','','Payment for booking #4678','','publish','closed','closed','','payment-for-booking-4678','','','2023-02-14 08:44:12','2023-02-14 08:44:12','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4678/',0,'wte-payments','',0),(4682,1,'2023-02-16 13:15:05','2023-02-16 13:15:05','','Payment for booking #4681','','publish','closed','closed','','payment-for-booking-4681','','','2023-02-16 13:15:05','2023-02-16 13:15:05','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4681/',0,'wte-payments','',0),(4684,1,'2023-02-17 14:21:33','2023-02-17 14:21:33','','Payment for booking #4683','','publish','closed','closed','','payment-for-booking-4683','','','2023-02-17 14:21:33','2023-02-17 14:21:33','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4683/',0,'wte-payments','',0),(4687,1,'2023-02-17 15:22:56','2023-02-17 15:22:56','','Payment for booking #4685','','publish','closed','closed','','payment-for-booking-4685','','','2023-02-17 15:22:56','2023-02-17 15:22:56','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4685/',0,'wte-payments','',0),(4689,1,'2023-02-17 15:26:19','2023-02-17 15:26:19','','Payment for booking #4688','','publish','closed','closed','','payment-for-booking-4688','','','2023-02-17 15:26:19','2023-02-17 15:26:19','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4688/',0,'wte-payments','',0),(4692,1,'2023-02-18 12:07:13','2023-02-18 12:07:13','','Payment for booking #4690','','publish','closed','closed','','payment-for-booking-4690','','','2023-02-18 12:07:13','2023-02-18 12:07:13','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4690/',0,'wte-payments','',0),(4695,1,'2023-02-20 11:09:07','2023-02-20 11:09:07','','Payment for booking #4693','','publish','closed','closed','','payment-for-booking-4693','','','2023-02-20 11:09:07','2023-02-20 11:09:07','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4693/',0,'wte-payments','',0),(4697,1,'2023-02-20 11:09:39','2023-02-20 11:09:39','','Payment for booking #4696','','publish','closed','closed','','payment-for-booking-4696','','','2023-02-20 11:09:39','2023-02-20 11:09:39','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4696/',0,'wte-payments','',0),(4700,1,'2023-02-22 12:39:41','2023-02-22 12:39:41','','Payment for booking #4698','','publish','closed','closed','','payment-for-booking-4698','','','2023-02-22 12:39:41','2023-02-22 12:39:41','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4698/',0,'wte-payments','',0),(4702,1,'2023-02-22 12:40:11','2023-02-22 12:40:11','','Payment for booking #4701','','publish','closed','closed','','payment-for-booking-4701','','','2023-02-22 12:40:11','2023-02-22 12:40:11','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4701/',0,'wte-payments','',0),(4705,1,'2023-02-22 12:46:08','2023-02-22 12:46:08','','Payment for booking #4703','','publish','closed','closed','','payment-for-booking-4703','','','2023-02-22 12:46:08','2023-02-22 12:46:08','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4703/',0,'wte-payments','',0),(4708,1,'2023-02-22 12:49:32','2023-02-22 12:49:32','','Payment for booking #4706','','publish','closed','closed','','payment-for-booking-4706','','','2023-02-22 12:49:32','2023-02-22 12:49:32','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4706/',0,'wte-payments','',0),(4711,1,'2023-02-25 17:36:17','2023-02-25 17:36:17','','Payment for booking #4709','','publish','closed','closed','','payment-for-booking-4709','','','2023-02-25 17:36:17','2023-02-25 17:36:17','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4709/',0,'wte-payments','',0),(4714,1,'2023-03-01 06:29:49','2023-03-01 06:29:49','','Payment for booking #4712','','publish','closed','closed','','payment-for-booking-4712','','','2023-03-01 06:29:49','2023-03-01 06:29:49','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4712/',0,'wte-payments','',0),(4717,1,'2023-03-01 20:28:11','2023-03-01 20:28:11','','Payment for booking #4715','','publish','closed','closed','','payment-for-booking-4715','','','2023-03-01 20:28:11','2023-03-01 20:28:11','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4715/',0,'wte-payments','',0),(4720,1,'2023-03-02 02:58:18','2023-03-02 02:58:18','','Payment for booking #4718','','publish','closed','closed','','payment-for-booking-4718','','','2023-03-02 02:58:18','2023-03-02 02:58:18','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4718/',0,'wte-payments','',0),(4723,1,'2023-03-02 16:42:28','2023-03-02 16:42:28','','Payment for booking #4721','','publish','closed','closed','','payment-for-booking-4721','','','2023-03-02 16:42:28','2023-03-02 16:42:28','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4721/',0,'wte-payments','',0),(4726,1,'2023-03-06 08:15:13','2023-03-06 08:15:13','','Payment for booking #4724','','publish','closed','closed','','payment-for-booking-4724','','','2023-03-06 08:15:13','2023-03-06 08:15:13','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4724/',0,'wte-payments','',0),(4729,1,'2023-03-06 14:16:23','2023-03-06 14:16:23','','Payment for booking #4727','','publish','closed','closed','','payment-for-booking-4727','','','2023-03-06 14:16:23','2023-03-06 14:16:23','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4727/',0,'wte-payments','',0),(4731,1,'2023-03-06 14:16:30','2023-03-06 14:16:30','','Payment for booking #4730','','publish','closed','closed','','payment-for-booking-4730','','','2023-03-06 14:16:30','2023-03-06 14:16:30','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4730/',0,'wte-payments','',0),(4733,1,'2023-03-06 14:16:59','2023-03-06 14:16:59','','Payment for booking #4732','','publish','closed','closed','','payment-for-booking-4732','','','2023-03-06 14:16:59','2023-03-06 14:16:59','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4732/',0,'wte-payments','',0),(4736,1,'2023-03-07 06:51:30','2023-03-07 06:51:30','','Payment for booking #4734','','publish','closed','closed','','payment-for-booking-4734','','','2023-03-07 06:51:30','2023-03-07 06:51:30','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4734/',0,'wte-payments','',0),(4739,1,'2023-03-08 22:48:42','2023-03-08 22:48:42','','Payment for booking #4737','','publish','closed','closed','','payment-for-booking-4737','','','2023-03-08 22:48:42','2023-03-08 22:48:42','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4737/',0,'wte-payments','',0),(4742,1,'2023-03-10 02:44:53','2023-03-10 02:44:53','','Payment for booking #4740','','publish','closed','closed','','payment-for-booking-4740','','','2023-03-10 02:44:53','2023-03-10 02:44:53','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4740/',0,'wte-payments','',0),(4747,1,'2023-03-10 08:17:15','2023-03-10 08:17:15','','Payment for booking #4745','','publish','closed','closed','','payment-for-booking-4745','','','2023-03-10 08:17:15','2023-03-10 08:17:15','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4745/',0,'wte-payments','',0),(4750,1,'2023-03-10 22:06:18','2023-03-10 22:06:18','','Payment for booking #4748','','publish','closed','closed','','payment-for-booking-4748','','','2023-03-10 22:06:18','2023-03-10 22:06:18','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4748/',0,'wte-payments','',0),(4752,1,'2023-03-10 22:06:32','2023-03-10 22:06:32','','Payment for booking #4751','','publish','closed','closed','','payment-for-booking-4751','','','2023-03-10 22:06:32','2023-03-10 22:06:32','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4751/',0,'wte-payments','',0),(4756,1,'2023-03-11 05:47:27','2023-03-11 05:47:27','','Payment for booking #4754','','publish','closed','closed','','payment-for-booking-4754','','','2023-03-11 05:47:27','2023-03-11 05:47:27','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4754/',0,'wte-payments','',0),(4758,1,'2023-03-11 05:47:51','2023-03-11 05:47:51','','Payment for booking #4757','','publish','closed','closed','','payment-for-booking-4757','','','2023-03-11 05:47:51','2023-03-11 05:47:51','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4757/',0,'wte-payments','',0),(4759,1,'2023-03-11 08:17:18','2023-03-11 08:17:18','','Due payment of booking #4748','','publish','closed','closed','','due-payment-of-booking-4748','','','2023-03-11 08:17:18','2023-03-11 08:17:18','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/due-payment-of-booking-4748/',0,'wte-payments','',0),(4760,1,'2023-03-11 08:17:29','2023-03-11 08:17:29','','Due payment of booking #4748','','publish','closed','closed','','due-payment-of-booking-4748-2','','','2023-03-11 08:17:29','2023-03-11 08:17:29','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/due-payment-of-booking-4748-2/',0,'wte-payments','',0),(4761,1,'2023-03-11 08:17:47','2023-03-11 08:17:47','','Due payment of booking #4748','','publish','closed','closed','','due-payment-of-booking-4748-3','','','2023-03-11 08:17:47','2023-03-11 08:17:47','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/due-payment-of-booking-4748-3/',0,'wte-payments','',0),(4765,1,'2023-03-11 08:21:02','2023-03-11 08:21:02','','Payment for booking #4763','','publish','closed','closed','','payment-for-booking-4763','','','2023-03-11 08:21:02','2023-03-11 08:21:02','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4763/',0,'wte-payments','',0),(4769,1,'2023-03-11 20:30:44','2023-03-11 20:30:44','','Payment for booking #4767','','publish','closed','closed','','payment-for-booking-4767','','','2023-03-11 20:30:44','2023-03-11 20:30:44','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4767/',0,'wte-payments','',0),(4771,1,'2023-03-12 06:15:57','2023-03-12 06:15:57','','Payment for booking #4770','','publish','closed','closed','','payment-for-booking-4770','','','2023-03-12 06:15:57','2023-03-12 06:15:57','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4770/',0,'wte-payments','',0),(4773,1,'2023-03-12 06:16:00','2023-03-12 06:16:00','','Payment for booking #4772','','publish','closed','closed','','payment-for-booking-4772','','','2023-03-12 06:16:00','2023-03-12 06:16:00','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4772/',0,'wte-payments','',0),(4776,1,'2023-03-14 14:17:27','2023-03-14 14:17:27','','Payment for booking #4774','','publish','closed','closed','','payment-for-booking-4774','','','2023-03-14 14:17:27','2023-03-14 14:17:27','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4774/',0,'wte-payments','',0),(4779,1,'2023-03-15 19:09:44','2023-03-15 19:09:44','','Payment for booking #4777','','publish','closed','closed','','payment-for-booking-4777','','','2023-03-15 19:09:44','2023-03-15 19:09:44','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4777/',0,'wte-payments','',0),(4782,1,'2023-03-16 23:26:12','2023-03-16 23:26:12','','Payment for booking #4780','','publish','closed','closed','','payment-for-booking-4780','','','2023-03-16 23:26:12','2023-03-16 23:26:12','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4780/',0,'wte-payments','',0),(4785,1,'2023-03-17 05:15:07','2023-03-17 05:15:07','','Payment for booking #4783','','publish','closed','closed','','payment-for-booking-4783','','','2023-03-17 05:15:07','2023-03-17 05:15:07','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4783/',0,'wte-payments','',0),(4788,1,'2023-03-18 11:46:12','2023-03-18 11:46:12','','Payment for booking #4786','','publish','closed','closed','','payment-for-booking-4786','','','2023-03-18 11:46:12','2023-03-18 11:46:12','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4786/',0,'wte-payments','',0),(4791,1,'2023-03-19 15:19:16','2023-03-19 15:19:16','','Payment for booking #4789','','publish','closed','closed','','payment-for-booking-4789','','','2023-03-19 15:19:16','2023-03-19 15:19:16','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4789/',0,'wte-payments','',0),(4794,1,'2023-03-20 09:56:27','2023-03-20 09:56:27','','Payment for booking #4792','','publish','closed','closed','','payment-for-booking-4792','','','2023-03-20 09:56:27','2023-03-20 09:56:27','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4792/',0,'wte-payments','',0),(4797,1,'2023-03-23 09:31:46','2023-03-23 09:31:46','','Payment for booking #4795','','publish','closed','closed','','payment-for-booking-4795','','','2023-03-23 09:31:46','2023-03-23 09:31:46','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4795/',0,'wte-payments','',0),(4800,1,'2023-03-23 13:18:05','2023-03-23 13:18:05','','Payment for booking #4798','','publish','closed','closed','','payment-for-booking-4798','','','2023-03-23 13:18:05','2023-03-23 13:18:05','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4798/',0,'wte-payments','',0),(4802,1,'2023-03-23 13:18:16','2023-03-23 13:18:16','','Payment for booking #4801','','publish','closed','closed','','payment-for-booking-4801','','','2023-03-23 13:18:16','2023-03-23 13:18:16','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4801/',0,'wte-payments','',0),(4807,1,'2023-03-31 12:30:15','2023-03-31 12:30:15','','Payment for booking #4805','','publish','closed','closed','','payment-for-booking-4805','','','2023-03-31 12:30:15','2023-03-31 12:30:15','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4805/',0,'wte-payments','',0),(4810,1,'2023-04-01 07:51:53','2023-04-01 07:51:53','','Payment for booking #4808','','publish','closed','closed','','payment-for-booking-4808','','','2023-04-01 07:51:53','2023-04-01 07:51:53','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4808/',0,'wte-payments','',0),(4814,1,'2023-04-02 19:12:50','2023-04-02 19:12:50','','Payment for booking #4812','','publish','closed','closed','','payment-for-booking-4812','','','2023-04-02 19:12:50','2023-04-02 19:12:50','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4812/',0,'wte-payments','',0),(4817,1,'2023-04-06 12:50:02','2023-04-06 12:50:02','','Payment for booking #4815','','publish','closed','closed','','payment-for-booking-4815','','','2023-04-06 12:50:02','2023-04-06 12:50:02','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4815/',0,'wte-payments','',0),(4819,1,'2023-04-06 12:53:50','2023-04-06 12:53:50','','Payment for booking #4818','','publish','closed','closed','','payment-for-booking-4818','','','2023-04-06 12:53:50','2023-04-06 12:53:50','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4818/',0,'wte-payments','',0),(4822,1,'2023-04-06 13:55:23','2023-04-06 13:55:23','','Payment for booking #4820','','publish','closed','closed','','payment-for-booking-4820','','','2023-04-06 13:55:23','2023-04-06 13:55:23','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4820/',0,'wte-payments','',0),(4824,1,'2023-04-06 13:55:31','2023-04-06 13:55:31','','Payment for booking #4823','','publish','closed','closed','','payment-for-booking-4823','','','2023-04-06 13:55:31','2023-04-06 13:55:31','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4823/',0,'wte-payments','',0),(4827,1,'2023-04-06 14:03:16','2023-04-06 14:03:16','','Payment for booking #4825','','publish','closed','closed','','payment-for-booking-4825','','','2023-04-06 14:03:16','2023-04-06 14:03:16','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4825/',0,'wte-payments','',0),(4828,1,'2023-04-06 14:03:47','2023-04-06 14:03:47','','Due payment of booking #4825','','publish','closed','closed','','due-payment-of-booking-4825','','','2023-04-06 14:03:47','2023-04-06 14:03:47','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/due-payment-of-booking-4825/',0,'wte-payments','',0),(4831,1,'2023-04-09 23:44:02','2023-04-09 23:44:02','','Payment for booking #4829','','publish','closed','closed','','payment-for-booking-4829','','','2023-04-09 23:44:02','2023-04-09 23:44:02','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4829/',0,'wte-payments','',0),(4833,1,'2023-04-09 23:45:45','2023-04-09 23:45:45','','Payment for booking #4832','','publish','closed','closed','','payment-for-booking-4832','','','2023-04-09 23:45:45','2023-04-09 23:45:45','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4832/',0,'wte-payments','',0),(4836,1,'2023-04-15 18:36:57','2023-04-15 18:36:57','','Payment for booking #4834','','publish','closed','closed','','payment-for-booking-4834','','','2023-04-15 18:36:57','2023-04-15 18:36:57','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4834/',0,'wte-payments','',0),(4840,1,'2023-04-18 18:09:40','2023-04-18 18:09:40','','Payment for booking #4838','','publish','closed','closed','','payment-for-booking-4838','','','2023-04-18 18:09:40','2023-04-18 18:09:40','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4838/',0,'wte-payments','',0),(4843,1,'2023-04-24 01:15:01','2023-04-24 01:15:01','','Payment for booking #4841','','publish','closed','closed','','payment-for-booking-4841','','','2023-04-24 01:15:01','2023-04-24 01:15:01','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4841/',0,'wte-payments','',0),(4845,1,'2023-04-24 01:15:03','2023-04-24 01:15:03','','Payment for booking #4844','','publish','closed','closed','','payment-for-booking-4844','','','2023-04-24 01:15:03','2023-04-24 01:15:03','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4844/',0,'wte-payments','',0),(4848,1,'2023-04-26 07:27:38','2023-04-26 07:27:38','','Payment for booking #4846','','publish','closed','closed','','payment-for-booking-4846','','','2023-04-26 07:27:38','2023-04-26 07:27:38','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4846/',0,'wte-payments','',0),(4851,1,'2023-04-26 22:20:19','2023-04-26 22:20:19','','Payment for booking #4849','','publish','closed','closed','','payment-for-booking-4849','','','2023-04-26 22:20:19','2023-04-26 22:20:19','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4849/',0,'wte-payments','',0),(4854,1,'2023-04-27 15:27:51','2023-04-27 15:27:51','','Payment for booking #4852','','publish','closed','closed','','payment-for-booking-4852','','','2023-04-27 15:27:51','2023-04-27 15:27:51','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4852/',0,'wte-payments','',0),(4857,1,'2023-04-29 11:07:27','2023-04-29 11:07:27','','Payment for booking #4855','','publish','closed','closed','','payment-for-booking-4855','','','2023-04-29 11:07:27','2023-04-29 11:07:27','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4855/',0,'wte-payments','',0),(4963,1,'2023-05-01 13:16:50','2023-05-01 13:16:50','','Payment for booking #4858','','publish','closed','closed','','payment-for-booking-4858','','','2023-05-01 13:16:50','2023-05-01 13:16:50','',0,'https://kenyaclassictourtravel.com/griflightservices/wte-payments/payment-for-booking-4858/',0,'wte-payments','',0),(4964,1,'2024-07-19 11:49:06','2024-07-19 11:49:06','','cropped-logo-2','','inherit','open','closed','','cropped-logo-2','','','2024-07-19 11:49:06','2024-07-19 11:49:06','',0,'https://kenyaclassictourtravel.com/griflightservices/wp-content/uploads/2024/07/cropped-logo-2.png',0,'attachment','image/png',0),(4965,1,'2024-07-19 12:16:21','2024-07-19 12:16:21','','logo','','inherit','open','closed','','logo','','','2024-07-19 12:16:21','2024-07-19 12:16:21','',0,'https://kenyaclassictourtravel.com/griflightservices/wp-content/uploads/2024/07/logo.png',0,'attachment','image/png',0),(4968,1,'2024-07-19 12:30:15','2024-07-19 12:30:15','','travel1','','inherit','open','closed','','travel1','','','2024-07-19 12:30:15','2024-07-19 12:30:15','',2255,'https://kenyaclassictourtravel.com/griflightservices/wp-content/uploads/2024/07/travel1.jpg',0,'attachment','image/jpeg',0),(4969,1,'2024-07-19 12:30:36','2024-07-19 12:30:36','','Home','<p>Escape Your Comfort Zone. Grab your stuff and let’s get lost. Bhutan Srilanka Colombo Nepal Everest Region France Paris Maldives Male USA New York Philippines Prague Hiking Jungle Safari Peak Climbing Rafting Trekking March, 2022 February, 2022 March, 2022 April, 2022 May, 2022 June, 2022 July, 2022 August, 2022 September, 2022 October, 2022 November, 2022 […]</p>\n','inherit','closed','closed','','2255-revision-v1','','','2024-07-19 12:30:36','2024-07-19 12:30:36','',2255,'https://kenyaclassictourtravel.com/griflightservices/?p=4969',0,'revision','',0),(4970,1,'2024-07-19 12:30:36','2024-07-19 12:30:36','','Home','<p>Escape Your Comfort Zone. Grab your stuff and let’s get lost. Bhutan Srilanka Colombo Nepal Everest Region France Paris Maldives Male USA New York Philippines Prague Hiking Jungle Safari Peak Climbing Rafting Trekking March, 2022 February, 2022 March, 2022 April, 2022 May, 2022 June, 2022 July, 2022 August, 2022 September, 2022 October, 2022 November, 2022 […]</p>\n','inherit','closed','closed','','2255-revision-v1','','','2024-07-19 12:30:36','2024-07-19 12:30:36','',2255,'https://kenyaclassictourtravel.com/griflightservices/?p=4970',0,'revision','',0),(4971,1,'2024-07-19 12:30:37','2024-07-19 12:30:37','<style>/*! elementor - v3.23.0 - 15-07-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Discover the World in Style with Luxury Travel</h1> \n <p>Grab your stuff and let’s get lost.</p> \n <form action=\"https://kenyaclassictourtravel.com/griflightservices/trip-search-result-2/\">\n <svg width=\"20\" height=\"14\" viewBox=\"0 0 20 14\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M15.9192 5.06735C15.4031 5.06735 14.9092 5.16388 14.4543 5.33946C14.0979 4.54743 13.79 3.70981 13.6362 2.93056C13.3892 1.67907 12.2833 0.770752 11.0066 0.770752C10.683 0.770752 10.4206 1.0331 10.4206 1.35669C10.4206 1.68028 10.683 1.94263 11.0066 1.94263C11.146 1.94263 11.2817 1.96208 11.4111 1.99821C11.8041 2.10806 12.1377 2.37392 12.3322 2.73095C12.3165 2.75095 12.3015 2.77169 12.2882 2.79415L12.1061 3.1006L11.1852 4.65099H6.26473L5.98504 3.94704H6.10113C6.42473 3.94704 6.68707 3.6847 6.68707 3.3611C6.68707 3.03751 6.42473 2.77517 6.10113 2.77517H4.08086C3.75727 2.77517 3.49492 3.03751 3.49492 3.3611C3.49492 3.6847 3.75727 3.94704 4.08086 3.94704H4.72406L5.23539 5.23392C4.86914 5.12571 4.48172 5.06731 4.08086 5.06731C1.83066 5.06735 0 6.89802 0 9.14817C0 11.3983 1.83066 13.229 4.08082 13.229C6.13203 13.229 7.83437 11.7077 8.11941 9.73411H9.19547C9.40219 9.73411 9.59363 9.62517 9.69922 9.44743L12.7784 4.2636C12.959 4.82259 13.1851 5.38267 13.4288 5.91774C12.4621 6.6647 11.8384 7.83489 11.8384 9.14821C11.8384 11.3984 13.669 13.229 15.9192 13.229C18.1693 13.229 20 11.3984 20 9.14821C20 6.89806 18.1693 5.06735 15.9192 5.06735ZM4.08082 9.73411H6.93047C6.65859 11.0582 5.48418 12.0571 4.08082 12.0571C2.47684 12.0571 1.17188 10.7522 1.17188 9.14817C1.17188 7.54419 2.47684 6.23923 4.08082 6.23923C5.48418 6.23923 6.65859 7.23813 6.93047 8.56224H4.08082C3.75723 8.56224 3.49488 8.82458 3.49488 9.14817C3.49488 9.47177 3.75723 9.73411 4.08082 9.73411ZM8.86199 8.56224H8.11941C7.98344 7.62087 7.52504 6.78251 6.86 6.16298C6.85391 6.13946 6.84684 6.11603 6.83762 6.09286L6.73035 5.8229H10.4891L8.86199 8.56224ZM15.9192 12.0571C14.3152 12.0571 13.0102 10.7521 13.0102 9.14813C13.0102 8.29841 13.3766 7.5327 13.9595 7.00036C14.6801 8.37755 15.384 9.40419 15.437 9.48099C15.5507 9.64571 15.7336 9.73411 15.9197 9.73411C16.0345 9.73411 16.1504 9.70044 16.252 9.63032C16.5184 9.44649 16.5852 9.08157 16.4014 8.81524C16.3888 8.79696 15.6797 7.76294 14.9697 6.39911C15.2675 6.29595 15.5868 6.23915 15.9192 6.23915C17.5232 6.23915 18.8281 7.54411 18.8281 9.1481C18.8281 10.7521 17.5232 12.0571 15.9192 12.0571Z\" fill=\"#2183DF\" /></svg> \n <input type=\"text\" placeholder=\"Activity\" />\n <input type=\"hidden\" name=\"activities\" />\n <ul>\n <li data-value=\"boating\" data-label=\"Boating\">Boating</li><li data-value=\"city-tour\" data-label=\"City Tour\">City Tour</li><li data-value=\"cycling\" data-label=\"Cycling\">Cycling</li><li data-value=\"hiking\" data-label=\"Hiking\">Hiking</li><li data-value=\"jungle-safari\" data-label=\"Jungle Safari\">Jungle Safari</li><li data-value=\"peak-climbing\" data-label=\"Peak Climbing\">Peak Climbing</li><li data-value=\"rafting\" data-label=\"Rafting\">Rafting</li><li data-value=\"skiing\" data-label=\"Skiing\">Skiing</li><li data-value=\"trekking\" data-label=\"Trekking\">Trekking</li> </ul>\n <svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M8.25 6.75H11.25C11.4489 6.75 11.6397 6.67098 11.7803 6.53033C11.921 6.38968 12 6.19891 12 6C12 5.80109 11.921 5.61032 11.7803 5.46967C11.6397 5.32902 11.4489 5.25 11.25 5.25H9.75V4.5C9.75 4.30109 9.67099 4.11032 9.53033 3.96967C9.38968 3.82902 9.19892 3.75 9 3.75C8.80109 3.75 8.61033 3.82902 8.46967 3.96967C8.32902 4.11032 8.25 4.30109 8.25 4.5V5.25C7.65327 5.25 7.08097 5.48705 6.65901 5.90901C6.23706 6.33097 6 6.90326 6 7.5C6 8.09674 6.23706 8.66903 6.65901 9.09099C7.08097 9.51295 7.65327 9.75 8.25 9.75H9.75C9.94892 9.75 10.1397 9.82902 10.2803 9.96967C10.421 10.1103 10.5 10.3011 10.5 10.5C10.5 10.6989 10.421 10.8897 10.2803 11.0303C10.1397 11.171 9.94892 11.25 9.75 11.25H6.75C6.55109 11.25 6.36033 11.329 6.21967 11.4697C6.07902 11.6103 6 11.8011 6 12C6 12.1989 6.07902 12.3897 6.21967 12.5303C6.36033 12.671 6.55109 12.75 6.75 12.75H8.25V13.5C8.25 13.6989 8.32902 13.8897 8.46967 14.0303C8.61033 14.171 8.80109 14.25 9 14.25C9.19892 14.25 9.38968 14.171 9.53033 14.0303C9.67099 13.8897 9.75 13.6989 9.75 13.5V12.75C10.3467 12.75 10.919 12.5129 11.341 12.091C11.763 11.669 12 11.0967 12 10.5C12 9.90326 11.763 9.33097 11.341 8.90901C10.919 8.48705 10.3467 8.25 9.75 8.25H8.25C8.05109 8.25 7.86033 8.17098 7.71967 8.03033C7.57902 7.88968 7.5 7.69891 7.5 7.5C7.5 7.30109 7.57902 7.11032 7.71967 6.96967C7.86033 6.82902 8.05109 6.75 8.25 6.75ZM9 0.75C7.36831 0.75 5.77325 1.23385 4.41655 2.14038C3.05984 3.0469 2.00242 4.33537 1.378 5.84286C0.753575 7.35035 0.590197 9.00915 0.908525 10.6095C1.22685 12.2098 2.01259 13.6798 3.16637 14.8336C4.32016 15.9874 5.79017 16.7732 7.39051 17.0915C8.99085 17.4098 10.6497 17.2464 12.1571 16.622C13.6646 15.9976 14.9531 14.9402 15.8596 13.5835C16.7661 12.2268 17.25 10.6317 17.25 9C17.25 6.81196 16.3808 4.71354 14.8336 3.16637C13.2865 1.61919 11.188 0.75 9 0.75ZM9 15.75C7.66498 15.75 6.35994 15.3541 5.2499 14.6124C4.13987 13.8707 3.27471 12.8165 2.76382 11.5831C2.25293 10.3497 2.11925 8.99251 2.3797 7.68314C2.64015 6.37377 3.28303 5.17103 4.22703 4.22703C5.17104 3.28302 6.37377 2.64015 7.68314 2.3797C8.99252 2.11925 10.3497 2.25292 11.5831 2.76381C12.8165 3.2747 13.8707 4.13987 14.6124 5.2499C15.3541 6.35993 15.75 7.66498 15.75 9C15.75 10.7902 15.0388 12.5071 13.773 13.773C12.5071 15.0388 10.7902 15.75 9 15.75Z\" fill=\"#2183DF\" />\n </svg>\n <input type=\"text\" data-value placeholder=\"Budget\" />\n <input type=\"hidden\" data-value-min name=\"min-cost\" />\n <input type=\"hidden\" data-value-max name=\"max-cost\"/>\n <svg width=\"12\" height=\"15\" viewBox=\"0 0 12 15\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M6 0C4.4087 0 2.88258 0.632141 1.75736 1.75736C0.632141 2.88258 0 4.4087 0 6C0 10.05 5.2875 14.625 5.5125 14.82C5.64835 14.9362 5.82124 15 6 15C6.17877 15 6.35165 14.9362 6.4875 14.82C6.75 14.625 12 10.05 12 6C12 4.4087 11.3679 2.88258 10.2426 1.75736C9.11742 0.632141 7.5913 0 6 0ZM6 13.2375C4.4025 11.7375 1.5 8.505 1.5 6C1.5 4.80653 1.97411 3.66193 2.81802 2.81802C3.66193 1.97411 4.80653 1.5 6 1.5C7.19347 1.5 8.33807 1.97411 9.18198 2.81802C10.0259 3.66193 10.5 4.80653 10.5 6C10.5 8.505 7.5975 11.745 6 13.2375ZM6 3C5.40666 3 4.82664 3.17595 4.33329 3.50559C3.83994 3.83524 3.45542 4.30377 3.22836 4.85195C3.0013 5.40013 2.94189 6.00333 3.05764 6.58527C3.1734 7.16721 3.45912 7.70176 3.87868 8.12132C4.29824 8.54088 4.83279 8.8266 5.41473 8.94236C5.99667 9.05811 6.59987 8.9987 7.14805 8.77164C7.69623 8.54458 8.16477 8.16006 8.49441 7.66671C8.82405 7.17336 9 6.59334 9 6C9 5.20435 8.68393 4.44129 8.12132 3.87868C7.55871 3.31607 6.79565 3 6 3ZM6 7.5C5.70333 7.5 5.41332 7.41203 5.16665 7.2472C4.91997 7.08238 4.72771 6.84811 4.61418 6.57403C4.50065 6.29994 4.47094 5.99834 4.52882 5.70736C4.5867 5.41639 4.72956 5.14912 4.93934 4.93934C5.14912 4.72956 5.41639 4.5867 5.70737 4.52882C5.99834 4.47094 6.29994 4.50065 6.57403 4.61418C6.84811 4.72771 7.08238 4.91997 7.2472 5.16665C7.41203 5.41332 7.5 5.70333 7.5 6C7.5 6.39782 7.34197 6.77936 7.06066 7.06066C6.77936 7.34196 6.39783 7.5 6 7.5Z\" fill=\"#2183DF\" /></svg> \n <input type=\"text\" placeholder=\"Destination\" />\n <input type=\"hidden\" name=\"destination\" />\n <ul>\n <li data-value=\"nepal\" data-label=\"Nepal\">Nepal<ul><li data-value=\"annapurna-region\" data-label=\"Annapurna\">Annapurna</li><li data-value=\"everest\" data-label=\"Upper Mustang\">Upper Mustang</li></ul></li><li data-value=\"bhutan\" data-label=\"Bhutan\">Bhutan</li><li data-value=\"srilanka\" data-label=\"Srilanka\">Srilanka<ul><li data-value=\"colombo-srilanka\" data-label=\"Colombo\">Colombo</li></ul></li><li data-value=\"france\" data-label=\"France\">France</li><li data-value=\"india\" data-label=\"India\">India</li><li data-value=\"maldives\" data-label=\"Maldives\">Maldives</li><li data-value=\"peru\" data-label=\"Peru\">Peru</li><li data-value=\"philippines\" data-label=\"Philippines\">Philippines</li><li data-value=\"usa\" data-label=\"USA\">USA</li> </ul>\n <svg width=\"15\" height=\"15\" viewBox=\"0 0 15 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M7.4375 0.125C5.99123 0.125 4.57743 0.553871 3.3749 1.35738C2.17236 2.16089 1.2351 3.30294 0.681634 4.63913C0.128168 5.97531 -0.0166435 7.44561 0.265511 8.8641C0.547665 10.2826 1.24411 11.5855 2.26678 12.6082C3.28946 13.6309 4.59242 14.3273 6.0109 14.6095C7.42939 14.8916 8.89969 14.7468 10.2359 14.1934C11.5721 13.6399 12.7141 12.7026 13.5176 11.5001C14.3211 10.2976 14.75 8.88377 14.75 7.4375C14.75 6.47721 14.5609 5.52632 14.1934 4.63913C13.8259 3.75193 13.2872 2.94581 12.6082 2.26678C11.9292 1.58775 11.1231 1.04912 10.2359 0.681631C9.34868 0.314143 8.39779 0.125 7.4375 0.125ZM7.4375 13.2875C6.28048 13.2875 5.14944 12.9444 4.18742 12.3016C3.22539 11.6588 2.47558 10.7451 2.03281 9.6762C1.59004 8.60725 1.47419 7.43101 1.69991 6.29622C1.92563 5.16143 2.48279 4.11906 3.30093 3.30092C4.11907 2.48279 5.16144 1.92563 6.29622 1.69991C7.43101 1.47418 8.60725 1.59003 9.6762 2.0328C10.7451 2.47558 11.6588 3.22539 12.3016 4.18741C12.9444 5.14944 13.2875 6.28048 13.2875 7.4375C13.2875 8.98901 12.6712 10.477 11.5741 11.5741C10.477 12.6712 8.98902 13.2875 7.4375 13.2875ZM9.70438 7.89819L8.16875 7.01337V3.78125C8.16875 3.58731 8.09171 3.40131 7.95457 3.26418C7.81744 3.12704 7.63144 3.05 7.4375 3.05C7.24356 3.05 7.05757 3.12704 6.92043 3.26418C6.78329 3.40131 6.70625 3.58731 6.70625 3.78125V7.4375C6.70625 7.4375 6.70625 7.496 6.70625 7.52525C6.71058 7.57563 6.72293 7.625 6.74282 7.6715C6.75787 7.71488 6.77748 7.75655 6.80131 7.79581C6.82132 7.83737 6.84585 7.87661 6.87444 7.91281L6.99144 8.00787L7.05725 8.07369L8.9585 9.17056C9.06995 9.23373 9.19603 9.26651 9.32413 9.26562C9.48604 9.26676 9.64375 9.21412 9.77252 9.11596C9.90129 9.01781 9.99385 8.8797 10.0357 8.72328C10.0775 8.56686 10.0662 8.40098 10.0036 8.25166C9.94101 8.10233 9.83062 7.97801 9.68975 7.89819H9.70438Z\" fill=\"#2183DF\" />\n </svg>\n <input type=\"text\" data-value placeholder=\"Duration\" />\n <input type=\"hidden\" data-value-min name=\"min-duration\">\n <input type=\"hidden\" data-value-max name=\"max-duration\">\n <button type=\"submit\">Search</button>\n </form>\n <link rel=\"stylesheet\" href=\"https://kenyaclassictourtravel.com/griflightservices/wp-content/uploads/elementor/css/custom-widget-icon-box.min.css?ver=1721389820\"> \n <h3>\n Handpicked Destination \n </h3>\n <p>\n Our strict screening process means you’re only seeing the best quality treks. </p>\n <h3>\n Best Price Guaranteed \n </h3>\n <p>\n Our Best Price Guarantee means that you can be sure of booking at the best rate. </p>\n <h3>\n 24/7 Customer Service \n </h3>\n <p>\n Our customer are standing by 24/7 to make your experience incredible. </p>\n Redefining Luxury Travel \n <h2>Who we are</h2> \n <p>We are a team of passionate travel experts who specialize in crafting bespoke luxury travel experiences that exceed the expectations of our clients. With our extensive knowledge and connections around the world, we create tailor-made itineraries that cater to individual preferences and interests.</p><p>Our goal is to provide you with unforgettable travel experiences that are tailored to your unique interests and preferences. Whether you\'re looking for a relaxing beach vacation, an adventurous trek through the mountains, or a cultural immersion in a new city, we have the expertise and resources to make it happen.</p> \n <a href=\"/wanderlust-tours/about-us\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"></path></svg> \n KNOW MORE ABOUT US\n </a>\n <style>/*! elementor - v3.23.0 - 15-07-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img src=\"https://wordpressmu-1294046-4701143.cloudwaysapps.com/travel-explorer/wp-content/uploads/sites/46/2023/05/trip-advisor.jpg\" title=\"\" alt=\"\" loading=\"lazy\" /> \n <style>/*! elementor - v3.23.0 - 15-07-2024 */\n.elementor-counter{display:flex;justify-content:center;align-items:stretch;flex-direction:column-reverse}.elementor-counter .elementor-counter-number{flex-grow:var(--counter-number-grow,0)}.elementor-counter .elementor-counter-number-wrapper{flex:1;display:flex;font-size:69px;font-weight:600;line-height:1;text-align:center}.elementor-counter .elementor-counter-number-prefix{text-align:end;flex-grow:var(--counter-prefix-grow,1);white-space:pre-wrap}.elementor-counter .elementor-counter-number-suffix{text-align:start;flex-grow:var(--counter-suffix-grow,1);white-space:pre-wrap}.elementor-counter .elementor-counter-title{flex:1;display:flex;justify-content:center;align-items:center;margin:0;padding:0;font-size:19px;font-weight:400;line-height:2.5}</style> \n TRIPS AND TOURS \n 0\n +\n OUTDOOR ACTIVITES \n 0\n +\n COUNTRIES \n 0\n +\n HAPPY CUSTOMERS \n 0\n K+\n Choose your trips \n <h2>Featured Trips</h2> \n <p>To those who wish to experience one of the best holiday time ever, we are excited to offer unlimited fun is represented in a great way.</p> \n <!-- Layout 2 -->\n 8% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/5-days-tour-to-philippines/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/5-days-tour-to-philippines/\">7 Days tour to Explore the Beauty of Philippines</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/maldives/\">Maldives</a>, <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/philippines/\">Philippines</a>\n 7 Days \n <del>$1,200</del>\n <ins>$1,100</ins>\n<!-- Layout 2 -->\n 13% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/fantastic-maldives-tour-package/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/fantastic-maldives-tour-package/\">Fantastic Maldives Tour Package</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/maldives/\">Maldives</a>, <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/srilanka/\">Srilanka</a>\n 11 Days \n <del>$800</del>\n <ins>$700</ins>\n<!-- Layout 2 -->\n 14% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/romantic-sri-lanka-honeymoon-package/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/romantic-sri-lanka-honeymoon-package/\">Romantic Sri Lanka Honeymoon Package</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/srilanka/colombo-srilanka/\">Colombo</a>, <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/maldives/\">Maldives</a>, <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/srilanka/\">Srilanka</a>\n 9 Days \n <del>$700</del>\n <ins>$600</ins>\n<!-- Layout 2 -->\n 6% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/tiger-nest-monastery-tour-in-bhutan/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/tiger-nest-monastery-tour-in-bhutan/\">Bhutan Cultural Tour: Explore the Himalayan Kingdom</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/bhutan/\">Bhutan</a>\n 7 Days \n <del>$1,800</del>\n <ins>$1,700</ins>\n<!-- Layout 2 -->\n 11% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/prague-czech-republic/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/prague-czech-republic/\">Experience the Incredible India</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/india/\">India</a>\n 5 Days \n <del>$900</del>\n <ins>$800</ins>\n<!-- Layout 2 -->\n 9% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/nyc-statue-of-liberty-ferry-tour-and-manhattan-trip/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/nyc-statue-of-liberty-ferry-tour-and-manhattan-trip/\">Maldives: The Travel and Experience of the Lifetime</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/usa/\">USA</a>\n 6 Days \n <del>$1,100</del>\n <ins>$1,000</ins>\n<!-- .category-{$layout} --> \n <a href=\"/wanderlust-tours/trip/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"></path></svg> \n VIEW ALL TRIPS\n </a>\n <img src=\"https://wordpressmu-1294046-4701143.cloudwaysapps.com/travel-explorer/wp-content/uploads/sites/46/2023/05/image-004.png\" title=\"\" alt=\"\" loading=\"lazy\" /> \n <img src=\"https://wordpressmu-1294046-4701143.cloudwaysapps.com/travel-explorer/wp-content/uploads/sites/46/2023/05/image-003.png\" title=\"\" alt=\"\" loading=\"lazy\" /> \n <img src=\"https://wordpressmu-1294046-4701143.cloudwaysapps.com/travel-explorer/wp-content/uploads/sites/46/2023/05/image-005.png\" title=\"\" alt=\"\" loading=\"lazy\" /> \n <img src=\"https://wordpressmu-1294046-4701143.cloudwaysapps.com/travel-explorer/wp-content/uploads/sites/46/2023/05/image-002.png\" title=\"\" alt=\"\" loading=\"lazy\" /> \n Experience Luxury Travel like Never Before \n <h2>Who Choose Us?</h2> \n <p>We pride ourselves on offering the highest quality service with a personalized touch to make your trip unforgettable.</p> \n <h3>\n This is the heading \n </h3>\n <p>\n We specialize in creating individualized wildlife safari tours. </p>\n <h3>\n Expert Knowledge \n </h3>\n <p>\n We offer the greatest guides since we believe that a wildlife tour. </p>\n <h3>\n Travel Services \n </h3>\n <p>\n We offer the greatest tour guides since we believe that a wildlife. </p>\n <h3>\n Reliable & Responsible \n </h3>\n <p>\n We try our best to answer every phone as quickly as we can. </p>\n Experience the World in Style \n <h2>Book Your Dream Luxury Trip Today!</h2> \n <p>Experience the ultimate in luxury travel and indulge in the trip of a lifetime. Book your dream luxury trip today and let us help you create unforgettable memories that you\'ll cherish forever</p> \n <a href=\"http://wanderlust-tours/trip/5-days-tour-to-philippines/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"></path></svg> \n LET\'S MAKE IT HAPPEN\n </a>\n Add Your Heading Text Here \n Feel the Energy and Excitement of Nature \n <h2>Top Destinations</h2> \n <p>To those who wish to experience one of the best holiday time ever, we are excited to offer unlimited fun is represented in a great way.</p> \n <figure>\n </figure>\n <h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/trip-types/budget-travel/\">Budget Travel</a>\n (6 Trips)\n </h2>\n <figure>\n </figure>\n <h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/trip-types/child-friendly/\">Child-friendly</a>\n (8 Trips)\n </h2>\n <figure>\n </figure>\n <h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/trip-types/cultural/\">Cultural</a>\n (9 Trips)\n </h2>\n <figure>\n </figure>\n <h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/trip-types/dog-friendly/\">Dog-friendly</a>\n (7 Trips)\n </h2>\n <figure>\n </figure>\n <h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/trip-types/high-altitude/\">High Altitude</a>\n (7 Trips)\n </h2>\n <figure>\n </figure>\n <h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/trip-types/home-stay/\">Home Stay</a>\n (9 Trips)\n </h2>\n <a href=\"/wanderlust-tours/destination/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"></path></svg> \n VIEW ALL DESTINATIONS\n </a>\n Testimonials \n <h2>What People Say \nAbout Us</h2> \n <p>We are the leading travel agency offering different programs and higher education diplomas that are designed with global requirements in mind.</p> \n <a href=\"/wanderlust-tours/our-teams/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"></path></svg> \n VIEW ALL TESTIMONIALS\n </a>\n <i>★</i><i>★</i><i>★</i><i>★</i><i>★</i> 5/5 \n <p>Contrary to popular belief, travelling is a lot fun especially when there’s always someone to lean on to. Travelwind has done just that to me. It is really easy to find your desired location here and the customer service is really excellent.</p> \n Talan Arcand\n Guest Review\n <i>★</i><i>★</i><i>★</i><i>★</i><i>★</i> 5/5 \n <p>Contrary to popular belief, travelling is a lot fun especially when there’s always someone to lean on to. Travelwind has done just that to me. It is really easy to find your desired location here and the customer service is really excellent.</p> \n Talan Arcand\n Guest Review\n <i>★</i><i>★</i><i>★</i><i>★</i><i>★</i> 5/5 \n <p>Contrary to popular belief, travelling is a lot fun especially when there’s always someone to lean on to. Travelwind has done just that to me. It is really easy to find your desired location here and the customer service is really excellent.</p> \n Talan Arcand\n Guest Review\n Choose your trips \n <h2>Best travel deals</h2> \n <p>To those who wish to experience one of the best holiday time ever, we are excited to offer unlimited fun is represented in a great way.</p> \n <!-- Layout 2 -->\n 8% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/5-days-tour-to-philippines/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/5-days-tour-to-philippines/\">7 Days tour to Explore the Beauty of Philippines</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/maldives/\">Maldives</a>, <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/philippines/\">Philippines</a>\n 7 Days \n <del>$1,200</del>\n <ins>$1,100</ins>\n<!-- Layout 2 -->\n 13% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/fantastic-maldives-tour-package/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/fantastic-maldives-tour-package/\">Fantastic Maldives Tour Package</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/maldives/\">Maldives</a>, <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/srilanka/\">Srilanka</a>\n 11 Days \n <del>$800</del>\n <ins>$700</ins>\n<!-- Layout 2 -->\n 14% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/romantic-sri-lanka-honeymoon-package/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/romantic-sri-lanka-honeymoon-package/\">Romantic Sri Lanka Honeymoon Package</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/srilanka/colombo-srilanka/\">Colombo</a>, <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/maldives/\">Maldives</a>, <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/srilanka/\">Srilanka</a>\n 9 Days \n <del>$700</del>\n <ins>$600</ins>\n<!-- Layout 2 -->\n 6% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/tiger-nest-monastery-tour-in-bhutan/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/tiger-nest-monastery-tour-in-bhutan/\">Bhutan Cultural Tour: Explore the Himalayan Kingdom</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/bhutan/\">Bhutan</a>\n 7 Days \n <del>$1,800</del>\n <ins>$1,700</ins>\n<!-- Layout 2 -->\n 11% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/prague-czech-republic/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/prague-czech-republic/\">Experience the Incredible India</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/india/\">India</a>\n 5 Days \n <del>$900</del>\n <ins>$800</ins>\n<!-- Layout 2 -->\n 9% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/nyc-statue-of-liberty-ferry-tour-and-manhattan-trip/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/nyc-statue-of-liberty-ferry-tour-and-manhattan-trip/\">Maldives: The Travel and Experience of the Lifetime</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/usa/\">USA</a>\n 6 Days \n <del>$1,100</del>\n <ins>$1,000</ins>\n<!-- .category-{$layout} --> \n <a href=\"/wanderlust-tours/trip/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"></path></svg> \n VIEW ALL DEALS\n </a>\n Add Your Heading Text Here \n Take Action and Make Your Dreams a Reality \n <h2>Unlock the Door to Your Dreams</h2> \n <p>Are you tired of dreaming about the life you want? It\'s time to take action and make those dreams a reality. Let us help you unlock the door to your dreams and start living the life you\'ve always wanted.</p> \n <a href=\"/wanderlust-tours/trip/everest-base-camp-trek/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"></path></svg> \n OPEN THE DOOR NOW\n </a>\n Your ultimate guide to exploring the world \n <h2>Blog and articles</h2> \n <p>Latest travel tips and blog covering all travel experiences. Check out our mentions in different guides and articles.</p> \n <h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/hello-world/\" title=\"Hello world!\">Hello world!</a></h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/author/admin/\" title=\"Posts by admin\" rel=\"author\">admin</a><time datetime=\"July 19, 2024\">July 19, 2024</time>\n <p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p><a href=\"https://kenyaclassictourtravel.com/griflightservices/hello-world/\">READ MORE<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"11.249\"\n height=\"7.741\" viewBox=\"0 0 11.249 7.741\">\n <path id=\"Path_2\" data-name=\"Path 2\"\n d=\"M11.1,45.417,7.748,42.069a.523.523,0,0,0-.74.74l2.455,2.455H.523a.523.523,0,0,0,0,1.046h8.94L7.008,48.764a.523.523,0,0,0,.74.74L11.1,46.156A.523.523,0,0,0,11.1,45.417Z\"\n transform=\"translate(0 -41.916)\" fill=\"currentcolor\"/>\n </svg></a>\n <figure><a href=\"https://kenyaclassictourtravel.com/griflightservices/eos-sed-unde-dolor-assumenda-a-consequatur/\" title=\"A Guide to Rocky Mountain vacations\"></a></figure><h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/eos-sed-unde-dolor-assumenda-a-consequatur/\" title=\"A Guide to Rocky Mountain vacations\">A Guide to Rocky Mountain vacations</a></h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/author/admin/\" title=\"Posts by admin\" rel=\"author\">admin</a><time datetime=\"October 18, 2022\">October 18, 2022</time>\n <p>The style guide provides you with a blueprint of Paperback’s default post and page styles. The style guide is also a...</p><a href=\"https://kenyaclassictourtravel.com/griflightservices/eos-sed-unde-dolor-assumenda-a-consequatur/\">READ MORE<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"11.249\"\n height=\"7.741\" viewBox=\"0 0 11.249 7.741\">\n <path id=\"Path_2\" data-name=\"Path 2\"\n d=\"M11.1,45.417,7.748,42.069a.523.523,0,0,0-.74.74l2.455,2.455H.523a.523.523,0,0,0,0,1.046h8.94L7.008,48.764a.523.523,0,0,0,.74.74L11.1,46.156A.523.523,0,0,0,11.1,45.417Z\"\n transform=\"translate(0 -41.916)\" fill=\"currentcolor\"/>\n </svg></a>\n <figure><a href=\"https://kenyaclassictourtravel.com/griflightservices/libero-quibusdam-aut-recusandae-praesentium-vero-omnis/\" title=\"Everest Base Camp Trekking in Nepal\"></a></figure><h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/libero-quibusdam-aut-recusandae-praesentium-vero-omnis/\" title=\"Everest Base Camp Trekking in Nepal\">Everest Base Camp Trekking in Nepal</a></h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/author/admin/\" title=\"Posts by admin\" rel=\"author\">admin</a><time datetime=\"October 18, 2022\">October 18, 2022</time>\n <p>The style guide provides you with a blueprint of Paperback’s default post and page styles. The style guide is also a...</p><a href=\"https://kenyaclassictourtravel.com/griflightservices/libero-quibusdam-aut-recusandae-praesentium-vero-omnis/\">READ MORE<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"11.249\"\n height=\"7.741\" viewBox=\"0 0 11.249 7.741\">\n <path id=\"Path_2\" data-name=\"Path 2\"\n d=\"M11.1,45.417,7.748,42.069a.523.523,0,0,0-.74.74l2.455,2.455H.523a.523.523,0,0,0,0,1.046h8.94L7.008,48.764a.523.523,0,0,0,.74.74L11.1,46.156A.523.523,0,0,0,11.1,45.417Z\"\n transform=\"translate(0 -41.916)\" fill=\"currentcolor\"/>\n </svg></a>\n <a href=\"/wanderlust-tours/blog/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"></path></svg> \n VIEW ALL BLOG\n </a>\n <h3>Recommended and Endorsed by</h3> \n <!-- .meafe-client -->\n <!-- .meafe-client -->\n <!-- .meafe-client -->\n <!-- .meafe-client -->\n <!-- .meafe-client -->\n <!-- .meafe-client -->\n <!-- .meafe-clients -->\n Follow us on \n <a href=\"https://facebook.com/\" target=\"_blank\" rel=\"noopener\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg> </a>\n <a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg> </a>\n <a href=\"https://linkedin.com/\" target=\"_blank\" rel=\"noopener\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"></path></svg> </a>\n <a href=\"https://youtube.com/\" target=\"_blank\" rel=\"noopener\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg> </a>\n <a href=\"https://instagram.com/\" target=\"_blank\" rel=\"noopener\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg> </a>','Home','<p>Escape Your Comfort Zone. Grab your stuff and let’s get lost. Bhutan Srilanka Colombo Nepal Everest Region France Paris Maldives Male USA New York Philippines Prague Hiking Jungle Safari Peak Climbing Rafting Trekking March, 2022 February, 2022 March, 2022 April, 2022 May, 2022 June, 2022 July, 2022 August, 2022 September, 2022 October, 2022 November, 2022 […]</p>\n','inherit','closed','closed','','2255-revision-v1','','','2024-07-19 12:30:37','2024-07-19 12:30:37','',2255,'https://kenyaclassictourtravel.com/griflightservices/?p=4971',0,'revision','',0),(4972,1,'2024-07-19 12:31:46','2024-07-19 12:31:46','','black_couple','','inherit','open','closed','','black_couple','','','2024-07-19 12:31:46','2024-07-19 12:31:46','',2255,'https://kenyaclassictourtravel.com/griflightservices/wp-content/uploads/2024/07/black_couple.jpg',0,'attachment','image/jpeg',0),(4973,1,'2024-07-19 12:32:08','2024-07-19 12:32:08','<style>/*! elementor - v3.23.0 - 15-07-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Discover the World in Style with Luxury Travel</h1> \n <p>Grab your stuff and let’s get lost.</p> \n <form action=\"https://kenyaclassictourtravel.com/griflightservices/trip-search-result-2/\">\n <svg width=\"20\" height=\"14\" viewBox=\"0 0 20 14\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M15.9192 5.06735C15.4031 5.06735 14.9092 5.16388 14.4543 5.33946C14.0979 4.54743 13.79 3.70981 13.6362 2.93056C13.3892 1.67907 12.2833 0.770752 11.0066 0.770752C10.683 0.770752 10.4206 1.0331 10.4206 1.35669C10.4206 1.68028 10.683 1.94263 11.0066 1.94263C11.146 1.94263 11.2817 1.96208 11.4111 1.99821C11.8041 2.10806 12.1377 2.37392 12.3322 2.73095C12.3165 2.75095 12.3015 2.77169 12.2882 2.79415L12.1061 3.1006L11.1852 4.65099H6.26473L5.98504 3.94704H6.10113C6.42473 3.94704 6.68707 3.6847 6.68707 3.3611C6.68707 3.03751 6.42473 2.77517 6.10113 2.77517H4.08086C3.75727 2.77517 3.49492 3.03751 3.49492 3.3611C3.49492 3.6847 3.75727 3.94704 4.08086 3.94704H4.72406L5.23539 5.23392C4.86914 5.12571 4.48172 5.06731 4.08086 5.06731C1.83066 5.06735 0 6.89802 0 9.14817C0 11.3983 1.83066 13.229 4.08082 13.229C6.13203 13.229 7.83437 11.7077 8.11941 9.73411H9.19547C9.40219 9.73411 9.59363 9.62517 9.69922 9.44743L12.7784 4.2636C12.959 4.82259 13.1851 5.38267 13.4288 5.91774C12.4621 6.6647 11.8384 7.83489 11.8384 9.14821C11.8384 11.3984 13.669 13.229 15.9192 13.229C18.1693 13.229 20 11.3984 20 9.14821C20 6.89806 18.1693 5.06735 15.9192 5.06735ZM4.08082 9.73411H6.93047C6.65859 11.0582 5.48418 12.0571 4.08082 12.0571C2.47684 12.0571 1.17188 10.7522 1.17188 9.14817C1.17188 7.54419 2.47684 6.23923 4.08082 6.23923C5.48418 6.23923 6.65859 7.23813 6.93047 8.56224H4.08082C3.75723 8.56224 3.49488 8.82458 3.49488 9.14817C3.49488 9.47177 3.75723 9.73411 4.08082 9.73411ZM8.86199 8.56224H8.11941C7.98344 7.62087 7.52504 6.78251 6.86 6.16298C6.85391 6.13946 6.84684 6.11603 6.83762 6.09286L6.73035 5.8229H10.4891L8.86199 8.56224ZM15.9192 12.0571C14.3152 12.0571 13.0102 10.7521 13.0102 9.14813C13.0102 8.29841 13.3766 7.5327 13.9595 7.00036C14.6801 8.37755 15.384 9.40419 15.437 9.48099C15.5507 9.64571 15.7336 9.73411 15.9197 9.73411C16.0345 9.73411 16.1504 9.70044 16.252 9.63032C16.5184 9.44649 16.5852 9.08157 16.4014 8.81524C16.3888 8.79696 15.6797 7.76294 14.9697 6.39911C15.2675 6.29595 15.5868 6.23915 15.9192 6.23915C17.5232 6.23915 18.8281 7.54411 18.8281 9.1481C18.8281 10.7521 17.5232 12.0571 15.9192 12.0571Z\" fill=\"#2183DF\" /></svg> \n <input type=\"text\" placeholder=\"Activity\" />\n <input type=\"hidden\" name=\"activities\" />\n <ul>\n <li data-value=\"boating\" data-label=\"Boating\">Boating</li><li data-value=\"city-tour\" data-label=\"City Tour\">City Tour</li><li data-value=\"cycling\" data-label=\"Cycling\">Cycling</li><li data-value=\"hiking\" data-label=\"Hiking\">Hiking</li><li data-value=\"jungle-safari\" data-label=\"Jungle Safari\">Jungle Safari</li><li data-value=\"peak-climbing\" data-label=\"Peak Climbing\">Peak Climbing</li><li data-value=\"rafting\" data-label=\"Rafting\">Rafting</li><li data-value=\"skiing\" data-label=\"Skiing\">Skiing</li><li data-value=\"trekking\" data-label=\"Trekking\">Trekking</li> </ul>\n <svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M8.25 6.75H11.25C11.4489 6.75 11.6397 6.67098 11.7803 6.53033C11.921 6.38968 12 6.19891 12 6C12 5.80109 11.921 5.61032 11.7803 5.46967C11.6397 5.32902 11.4489 5.25 11.25 5.25H9.75V4.5C9.75 4.30109 9.67099 4.11032 9.53033 3.96967C9.38968 3.82902 9.19892 3.75 9 3.75C8.80109 3.75 8.61033 3.82902 8.46967 3.96967C8.32902 4.11032 8.25 4.30109 8.25 4.5V5.25C7.65327 5.25 7.08097 5.48705 6.65901 5.90901C6.23706 6.33097 6 6.90326 6 7.5C6 8.09674 6.23706 8.66903 6.65901 9.09099C7.08097 9.51295 7.65327 9.75 8.25 9.75H9.75C9.94892 9.75 10.1397 9.82902 10.2803 9.96967C10.421 10.1103 10.5 10.3011 10.5 10.5C10.5 10.6989 10.421 10.8897 10.2803 11.0303C10.1397 11.171 9.94892 11.25 9.75 11.25H6.75C6.55109 11.25 6.36033 11.329 6.21967 11.4697C6.07902 11.6103 6 11.8011 6 12C6 12.1989 6.07902 12.3897 6.21967 12.5303C6.36033 12.671 6.55109 12.75 6.75 12.75H8.25V13.5C8.25 13.6989 8.32902 13.8897 8.46967 14.0303C8.61033 14.171 8.80109 14.25 9 14.25C9.19892 14.25 9.38968 14.171 9.53033 14.0303C9.67099 13.8897 9.75 13.6989 9.75 13.5V12.75C10.3467 12.75 10.919 12.5129 11.341 12.091C11.763 11.669 12 11.0967 12 10.5C12 9.90326 11.763 9.33097 11.341 8.90901C10.919 8.48705 10.3467 8.25 9.75 8.25H8.25C8.05109 8.25 7.86033 8.17098 7.71967 8.03033C7.57902 7.88968 7.5 7.69891 7.5 7.5C7.5 7.30109 7.57902 7.11032 7.71967 6.96967C7.86033 6.82902 8.05109 6.75 8.25 6.75ZM9 0.75C7.36831 0.75 5.77325 1.23385 4.41655 2.14038C3.05984 3.0469 2.00242 4.33537 1.378 5.84286C0.753575 7.35035 0.590197 9.00915 0.908525 10.6095C1.22685 12.2098 2.01259 13.6798 3.16637 14.8336C4.32016 15.9874 5.79017 16.7732 7.39051 17.0915C8.99085 17.4098 10.6497 17.2464 12.1571 16.622C13.6646 15.9976 14.9531 14.9402 15.8596 13.5835C16.7661 12.2268 17.25 10.6317 17.25 9C17.25 6.81196 16.3808 4.71354 14.8336 3.16637C13.2865 1.61919 11.188 0.75 9 0.75ZM9 15.75C7.66498 15.75 6.35994 15.3541 5.2499 14.6124C4.13987 13.8707 3.27471 12.8165 2.76382 11.5831C2.25293 10.3497 2.11925 8.99251 2.3797 7.68314C2.64015 6.37377 3.28303 5.17103 4.22703 4.22703C5.17104 3.28302 6.37377 2.64015 7.68314 2.3797C8.99252 2.11925 10.3497 2.25292 11.5831 2.76381C12.8165 3.2747 13.8707 4.13987 14.6124 5.2499C15.3541 6.35993 15.75 7.66498 15.75 9C15.75 10.7902 15.0388 12.5071 13.773 13.773C12.5071 15.0388 10.7902 15.75 9 15.75Z\" fill=\"#2183DF\" />\n </svg>\n <input type=\"text\" data-value placeholder=\"Budget\" />\n <input type=\"hidden\" data-value-min name=\"min-cost\" />\n <input type=\"hidden\" data-value-max name=\"max-cost\"/>\n <svg width=\"12\" height=\"15\" viewBox=\"0 0 12 15\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M6 0C4.4087 0 2.88258 0.632141 1.75736 1.75736C0.632141 2.88258 0 4.4087 0 6C0 10.05 5.2875 14.625 5.5125 14.82C5.64835 14.9362 5.82124 15 6 15C6.17877 15 6.35165 14.9362 6.4875 14.82C6.75 14.625 12 10.05 12 6C12 4.4087 11.3679 2.88258 10.2426 1.75736C9.11742 0.632141 7.5913 0 6 0ZM6 13.2375C4.4025 11.7375 1.5 8.505 1.5 6C1.5 4.80653 1.97411 3.66193 2.81802 2.81802C3.66193 1.97411 4.80653 1.5 6 1.5C7.19347 1.5 8.33807 1.97411 9.18198 2.81802C10.0259 3.66193 10.5 4.80653 10.5 6C10.5 8.505 7.5975 11.745 6 13.2375ZM6 3C5.40666 3 4.82664 3.17595 4.33329 3.50559C3.83994 3.83524 3.45542 4.30377 3.22836 4.85195C3.0013 5.40013 2.94189 6.00333 3.05764 6.58527C3.1734 7.16721 3.45912 7.70176 3.87868 8.12132C4.29824 8.54088 4.83279 8.8266 5.41473 8.94236C5.99667 9.05811 6.59987 8.9987 7.14805 8.77164C7.69623 8.54458 8.16477 8.16006 8.49441 7.66671C8.82405 7.17336 9 6.59334 9 6C9 5.20435 8.68393 4.44129 8.12132 3.87868C7.55871 3.31607 6.79565 3 6 3ZM6 7.5C5.70333 7.5 5.41332 7.41203 5.16665 7.2472C4.91997 7.08238 4.72771 6.84811 4.61418 6.57403C4.50065 6.29994 4.47094 5.99834 4.52882 5.70736C4.5867 5.41639 4.72956 5.14912 4.93934 4.93934C5.14912 4.72956 5.41639 4.5867 5.70737 4.52882C5.99834 4.47094 6.29994 4.50065 6.57403 4.61418C6.84811 4.72771 7.08238 4.91997 7.2472 5.16665C7.41203 5.41332 7.5 5.70333 7.5 6C7.5 6.39782 7.34197 6.77936 7.06066 7.06066C6.77936 7.34196 6.39783 7.5 6 7.5Z\" fill=\"#2183DF\" /></svg> \n <input type=\"text\" placeholder=\"Destination\" />\n <input type=\"hidden\" name=\"destination\" />\n <ul>\n <li data-value=\"nepal\" data-label=\"Nepal\">Nepal<ul><li data-value=\"annapurna-region\" data-label=\"Annapurna\">Annapurna</li><li data-value=\"everest\" data-label=\"Upper Mustang\">Upper Mustang</li></ul></li><li data-value=\"bhutan\" data-label=\"Bhutan\">Bhutan</li><li data-value=\"srilanka\" data-label=\"Srilanka\">Srilanka<ul><li data-value=\"colombo-srilanka\" data-label=\"Colombo\">Colombo</li></ul></li><li data-value=\"france\" data-label=\"France\">France</li><li data-value=\"india\" data-label=\"India\">India</li><li data-value=\"maldives\" data-label=\"Maldives\">Maldives</li><li data-value=\"peru\" data-label=\"Peru\">Peru</li><li data-value=\"philippines\" data-label=\"Philippines\">Philippines</li><li data-value=\"usa\" data-label=\"USA\">USA</li> </ul>\n <svg width=\"15\" height=\"15\" viewBox=\"0 0 15 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M7.4375 0.125C5.99123 0.125 4.57743 0.553871 3.3749 1.35738C2.17236 2.16089 1.2351 3.30294 0.681634 4.63913C0.128168 5.97531 -0.0166435 7.44561 0.265511 8.8641C0.547665 10.2826 1.24411 11.5855 2.26678 12.6082C3.28946 13.6309 4.59242 14.3273 6.0109 14.6095C7.42939 14.8916 8.89969 14.7468 10.2359 14.1934C11.5721 13.6399 12.7141 12.7026 13.5176 11.5001C14.3211 10.2976 14.75 8.88377 14.75 7.4375C14.75 6.47721 14.5609 5.52632 14.1934 4.63913C13.8259 3.75193 13.2872 2.94581 12.6082 2.26678C11.9292 1.58775 11.1231 1.04912 10.2359 0.681631C9.34868 0.314143 8.39779 0.125 7.4375 0.125ZM7.4375 13.2875C6.28048 13.2875 5.14944 12.9444 4.18742 12.3016C3.22539 11.6588 2.47558 10.7451 2.03281 9.6762C1.59004 8.60725 1.47419 7.43101 1.69991 6.29622C1.92563 5.16143 2.48279 4.11906 3.30093 3.30092C4.11907 2.48279 5.16144 1.92563 6.29622 1.69991C7.43101 1.47418 8.60725 1.59003 9.6762 2.0328C10.7451 2.47558 11.6588 3.22539 12.3016 4.18741C12.9444 5.14944 13.2875 6.28048 13.2875 7.4375C13.2875 8.98901 12.6712 10.477 11.5741 11.5741C10.477 12.6712 8.98902 13.2875 7.4375 13.2875ZM9.70438 7.89819L8.16875 7.01337V3.78125C8.16875 3.58731 8.09171 3.40131 7.95457 3.26418C7.81744 3.12704 7.63144 3.05 7.4375 3.05C7.24356 3.05 7.05757 3.12704 6.92043 3.26418C6.78329 3.40131 6.70625 3.58731 6.70625 3.78125V7.4375C6.70625 7.4375 6.70625 7.496 6.70625 7.52525C6.71058 7.57563 6.72293 7.625 6.74282 7.6715C6.75787 7.71488 6.77748 7.75655 6.80131 7.79581C6.82132 7.83737 6.84585 7.87661 6.87444 7.91281L6.99144 8.00787L7.05725 8.07369L8.9585 9.17056C9.06995 9.23373 9.19603 9.26651 9.32413 9.26562C9.48604 9.26676 9.64375 9.21412 9.77252 9.11596C9.90129 9.01781 9.99385 8.8797 10.0357 8.72328C10.0775 8.56686 10.0662 8.40098 10.0036 8.25166C9.94101 8.10233 9.83062 7.97801 9.68975 7.89819H9.70438Z\" fill=\"#2183DF\" />\n </svg>\n <input type=\"text\" data-value placeholder=\"Duration\" />\n <input type=\"hidden\" data-value-min name=\"min-duration\">\n <input type=\"hidden\" data-value-max name=\"max-duration\">\n <button type=\"submit\">Search</button>\n </form>\n <link rel=\"stylesheet\" href=\"https://kenyaclassictourtravel.com/griflightservices/wp-content/uploads/elementor/css/custom-widget-icon-box.min.css?ver=1721389820\"> \n <h3>\n Handpicked Destination \n </h3>\n <p>\n Our strict screening process means you’re only seeing the best quality treks. </p>\n <h3>\n Best Price Guaranteed \n </h3>\n <p>\n Our Best Price Guarantee means that you can be sure of booking at the best rate. </p>\n <h3>\n 24/7 Customer Service \n </h3>\n <p>\n Our customer are standing by 24/7 to make your experience incredible. </p>\n Redefining Luxury Travel \n <h2>Who we are</h2> \n <p>We are a team of passionate travel experts who specialize in crafting bespoke luxury travel experiences that exceed the expectations of our clients. With our extensive knowledge and connections around the world, we create tailor-made itineraries that cater to individual preferences and interests.</p><p>Our goal is to provide you with unforgettable travel experiences that are tailored to your unique interests and preferences. Whether you\'re looking for a relaxing beach vacation, an adventurous trek through the mountains, or a cultural immersion in a new city, we have the expertise and resources to make it happen.</p> \n <a href=\"/wanderlust-tours/about-us\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"></path></svg> \n KNOW MORE ABOUT US\n </a>\n <style>/*! elementor - v3.23.0 - 15-07-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img src=\"https://wordpressmu-1294046-4701143.cloudwaysapps.com/travel-explorer/wp-content/uploads/sites/46/2023/05/trip-advisor.jpg\" title=\"\" alt=\"\" loading=\"lazy\" /> \n <style>/*! elementor - v3.23.0 - 15-07-2024 */\n.elementor-counter{display:flex;justify-content:center;align-items:stretch;flex-direction:column-reverse}.elementor-counter .elementor-counter-number{flex-grow:var(--counter-number-grow,0)}.elementor-counter .elementor-counter-number-wrapper{flex:1;display:flex;font-size:69px;font-weight:600;line-height:1;text-align:center}.elementor-counter .elementor-counter-number-prefix{text-align:end;flex-grow:var(--counter-prefix-grow,1);white-space:pre-wrap}.elementor-counter .elementor-counter-number-suffix{text-align:start;flex-grow:var(--counter-suffix-grow,1);white-space:pre-wrap}.elementor-counter .elementor-counter-title{flex:1;display:flex;justify-content:center;align-items:center;margin:0;padding:0;font-size:19px;font-weight:400;line-height:2.5}</style> \n TRIPS AND TOURS \n 0\n +\n OUTDOOR ACTIVITES \n 0\n +\n COUNTRIES \n 0\n +\n HAPPY CUSTOMERS \n 0\n K+\n Choose your trips \n <h2>Featured Trips</h2> \n <p>To those who wish to experience one of the best holiday time ever, we are excited to offer unlimited fun is represented in a great way.</p> \n <!-- Layout 2 -->\n 8% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/5-days-tour-to-philippines/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/5-days-tour-to-philippines/\">7 Days tour to Explore the Beauty of Philippines</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/maldives/\">Maldives</a>, <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/philippines/\">Philippines</a>\n 7 Days \n <del>$1,200</del>\n <ins>$1,100</ins>\n<!-- Layout 2 -->\n 13% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/fantastic-maldives-tour-package/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/fantastic-maldives-tour-package/\">Fantastic Maldives Tour Package</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/maldives/\">Maldives</a>, <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/srilanka/\">Srilanka</a>\n 11 Days \n <del>$800</del>\n <ins>$700</ins>\n<!-- Layout 2 -->\n 14% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/romantic-sri-lanka-honeymoon-package/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/romantic-sri-lanka-honeymoon-package/\">Romantic Sri Lanka Honeymoon Package</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/srilanka/colombo-srilanka/\">Colombo</a>, <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/maldives/\">Maldives</a>, <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/srilanka/\">Srilanka</a>\n 9 Days \n <del>$700</del>\n <ins>$600</ins>\n<!-- Layout 2 -->\n 6% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/tiger-nest-monastery-tour-in-bhutan/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/tiger-nest-monastery-tour-in-bhutan/\">Bhutan Cultural Tour: Explore the Himalayan Kingdom</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/bhutan/\">Bhutan</a>\n 7 Days \n <del>$1,800</del>\n <ins>$1,700</ins>\n<!-- Layout 2 -->\n 11% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/prague-czech-republic/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/prague-czech-republic/\">Experience the Incredible India</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/india/\">India</a>\n 5 Days \n <del>$900</del>\n <ins>$800</ins>\n<!-- Layout 2 -->\n 9% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/nyc-statue-of-liberty-ferry-tour-and-manhattan-trip/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/nyc-statue-of-liberty-ferry-tour-and-manhattan-trip/\">Maldives: The Travel and Experience of the Lifetime</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/usa/\">USA</a>\n 6 Days \n <del>$1,100</del>\n <ins>$1,000</ins>\n<!-- .category-{$layout} --> \n <a href=\"/wanderlust-tours/trip/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"></path></svg> \n VIEW ALL TRIPS\n </a>\n <img src=\"https://wordpressmu-1294046-4701143.cloudwaysapps.com/travel-explorer/wp-content/uploads/sites/46/2023/05/image-004.png\" title=\"\" alt=\"\" loading=\"lazy\" /> \n <img src=\"https://wordpressmu-1294046-4701143.cloudwaysapps.com/travel-explorer/wp-content/uploads/sites/46/2023/05/image-003.png\" title=\"\" alt=\"\" loading=\"lazy\" /> \n <img src=\"https://wordpressmu-1294046-4701143.cloudwaysapps.com/travel-explorer/wp-content/uploads/sites/46/2023/05/image-005.png\" title=\"\" alt=\"\" loading=\"lazy\" /> \n <img src=\"https://wordpressmu-1294046-4701143.cloudwaysapps.com/travel-explorer/wp-content/uploads/sites/46/2023/05/image-002.png\" title=\"\" alt=\"\" loading=\"lazy\" /> \n Experience Luxury Travel like Never Before \n <h2>Who Choose Us?</h2> \n <p>We pride ourselves on offering the highest quality service with a personalized touch to make your trip unforgettable.</p> \n <h3>\n This is the heading \n </h3>\n <p>\n We specialize in creating individualized wildlife safari tours. </p>\n <h3>\n Expert Knowledge \n </h3>\n <p>\n We offer the greatest guides since we believe that a wildlife tour. </p>\n <h3>\n Travel Services \n </h3>\n <p>\n We offer the greatest tour guides since we believe that a wildlife. </p>\n <h3>\n Reliable & Responsible \n </h3>\n <p>\n We try our best to answer every phone as quickly as we can. </p>\n Experience the World in Style \n <h2>Book Your Dream Luxury Trip Today!</h2> \n <p>Experience the ultimate in luxury travel and indulge in the trip of a lifetime. Book your dream luxury trip today and let us help you create unforgettable memories that you\'ll cherish forever</p> \n <a href=\"http://wanderlust-tours/trip/5-days-tour-to-philippines/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"></path></svg> \n LET\'S MAKE IT HAPPEN\n </a>\n Add Your Heading Text Here \n Feel the Energy and Excitement of Nature \n <h2>Top Destinations</h2> \n <p>To those who wish to experience one of the best holiday time ever, we are excited to offer unlimited fun is represented in a great way.</p> \n <figure>\n </figure>\n <h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/trip-types/budget-travel/\">Budget Travel</a>\n (6 Trips)\n </h2>\n <figure>\n </figure>\n <h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/trip-types/child-friendly/\">Child-friendly</a>\n (8 Trips)\n </h2>\n <figure>\n </figure>\n <h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/trip-types/cultural/\">Cultural</a>\n (9 Trips)\n </h2>\n <figure>\n </figure>\n <h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/trip-types/dog-friendly/\">Dog-friendly</a>\n (7 Trips)\n </h2>\n <figure>\n </figure>\n <h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/trip-types/high-altitude/\">High Altitude</a>\n (7 Trips)\n </h2>\n <figure>\n </figure>\n <h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/trip-types/home-stay/\">Home Stay</a>\n (9 Trips)\n </h2>\n <a href=\"/wanderlust-tours/destination/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"></path></svg> \n VIEW ALL DESTINATIONS\n </a>\n Testimonials \n <h2>What People Say \nAbout Us</h2> \n <p>We are the leading travel agency offering different programs and higher education diplomas that are designed with global requirements in mind.</p> \n <a href=\"/wanderlust-tours/our-teams/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"></path></svg> \n VIEW ALL TESTIMONIALS\n </a>\n <i>★</i><i>★</i><i>★</i><i>★</i><i>★</i> 5/5 \n <p>Contrary to popular belief, travelling is a lot fun especially when there’s always someone to lean on to. Travelwind has done just that to me. It is really easy to find your desired location here and the customer service is really excellent.</p> \n Talan Arcand\n Guest Review\n <i>★</i><i>★</i><i>★</i><i>★</i><i>★</i> 5/5 \n <p>Contrary to popular belief, travelling is a lot fun especially when there’s always someone to lean on to. Travelwind has done just that to me. It is really easy to find your desired location here and the customer service is really excellent.</p> \n Talan Arcand\n Guest Review\n <i>★</i><i>★</i><i>★</i><i>★</i><i>★</i> 5/5 \n <p>Contrary to popular belief, travelling is a lot fun especially when there’s always someone to lean on to. Travelwind has done just that to me. It is really easy to find your desired location here and the customer service is really excellent.</p> \n Talan Arcand\n Guest Review\n Choose your trips \n <h2>Best travel deals</h2> \n <p>To those who wish to experience one of the best holiday time ever, we are excited to offer unlimited fun is represented in a great way.</p> \n <!-- Layout 2 -->\n 8% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/5-days-tour-to-philippines/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/5-days-tour-to-philippines/\">7 Days tour to Explore the Beauty of Philippines</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/maldives/\">Maldives</a>, <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/philippines/\">Philippines</a>\n 7 Days \n <del>$1,200</del>\n <ins>$1,100</ins>\n<!-- Layout 2 -->\n 13% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/fantastic-maldives-tour-package/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/fantastic-maldives-tour-package/\">Fantastic Maldives Tour Package</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/maldives/\">Maldives</a>, <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/srilanka/\">Srilanka</a>\n 11 Days \n <del>$800</del>\n <ins>$700</ins>\n<!-- Layout 2 -->\n 14% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/romantic-sri-lanka-honeymoon-package/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/romantic-sri-lanka-honeymoon-package/\">Romantic Sri Lanka Honeymoon Package</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/srilanka/colombo-srilanka/\">Colombo</a>, <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/maldives/\">Maldives</a>, <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/srilanka/\">Srilanka</a>\n 9 Days \n <del>$700</del>\n <ins>$600</ins>\n<!-- Layout 2 -->\n 6% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/tiger-nest-monastery-tour-in-bhutan/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/tiger-nest-monastery-tour-in-bhutan/\">Bhutan Cultural Tour: Explore the Himalayan Kingdom</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/bhutan/\">Bhutan</a>\n 7 Days \n <del>$1,800</del>\n <ins>$1,700</ins>\n<!-- Layout 2 -->\n 11% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/prague-czech-republic/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/prague-czech-republic/\">Experience the Incredible India</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/india/\">India</a>\n 5 Days \n <del>$900</del>\n <ins>$800</ins>\n<!-- Layout 2 -->\n 9% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/nyc-statue-of-liberty-ferry-tour-and-manhattan-trip/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/nyc-statue-of-liberty-ferry-tour-and-manhattan-trip/\">Maldives: The Travel and Experience of the Lifetime</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/usa/\">USA</a>\n 6 Days \n <del>$1,100</del>\n <ins>$1,000</ins>\n<!-- .category-{$layout} --> \n <a href=\"/wanderlust-tours/trip/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"></path></svg> \n VIEW ALL DEALS\n </a>\n Add Your Heading Text Here \n Take Action and Make Your Dreams a Reality \n <h2>Unlock the Door to Your Dreams</h2> \n <p>Are you tired of dreaming about the life you want? It\'s time to take action and make those dreams a reality. Let us help you unlock the door to your dreams and start living the life you\'ve always wanted.</p> \n <a href=\"/wanderlust-tours/trip/everest-base-camp-trek/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"></path></svg> \n OPEN THE DOOR NOW\n </a>\n Your ultimate guide to exploring the world \n <h2>Blog and articles</h2> \n <p>Latest travel tips and blog covering all travel experiences. Check out our mentions in different guides and articles.</p> \n <h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/hello-world/\" title=\"Hello world!\">Hello world!</a></h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/author/admin/\" title=\"Posts by admin\" rel=\"author\">admin</a><time datetime=\"July 19, 2024\">July 19, 2024</time>\n <p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p><a href=\"https://kenyaclassictourtravel.com/griflightservices/hello-world/\">READ MORE<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"11.249\"\n height=\"7.741\" viewBox=\"0 0 11.249 7.741\">\n <path id=\"Path_2\" data-name=\"Path 2\"\n d=\"M11.1,45.417,7.748,42.069a.523.523,0,0,0-.74.74l2.455,2.455H.523a.523.523,0,0,0,0,1.046h8.94L7.008,48.764a.523.523,0,0,0,.74.74L11.1,46.156A.523.523,0,0,0,11.1,45.417Z\"\n transform=\"translate(0 -41.916)\" fill=\"currentcolor\"/>\n </svg></a>\n <figure><a href=\"https://kenyaclassictourtravel.com/griflightservices/eos-sed-unde-dolor-assumenda-a-consequatur/\" title=\"A Guide to Rocky Mountain vacations\"></a></figure><h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/eos-sed-unde-dolor-assumenda-a-consequatur/\" title=\"A Guide to Rocky Mountain vacations\">A Guide to Rocky Mountain vacations</a></h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/author/admin/\" title=\"Posts by admin\" rel=\"author\">admin</a><time datetime=\"October 18, 2022\">October 18, 2022</time>\n <p>The style guide provides you with a blueprint of Paperback’s default post and page styles. The style guide is also a...</p><a href=\"https://kenyaclassictourtravel.com/griflightservices/eos-sed-unde-dolor-assumenda-a-consequatur/\">READ MORE<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"11.249\"\n height=\"7.741\" viewBox=\"0 0 11.249 7.741\">\n <path id=\"Path_2\" data-name=\"Path 2\"\n d=\"M11.1,45.417,7.748,42.069a.523.523,0,0,0-.74.74l2.455,2.455H.523a.523.523,0,0,0,0,1.046h8.94L7.008,48.764a.523.523,0,0,0,.74.74L11.1,46.156A.523.523,0,0,0,11.1,45.417Z\"\n transform=\"translate(0 -41.916)\" fill=\"currentcolor\"/>\n </svg></a>\n <figure><a href=\"https://kenyaclassictourtravel.com/griflightservices/libero-quibusdam-aut-recusandae-praesentium-vero-omnis/\" title=\"Everest Base Camp Trekking in Nepal\"></a></figure><h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/libero-quibusdam-aut-recusandae-praesentium-vero-omnis/\" title=\"Everest Base Camp Trekking in Nepal\">Everest Base Camp Trekking in Nepal</a></h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/author/admin/\" title=\"Posts by admin\" rel=\"author\">admin</a><time datetime=\"October 18, 2022\">October 18, 2022</time>\n <p>The style guide provides you with a blueprint of Paperback’s default post and page styles. The style guide is also a...</p><a href=\"https://kenyaclassictourtravel.com/griflightservices/libero-quibusdam-aut-recusandae-praesentium-vero-omnis/\">READ MORE<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"11.249\"\n height=\"7.741\" viewBox=\"0 0 11.249 7.741\">\n <path id=\"Path_2\" data-name=\"Path 2\"\n d=\"M11.1,45.417,7.748,42.069a.523.523,0,0,0-.74.74l2.455,2.455H.523a.523.523,0,0,0,0,1.046h8.94L7.008,48.764a.523.523,0,0,0,.74.74L11.1,46.156A.523.523,0,0,0,11.1,45.417Z\"\n transform=\"translate(0 -41.916)\" fill=\"currentcolor\"/>\n </svg></a>\n <a href=\"/wanderlust-tours/blog/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"></path></svg> \n VIEW ALL BLOG\n </a>\n <h3>Recommended and Endorsed by</h3> \n <!-- .meafe-client -->\n <!-- .meafe-client -->\n <!-- .meafe-client -->\n <!-- .meafe-client -->\n <!-- .meafe-client -->\n <!-- .meafe-client -->\n <!-- .meafe-clients -->\n Follow us on \n <a href=\"https://facebook.com/\" target=\"_blank\" rel=\"noopener\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg> </a>\n <a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg> </a>\n <a href=\"https://linkedin.com/\" target=\"_blank\" rel=\"noopener\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"></path></svg> </a>\n <a href=\"https://youtube.com/\" target=\"_blank\" rel=\"noopener\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg> </a>\n <a href=\"https://instagram.com/\" target=\"_blank\" rel=\"noopener\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg> </a>','Home','<p>Escape Your Comfort Zone. Grab your stuff and let’s get lost. Bhutan Srilanka Colombo Nepal Everest Region France Paris Maldives Male USA New York Philippines Prague Hiking Jungle Safari Peak Climbing Rafting Trekking March, 2022 February, 2022 March, 2022 April, 2022 May, 2022 June, 2022 July, 2022 August, 2022 September, 2022 October, 2022 November, 2022 […]</p>\n','inherit','closed','closed','','2255-revision-v1','','','2024-07-19 12:32:08','2024-07-19 12:32:08','',2255,'https://kenyaclassictourtravel.com/griflightservices/?p=4973',0,'revision','',0),(4974,1,'2024-07-19 12:32:08','2024-07-19 12:32:08','<style>/*! elementor - v3.23.0 - 15-07-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Discover the World in Style with Luxury Travel</h1> \n <p>Grab your stuff and let’s get lost.</p> \n <form action=\"https://kenyaclassictourtravel.com/griflightservices/trip-search-result-2/\">\n <svg width=\"20\" height=\"14\" viewBox=\"0 0 20 14\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M15.9192 5.06735C15.4031 5.06735 14.9092 5.16388 14.4543 5.33946C14.0979 4.54743 13.79 3.70981 13.6362 2.93056C13.3892 1.67907 12.2833 0.770752 11.0066 0.770752C10.683 0.770752 10.4206 1.0331 10.4206 1.35669C10.4206 1.68028 10.683 1.94263 11.0066 1.94263C11.146 1.94263 11.2817 1.96208 11.4111 1.99821C11.8041 2.10806 12.1377 2.37392 12.3322 2.73095C12.3165 2.75095 12.3015 2.77169 12.2882 2.79415L12.1061 3.1006L11.1852 4.65099H6.26473L5.98504 3.94704H6.10113C6.42473 3.94704 6.68707 3.6847 6.68707 3.3611C6.68707 3.03751 6.42473 2.77517 6.10113 2.77517H4.08086C3.75727 2.77517 3.49492 3.03751 3.49492 3.3611C3.49492 3.6847 3.75727 3.94704 4.08086 3.94704H4.72406L5.23539 5.23392C4.86914 5.12571 4.48172 5.06731 4.08086 5.06731C1.83066 5.06735 0 6.89802 0 9.14817C0 11.3983 1.83066 13.229 4.08082 13.229C6.13203 13.229 7.83437 11.7077 8.11941 9.73411H9.19547C9.40219 9.73411 9.59363 9.62517 9.69922 9.44743L12.7784 4.2636C12.959 4.82259 13.1851 5.38267 13.4288 5.91774C12.4621 6.6647 11.8384 7.83489 11.8384 9.14821C11.8384 11.3984 13.669 13.229 15.9192 13.229C18.1693 13.229 20 11.3984 20 9.14821C20 6.89806 18.1693 5.06735 15.9192 5.06735ZM4.08082 9.73411H6.93047C6.65859 11.0582 5.48418 12.0571 4.08082 12.0571C2.47684 12.0571 1.17188 10.7522 1.17188 9.14817C1.17188 7.54419 2.47684 6.23923 4.08082 6.23923C5.48418 6.23923 6.65859 7.23813 6.93047 8.56224H4.08082C3.75723 8.56224 3.49488 8.82458 3.49488 9.14817C3.49488 9.47177 3.75723 9.73411 4.08082 9.73411ZM8.86199 8.56224H8.11941C7.98344 7.62087 7.52504 6.78251 6.86 6.16298C6.85391 6.13946 6.84684 6.11603 6.83762 6.09286L6.73035 5.8229H10.4891L8.86199 8.56224ZM15.9192 12.0571C14.3152 12.0571 13.0102 10.7521 13.0102 9.14813C13.0102 8.29841 13.3766 7.5327 13.9595 7.00036C14.6801 8.37755 15.384 9.40419 15.437 9.48099C15.5507 9.64571 15.7336 9.73411 15.9197 9.73411C16.0345 9.73411 16.1504 9.70044 16.252 9.63032C16.5184 9.44649 16.5852 9.08157 16.4014 8.81524C16.3888 8.79696 15.6797 7.76294 14.9697 6.39911C15.2675 6.29595 15.5868 6.23915 15.9192 6.23915C17.5232 6.23915 18.8281 7.54411 18.8281 9.1481C18.8281 10.7521 17.5232 12.0571 15.9192 12.0571Z\" fill=\"#2183DF\" /></svg> \n <input type=\"text\" placeholder=\"Activity\" />\n <input type=\"hidden\" name=\"activities\" />\n <ul>\n <li data-value=\"boating\" data-label=\"Boating\">Boating</li><li data-value=\"city-tour\" data-label=\"City Tour\">City Tour</li><li data-value=\"cycling\" data-label=\"Cycling\">Cycling</li><li data-value=\"hiking\" data-label=\"Hiking\">Hiking</li><li data-value=\"jungle-safari\" data-label=\"Jungle Safari\">Jungle Safari</li><li data-value=\"peak-climbing\" data-label=\"Peak Climbing\">Peak Climbing</li><li data-value=\"rafting\" data-label=\"Rafting\">Rafting</li><li data-value=\"skiing\" data-label=\"Skiing\">Skiing</li><li data-value=\"trekking\" data-label=\"Trekking\">Trekking</li> </ul>\n <svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M8.25 6.75H11.25C11.4489 6.75 11.6397 6.67098 11.7803 6.53033C11.921 6.38968 12 6.19891 12 6C12 5.80109 11.921 5.61032 11.7803 5.46967C11.6397 5.32902 11.4489 5.25 11.25 5.25H9.75V4.5C9.75 4.30109 9.67099 4.11032 9.53033 3.96967C9.38968 3.82902 9.19892 3.75 9 3.75C8.80109 3.75 8.61033 3.82902 8.46967 3.96967C8.32902 4.11032 8.25 4.30109 8.25 4.5V5.25C7.65327 5.25 7.08097 5.48705 6.65901 5.90901C6.23706 6.33097 6 6.90326 6 7.5C6 8.09674 6.23706 8.66903 6.65901 9.09099C7.08097 9.51295 7.65327 9.75 8.25 9.75H9.75C9.94892 9.75 10.1397 9.82902 10.2803 9.96967C10.421 10.1103 10.5 10.3011 10.5 10.5C10.5 10.6989 10.421 10.8897 10.2803 11.0303C10.1397 11.171 9.94892 11.25 9.75 11.25H6.75C6.55109 11.25 6.36033 11.329 6.21967 11.4697C6.07902 11.6103 6 11.8011 6 12C6 12.1989 6.07902 12.3897 6.21967 12.5303C6.36033 12.671 6.55109 12.75 6.75 12.75H8.25V13.5C8.25 13.6989 8.32902 13.8897 8.46967 14.0303C8.61033 14.171 8.80109 14.25 9 14.25C9.19892 14.25 9.38968 14.171 9.53033 14.0303C9.67099 13.8897 9.75 13.6989 9.75 13.5V12.75C10.3467 12.75 10.919 12.5129 11.341 12.091C11.763 11.669 12 11.0967 12 10.5C12 9.90326 11.763 9.33097 11.341 8.90901C10.919 8.48705 10.3467 8.25 9.75 8.25H8.25C8.05109 8.25 7.86033 8.17098 7.71967 8.03033C7.57902 7.88968 7.5 7.69891 7.5 7.5C7.5 7.30109 7.57902 7.11032 7.71967 6.96967C7.86033 6.82902 8.05109 6.75 8.25 6.75ZM9 0.75C7.36831 0.75 5.77325 1.23385 4.41655 2.14038C3.05984 3.0469 2.00242 4.33537 1.378 5.84286C0.753575 7.35035 0.590197 9.00915 0.908525 10.6095C1.22685 12.2098 2.01259 13.6798 3.16637 14.8336C4.32016 15.9874 5.79017 16.7732 7.39051 17.0915C8.99085 17.4098 10.6497 17.2464 12.1571 16.622C13.6646 15.9976 14.9531 14.9402 15.8596 13.5835C16.7661 12.2268 17.25 10.6317 17.25 9C17.25 6.81196 16.3808 4.71354 14.8336 3.16637C13.2865 1.61919 11.188 0.75 9 0.75ZM9 15.75C7.66498 15.75 6.35994 15.3541 5.2499 14.6124C4.13987 13.8707 3.27471 12.8165 2.76382 11.5831C2.25293 10.3497 2.11925 8.99251 2.3797 7.68314C2.64015 6.37377 3.28303 5.17103 4.22703 4.22703C5.17104 3.28302 6.37377 2.64015 7.68314 2.3797C8.99252 2.11925 10.3497 2.25292 11.5831 2.76381C12.8165 3.2747 13.8707 4.13987 14.6124 5.2499C15.3541 6.35993 15.75 7.66498 15.75 9C15.75 10.7902 15.0388 12.5071 13.773 13.773C12.5071 15.0388 10.7902 15.75 9 15.75Z\" fill=\"#2183DF\" />\n </svg>\n <input type=\"text\" data-value placeholder=\"Budget\" />\n <input type=\"hidden\" data-value-min name=\"min-cost\" />\n <input type=\"hidden\" data-value-max name=\"max-cost\"/>\n <svg width=\"12\" height=\"15\" viewBox=\"0 0 12 15\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M6 0C4.4087 0 2.88258 0.632141 1.75736 1.75736C0.632141 2.88258 0 4.4087 0 6C0 10.05 5.2875 14.625 5.5125 14.82C5.64835 14.9362 5.82124 15 6 15C6.17877 15 6.35165 14.9362 6.4875 14.82C6.75 14.625 12 10.05 12 6C12 4.4087 11.3679 2.88258 10.2426 1.75736C9.11742 0.632141 7.5913 0 6 0ZM6 13.2375C4.4025 11.7375 1.5 8.505 1.5 6C1.5 4.80653 1.97411 3.66193 2.81802 2.81802C3.66193 1.97411 4.80653 1.5 6 1.5C7.19347 1.5 8.33807 1.97411 9.18198 2.81802C10.0259 3.66193 10.5 4.80653 10.5 6C10.5 8.505 7.5975 11.745 6 13.2375ZM6 3C5.40666 3 4.82664 3.17595 4.33329 3.50559C3.83994 3.83524 3.45542 4.30377 3.22836 4.85195C3.0013 5.40013 2.94189 6.00333 3.05764 6.58527C3.1734 7.16721 3.45912 7.70176 3.87868 8.12132C4.29824 8.54088 4.83279 8.8266 5.41473 8.94236C5.99667 9.05811 6.59987 8.9987 7.14805 8.77164C7.69623 8.54458 8.16477 8.16006 8.49441 7.66671C8.82405 7.17336 9 6.59334 9 6C9 5.20435 8.68393 4.44129 8.12132 3.87868C7.55871 3.31607 6.79565 3 6 3ZM6 7.5C5.70333 7.5 5.41332 7.41203 5.16665 7.2472C4.91997 7.08238 4.72771 6.84811 4.61418 6.57403C4.50065 6.29994 4.47094 5.99834 4.52882 5.70736C4.5867 5.41639 4.72956 5.14912 4.93934 4.93934C5.14912 4.72956 5.41639 4.5867 5.70737 4.52882C5.99834 4.47094 6.29994 4.50065 6.57403 4.61418C6.84811 4.72771 7.08238 4.91997 7.2472 5.16665C7.41203 5.41332 7.5 5.70333 7.5 6C7.5 6.39782 7.34197 6.77936 7.06066 7.06066C6.77936 7.34196 6.39783 7.5 6 7.5Z\" fill=\"#2183DF\" /></svg> \n <input type=\"text\" placeholder=\"Destination\" />\n <input type=\"hidden\" name=\"destination\" />\n <ul>\n <li data-value=\"nepal\" data-label=\"Nepal\">Nepal<ul><li data-value=\"annapurna-region\" data-label=\"Annapurna\">Annapurna</li><li data-value=\"everest\" data-label=\"Upper Mustang\">Upper Mustang</li></ul></li><li data-value=\"bhutan\" data-label=\"Bhutan\">Bhutan</li><li data-value=\"srilanka\" data-label=\"Srilanka\">Srilanka<ul><li data-value=\"colombo-srilanka\" data-label=\"Colombo\">Colombo</li></ul></li><li data-value=\"france\" data-label=\"France\">France</li><li data-value=\"india\" data-label=\"India\">India</li><li data-value=\"maldives\" data-label=\"Maldives\">Maldives</li><li data-value=\"peru\" data-label=\"Peru\">Peru</li><li data-value=\"philippines\" data-label=\"Philippines\">Philippines</li><li data-value=\"usa\" data-label=\"USA\">USA</li> </ul>\n <svg width=\"15\" height=\"15\" viewBox=\"0 0 15 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M7.4375 0.125C5.99123 0.125 4.57743 0.553871 3.3749 1.35738C2.17236 2.16089 1.2351 3.30294 0.681634 4.63913C0.128168 5.97531 -0.0166435 7.44561 0.265511 8.8641C0.547665 10.2826 1.24411 11.5855 2.26678 12.6082C3.28946 13.6309 4.59242 14.3273 6.0109 14.6095C7.42939 14.8916 8.89969 14.7468 10.2359 14.1934C11.5721 13.6399 12.7141 12.7026 13.5176 11.5001C14.3211 10.2976 14.75 8.88377 14.75 7.4375C14.75 6.47721 14.5609 5.52632 14.1934 4.63913C13.8259 3.75193 13.2872 2.94581 12.6082 2.26678C11.9292 1.58775 11.1231 1.04912 10.2359 0.681631C9.34868 0.314143 8.39779 0.125 7.4375 0.125ZM7.4375 13.2875C6.28048 13.2875 5.14944 12.9444 4.18742 12.3016C3.22539 11.6588 2.47558 10.7451 2.03281 9.6762C1.59004 8.60725 1.47419 7.43101 1.69991 6.29622C1.92563 5.16143 2.48279 4.11906 3.30093 3.30092C4.11907 2.48279 5.16144 1.92563 6.29622 1.69991C7.43101 1.47418 8.60725 1.59003 9.6762 2.0328C10.7451 2.47558 11.6588 3.22539 12.3016 4.18741C12.9444 5.14944 13.2875 6.28048 13.2875 7.4375C13.2875 8.98901 12.6712 10.477 11.5741 11.5741C10.477 12.6712 8.98902 13.2875 7.4375 13.2875ZM9.70438 7.89819L8.16875 7.01337V3.78125C8.16875 3.58731 8.09171 3.40131 7.95457 3.26418C7.81744 3.12704 7.63144 3.05 7.4375 3.05C7.24356 3.05 7.05757 3.12704 6.92043 3.26418C6.78329 3.40131 6.70625 3.58731 6.70625 3.78125V7.4375C6.70625 7.4375 6.70625 7.496 6.70625 7.52525C6.71058 7.57563 6.72293 7.625 6.74282 7.6715C6.75787 7.71488 6.77748 7.75655 6.80131 7.79581C6.82132 7.83737 6.84585 7.87661 6.87444 7.91281L6.99144 8.00787L7.05725 8.07369L8.9585 9.17056C9.06995 9.23373 9.19603 9.26651 9.32413 9.26562C9.48604 9.26676 9.64375 9.21412 9.77252 9.11596C9.90129 9.01781 9.99385 8.8797 10.0357 8.72328C10.0775 8.56686 10.0662 8.40098 10.0036 8.25166C9.94101 8.10233 9.83062 7.97801 9.68975 7.89819H9.70438Z\" fill=\"#2183DF\" />\n </svg>\n <input type=\"text\" data-value placeholder=\"Duration\" />\n <input type=\"hidden\" data-value-min name=\"min-duration\">\n <input type=\"hidden\" data-value-max name=\"max-duration\">\n <button type=\"submit\">Search</button>\n </form>\n <link rel=\"stylesheet\" href=\"https://kenyaclassictourtravel.com/griflightservices/wp-content/uploads/elementor/css/custom-widget-icon-box.min.css?ver=1721389820\"> \n <h3>\n Handpicked Destination \n </h3>\n <p>\n Our strict screening process means you’re only seeing the best quality treks. </p>\n <h3>\n Best Price Guaranteed \n </h3>\n <p>\n Our Best Price Guarantee means that you can be sure of booking at the best rate. </p>\n <h3>\n 24/7 Customer Service \n </h3>\n <p>\n Our customer are standing by 24/7 to make your experience incredible. </p>\n Redefining Luxury Travel \n <h2>Who we are</h2> \n <p>We are a team of passionate travel experts who specialize in crafting bespoke luxury travel experiences that exceed the expectations of our clients. With our extensive knowledge and connections around the world, we create tailor-made itineraries that cater to individual preferences and interests.</p><p>Our goal is to provide you with unforgettable travel experiences that are tailored to your unique interests and preferences. Whether you\'re looking for a relaxing beach vacation, an adventurous trek through the mountains, or a cultural immersion in a new city, we have the expertise and resources to make it happen.</p> \n <a href=\"/wanderlust-tours/about-us\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"></path></svg> \n KNOW MORE ABOUT US\n </a>\n <style>/*! elementor - v3.23.0 - 15-07-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img src=\"https://wordpressmu-1294046-4701143.cloudwaysapps.com/travel-explorer/wp-content/uploads/sites/46/2023/05/trip-advisor.jpg\" title=\"\" alt=\"\" loading=\"lazy\" /> \n <style>/*! elementor - v3.23.0 - 15-07-2024 */\n.elementor-counter{display:flex;justify-content:center;align-items:stretch;flex-direction:column-reverse}.elementor-counter .elementor-counter-number{flex-grow:var(--counter-number-grow,0)}.elementor-counter .elementor-counter-number-wrapper{flex:1;display:flex;font-size:69px;font-weight:600;line-height:1;text-align:center}.elementor-counter .elementor-counter-number-prefix{text-align:end;flex-grow:var(--counter-prefix-grow,1);white-space:pre-wrap}.elementor-counter .elementor-counter-number-suffix{text-align:start;flex-grow:var(--counter-suffix-grow,1);white-space:pre-wrap}.elementor-counter .elementor-counter-title{flex:1;display:flex;justify-content:center;align-items:center;margin:0;padding:0;font-size:19px;font-weight:400;line-height:2.5}</style> \n TRIPS AND TOURS \n 0\n +\n OUTDOOR ACTIVITES \n 0\n +\n COUNTRIES \n 0\n +\n HAPPY CUSTOMERS \n 0\n K+\n Choose your trips \n <h2>Featured Trips</h2> \n <p>To those who wish to experience one of the best holiday time ever, we are excited to offer unlimited fun is represented in a great way.</p> \n <!-- Layout 2 -->\n 8% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/5-days-tour-to-philippines/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/5-days-tour-to-philippines/\">7 Days tour to Explore the Beauty of Philippines</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/maldives/\">Maldives</a>, <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/philippines/\">Philippines</a>\n 7 Days \n <del>$1,200</del>\n <ins>$1,100</ins>\n<!-- Layout 2 -->\n 13% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/fantastic-maldives-tour-package/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/fantastic-maldives-tour-package/\">Fantastic Maldives Tour Package</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/maldives/\">Maldives</a>, <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/srilanka/\">Srilanka</a>\n 11 Days \n <del>$800</del>\n <ins>$700</ins>\n<!-- Layout 2 -->\n 14% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/romantic-sri-lanka-honeymoon-package/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/romantic-sri-lanka-honeymoon-package/\">Romantic Sri Lanka Honeymoon Package</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/srilanka/colombo-srilanka/\">Colombo</a>, <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/maldives/\">Maldives</a>, <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/srilanka/\">Srilanka</a>\n 9 Days \n <del>$700</del>\n <ins>$600</ins>\n<!-- Layout 2 -->\n 6% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/tiger-nest-monastery-tour-in-bhutan/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/tiger-nest-monastery-tour-in-bhutan/\">Bhutan Cultural Tour: Explore the Himalayan Kingdom</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/bhutan/\">Bhutan</a>\n 7 Days \n <del>$1,800</del>\n <ins>$1,700</ins>\n<!-- Layout 2 -->\n 11% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/prague-czech-republic/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/prague-czech-republic/\">Experience the Incredible India</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/india/\">India</a>\n 5 Days \n <del>$900</del>\n <ins>$800</ins>\n<!-- Layout 2 -->\n 9% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/nyc-statue-of-liberty-ferry-tour-and-manhattan-trip/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/nyc-statue-of-liberty-ferry-tour-and-manhattan-trip/\">Maldives: The Travel and Experience of the Lifetime</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/usa/\">USA</a>\n 6 Days \n <del>$1,100</del>\n <ins>$1,000</ins>\n<!-- .category-{$layout} --> \n <a href=\"/wanderlust-tours/trip/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"></path></svg> \n VIEW ALL TRIPS\n </a>\n <img src=\"https://wordpressmu-1294046-4701143.cloudwaysapps.com/travel-explorer/wp-content/uploads/sites/46/2023/05/image-004.png\" title=\"\" alt=\"\" loading=\"lazy\" /> \n <img src=\"https://wordpressmu-1294046-4701143.cloudwaysapps.com/travel-explorer/wp-content/uploads/sites/46/2023/05/image-003.png\" title=\"\" alt=\"\" loading=\"lazy\" /> \n <img src=\"https://wordpressmu-1294046-4701143.cloudwaysapps.com/travel-explorer/wp-content/uploads/sites/46/2023/05/image-005.png\" title=\"\" alt=\"\" loading=\"lazy\" /> \n <img src=\"https://wordpressmu-1294046-4701143.cloudwaysapps.com/travel-explorer/wp-content/uploads/sites/46/2023/05/image-002.png\" title=\"\" alt=\"\" loading=\"lazy\" /> \n Experience Luxury Travel like Never Before \n <h2>Who Choose Us?</h2> \n <p>We pride ourselves on offering the highest quality service with a personalized touch to make your trip unforgettable.</p> \n <h3>\n This is the heading \n </h3>\n <p>\n We specialize in creating individualized wildlife safari tours. </p>\n <h3>\n Expert Knowledge \n </h3>\n <p>\n We offer the greatest guides since we believe that a wildlife tour. </p>\n <h3>\n Travel Services \n </h3>\n <p>\n We offer the greatest tour guides since we believe that a wildlife. </p>\n <h3>\n Reliable & Responsible \n </h3>\n <p>\n We try our best to answer every phone as quickly as we can. </p>\n Experience the World in Style \n <h2>Book Your Dream Luxury Trip Today!</h2> \n <p>Experience the ultimate in luxury travel and indulge in the trip of a lifetime. Book your dream luxury trip today and let us help you create unforgettable memories that you\'ll cherish forever</p> \n <a href=\"http://wanderlust-tours/trip/5-days-tour-to-philippines/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"></path></svg> \n LET\'S MAKE IT HAPPEN\n </a>\n Add Your Heading Text Here \n Feel the Energy and Excitement of Nature \n <h2>Top Destinations</h2> \n <p>To those who wish to experience one of the best holiday time ever, we are excited to offer unlimited fun is represented in a great way.</p> \n <figure>\n </figure>\n <h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/trip-types/budget-travel/\">Budget Travel</a>\n (6 Trips)\n </h2>\n <figure>\n </figure>\n <h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/trip-types/child-friendly/\">Child-friendly</a>\n (8 Trips)\n </h2>\n <figure>\n </figure>\n <h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/trip-types/cultural/\">Cultural</a>\n (9 Trips)\n </h2>\n <figure>\n </figure>\n <h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/trip-types/dog-friendly/\">Dog-friendly</a>\n (7 Trips)\n </h2>\n <figure>\n </figure>\n <h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/trip-types/high-altitude/\">High Altitude</a>\n (7 Trips)\n </h2>\n <figure>\n </figure>\n <h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/trip-types/home-stay/\">Home Stay</a>\n (9 Trips)\n </h2>\n <a href=\"/wanderlust-tours/destination/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"></path></svg> \n VIEW ALL DESTINATIONS\n </a>\n Testimonials \n <h2>What People Say \nAbout Us</h2> \n <p>We are the leading travel agency offering different programs and higher education diplomas that are designed with global requirements in mind.</p> \n <a href=\"/wanderlust-tours/our-teams/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"></path></svg> \n VIEW ALL TESTIMONIALS\n </a>\n <i>★</i><i>★</i><i>★</i><i>★</i><i>★</i> 5/5 \n <p>Contrary to popular belief, travelling is a lot fun especially when there’s always someone to lean on to. Travelwind has done just that to me. It is really easy to find your desired location here and the customer service is really excellent.</p> \n Talan Arcand\n Guest Review\n <i>★</i><i>★</i><i>★</i><i>★</i><i>★</i> 5/5 \n <p>Contrary to popular belief, travelling is a lot fun especially when there’s always someone to lean on to. Travelwind has done just that to me. It is really easy to find your desired location here and the customer service is really excellent.</p> \n Talan Arcand\n Guest Review\n <i>★</i><i>★</i><i>★</i><i>★</i><i>★</i> 5/5 \n <p>Contrary to popular belief, travelling is a lot fun especially when there’s always someone to lean on to. Travelwind has done just that to me. It is really easy to find your desired location here and the customer service is really excellent.</p> \n Talan Arcand\n Guest Review\n Choose your trips \n <h2>Best travel deals</h2> \n <p>To those who wish to experience one of the best holiday time ever, we are excited to offer unlimited fun is represented in a great way.</p> \n <!-- Layout 2 -->\n 8% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/5-days-tour-to-philippines/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/5-days-tour-to-philippines/\">7 Days tour to Explore the Beauty of Philippines</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/maldives/\">Maldives</a>, <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/philippines/\">Philippines</a>\n 7 Days \n <del>$1,200</del>\n <ins>$1,100</ins>\n<!-- Layout 2 -->\n 13% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/fantastic-maldives-tour-package/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/fantastic-maldives-tour-package/\">Fantastic Maldives Tour Package</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/maldives/\">Maldives</a>, <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/srilanka/\">Srilanka</a>\n 11 Days \n <del>$800</del>\n <ins>$700</ins>\n<!-- Layout 2 -->\n 14% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/romantic-sri-lanka-honeymoon-package/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/romantic-sri-lanka-honeymoon-package/\">Romantic Sri Lanka Honeymoon Package</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/srilanka/colombo-srilanka/\">Colombo</a>, <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/maldives/\">Maldives</a>, <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/srilanka/\">Srilanka</a>\n 9 Days \n <del>$700</del>\n <ins>$600</ins>\n<!-- Layout 2 -->\n 6% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/tiger-nest-monastery-tour-in-bhutan/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/tiger-nest-monastery-tour-in-bhutan/\">Bhutan Cultural Tour: Explore the Himalayan Kingdom</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/bhutan/\">Bhutan</a>\n 7 Days \n <del>$1,800</del>\n <ins>$1,700</ins>\n<!-- Layout 2 -->\n 11% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/prague-czech-republic/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/prague-czech-republic/\">Experience the Incredible India</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/india/\">India</a>\n 5 Days \n <del>$900</del>\n <ins>$800</ins>\n<!-- Layout 2 -->\n 9% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/nyc-statue-of-liberty-ferry-tour-and-manhattan-trip/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/nyc-statue-of-liberty-ferry-tour-and-manhattan-trip/\">Maldives: The Travel and Experience of the Lifetime</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/usa/\">USA</a>\n 6 Days \n <del>$1,100</del>\n <ins>$1,000</ins>\n<!-- .category-{$layout} --> \n <a href=\"/wanderlust-tours/trip/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"></path></svg> \n VIEW ALL DEALS\n </a>\n Add Your Heading Text Here \n Take Action and Make Your Dreams a Reality \n <h2>Unlock the Door to Your Dreams</h2> \n <p>Are you tired of dreaming about the life you want? It\'s time to take action and make those dreams a reality. Let us help you unlock the door to your dreams and start living the life you\'ve always wanted.</p> \n <a href=\"/wanderlust-tours/trip/everest-base-camp-trek/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"></path></svg> \n OPEN THE DOOR NOW\n </a>\n Your ultimate guide to exploring the world \n <h2>Blog and articles</h2> \n <p>Latest travel tips and blog covering all travel experiences. Check out our mentions in different guides and articles.</p> \n <h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/hello-world/\" title=\"Hello world!\">Hello world!</a></h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/author/admin/\" title=\"Posts by admin\" rel=\"author\">admin</a><time datetime=\"July 19, 2024\">July 19, 2024</time>\n <p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p><a href=\"https://kenyaclassictourtravel.com/griflightservices/hello-world/\">READ MORE<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"11.249\"\n height=\"7.741\" viewBox=\"0 0 11.249 7.741\">\n <path id=\"Path_2\" data-name=\"Path 2\"\n d=\"M11.1,45.417,7.748,42.069a.523.523,0,0,0-.74.74l2.455,2.455H.523a.523.523,0,0,0,0,1.046h8.94L7.008,48.764a.523.523,0,0,0,.74.74L11.1,46.156A.523.523,0,0,0,11.1,45.417Z\"\n transform=\"translate(0 -41.916)\" fill=\"currentcolor\"/>\n </svg></a>\n <figure><a href=\"https://kenyaclassictourtravel.com/griflightservices/eos-sed-unde-dolor-assumenda-a-consequatur/\" title=\"A Guide to Rocky Mountain vacations\"></a></figure><h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/eos-sed-unde-dolor-assumenda-a-consequatur/\" title=\"A Guide to Rocky Mountain vacations\">A Guide to Rocky Mountain vacations</a></h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/author/admin/\" title=\"Posts by admin\" rel=\"author\">admin</a><time datetime=\"October 18, 2022\">October 18, 2022</time>\n <p>The style guide provides you with a blueprint of Paperback’s default post and page styles. The style guide is also a...</p><a href=\"https://kenyaclassictourtravel.com/griflightservices/eos-sed-unde-dolor-assumenda-a-consequatur/\">READ MORE<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"11.249\"\n height=\"7.741\" viewBox=\"0 0 11.249 7.741\">\n <path id=\"Path_2\" data-name=\"Path 2\"\n d=\"M11.1,45.417,7.748,42.069a.523.523,0,0,0-.74.74l2.455,2.455H.523a.523.523,0,0,0,0,1.046h8.94L7.008,48.764a.523.523,0,0,0,.74.74L11.1,46.156A.523.523,0,0,0,11.1,45.417Z\"\n transform=\"translate(0 -41.916)\" fill=\"currentcolor\"/>\n </svg></a>\n <figure><a href=\"https://kenyaclassictourtravel.com/griflightservices/libero-quibusdam-aut-recusandae-praesentium-vero-omnis/\" title=\"Everest Base Camp Trekking in Nepal\"></a></figure><h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/libero-quibusdam-aut-recusandae-praesentium-vero-omnis/\" title=\"Everest Base Camp Trekking in Nepal\">Everest Base Camp Trekking in Nepal</a></h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/author/admin/\" title=\"Posts by admin\" rel=\"author\">admin</a><time datetime=\"October 18, 2022\">October 18, 2022</time>\n <p>The style guide provides you with a blueprint of Paperback’s default post and page styles. The style guide is also a...</p><a href=\"https://kenyaclassictourtravel.com/griflightservices/libero-quibusdam-aut-recusandae-praesentium-vero-omnis/\">READ MORE<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"11.249\"\n height=\"7.741\" viewBox=\"0 0 11.249 7.741\">\n <path id=\"Path_2\" data-name=\"Path 2\"\n d=\"M11.1,45.417,7.748,42.069a.523.523,0,0,0-.74.74l2.455,2.455H.523a.523.523,0,0,0,0,1.046h8.94L7.008,48.764a.523.523,0,0,0,.74.74L11.1,46.156A.523.523,0,0,0,11.1,45.417Z\"\n transform=\"translate(0 -41.916)\" fill=\"currentcolor\"/>\n </svg></a>\n <a href=\"/wanderlust-tours/blog/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"></path></svg> \n VIEW ALL BLOG\n </a>\n <h3>Recommended and Endorsed by</h3> \n <!-- .meafe-client -->\n <!-- .meafe-client -->\n <!-- .meafe-client -->\n <!-- .meafe-client -->\n <!-- .meafe-client -->\n <!-- .meafe-client -->\n <!-- .meafe-clients -->\n Follow us on \n <a href=\"https://facebook.com/\" target=\"_blank\" rel=\"noopener\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg> </a>\n <a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg> </a>\n <a href=\"https://linkedin.com/\" target=\"_blank\" rel=\"noopener\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"></path></svg> </a>\n <a href=\"https://youtube.com/\" target=\"_blank\" rel=\"noopener\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg> </a>\n <a href=\"https://instagram.com/\" target=\"_blank\" rel=\"noopener\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg> </a>','Home','<p>Escape Your Comfort Zone. Grab your stuff and let’s get lost. Bhutan Srilanka Colombo Nepal Everest Region France Paris Maldives Male USA New York Philippines Prague Hiking Jungle Safari Peak Climbing Rafting Trekking March, 2022 February, 2022 March, 2022 April, 2022 May, 2022 June, 2022 July, 2022 August, 2022 September, 2022 October, 2022 November, 2022 […]</p>\n','inherit','closed','closed','','2255-revision-v1','','','2024-07-19 12:32:08','2024-07-19 12:32:08','',2255,'https://kenyaclassictourtravel.com/griflightservices/?p=4974',0,'revision','',0),(4975,1,'2024-07-19 12:32:09','2024-07-19 12:32:09','<style>/*! elementor - v3.23.0 - 15-07-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Discover the World in Style with Luxury Travel</h1> \n <p>Grab your stuff and let’s get lost.</p> \n <form action=\"https://kenyaclassictourtravel.com/griflightservices/trip-search-result-2/\">\n <svg width=\"20\" height=\"14\" viewBox=\"0 0 20 14\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M15.9192 5.06735C15.4031 5.06735 14.9092 5.16388 14.4543 5.33946C14.0979 4.54743 13.79 3.70981 13.6362 2.93056C13.3892 1.67907 12.2833 0.770752 11.0066 0.770752C10.683 0.770752 10.4206 1.0331 10.4206 1.35669C10.4206 1.68028 10.683 1.94263 11.0066 1.94263C11.146 1.94263 11.2817 1.96208 11.4111 1.99821C11.8041 2.10806 12.1377 2.37392 12.3322 2.73095C12.3165 2.75095 12.3015 2.77169 12.2882 2.79415L12.1061 3.1006L11.1852 4.65099H6.26473L5.98504 3.94704H6.10113C6.42473 3.94704 6.68707 3.6847 6.68707 3.3611C6.68707 3.03751 6.42473 2.77517 6.10113 2.77517H4.08086C3.75727 2.77517 3.49492 3.03751 3.49492 3.3611C3.49492 3.6847 3.75727 3.94704 4.08086 3.94704H4.72406L5.23539 5.23392C4.86914 5.12571 4.48172 5.06731 4.08086 5.06731C1.83066 5.06735 0 6.89802 0 9.14817C0 11.3983 1.83066 13.229 4.08082 13.229C6.13203 13.229 7.83437 11.7077 8.11941 9.73411H9.19547C9.40219 9.73411 9.59363 9.62517 9.69922 9.44743L12.7784 4.2636C12.959 4.82259 13.1851 5.38267 13.4288 5.91774C12.4621 6.6647 11.8384 7.83489 11.8384 9.14821C11.8384 11.3984 13.669 13.229 15.9192 13.229C18.1693 13.229 20 11.3984 20 9.14821C20 6.89806 18.1693 5.06735 15.9192 5.06735ZM4.08082 9.73411H6.93047C6.65859 11.0582 5.48418 12.0571 4.08082 12.0571C2.47684 12.0571 1.17188 10.7522 1.17188 9.14817C1.17188 7.54419 2.47684 6.23923 4.08082 6.23923C5.48418 6.23923 6.65859 7.23813 6.93047 8.56224H4.08082C3.75723 8.56224 3.49488 8.82458 3.49488 9.14817C3.49488 9.47177 3.75723 9.73411 4.08082 9.73411ZM8.86199 8.56224H8.11941C7.98344 7.62087 7.52504 6.78251 6.86 6.16298C6.85391 6.13946 6.84684 6.11603 6.83762 6.09286L6.73035 5.8229H10.4891L8.86199 8.56224ZM15.9192 12.0571C14.3152 12.0571 13.0102 10.7521 13.0102 9.14813C13.0102 8.29841 13.3766 7.5327 13.9595 7.00036C14.6801 8.37755 15.384 9.40419 15.437 9.48099C15.5507 9.64571 15.7336 9.73411 15.9197 9.73411C16.0345 9.73411 16.1504 9.70044 16.252 9.63032C16.5184 9.44649 16.5852 9.08157 16.4014 8.81524C16.3888 8.79696 15.6797 7.76294 14.9697 6.39911C15.2675 6.29595 15.5868 6.23915 15.9192 6.23915C17.5232 6.23915 18.8281 7.54411 18.8281 9.1481C18.8281 10.7521 17.5232 12.0571 15.9192 12.0571Z\" fill=\"#2183DF\" /></svg> \n <input type=\"text\" placeholder=\"Activity\" />\n <input type=\"hidden\" name=\"activities\" />\n <ul>\n <li data-value=\"boating\" data-label=\"Boating\">Boating</li><li data-value=\"city-tour\" data-label=\"City Tour\">City Tour</li><li data-value=\"cycling\" data-label=\"Cycling\">Cycling</li><li data-value=\"hiking\" data-label=\"Hiking\">Hiking</li><li data-value=\"jungle-safari\" data-label=\"Jungle Safari\">Jungle Safari</li><li data-value=\"peak-climbing\" data-label=\"Peak Climbing\">Peak Climbing</li><li data-value=\"rafting\" data-label=\"Rafting\">Rafting</li><li data-value=\"skiing\" data-label=\"Skiing\">Skiing</li><li data-value=\"trekking\" data-label=\"Trekking\">Trekking</li> </ul>\n <svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M8.25 6.75H11.25C11.4489 6.75 11.6397 6.67098 11.7803 6.53033C11.921 6.38968 12 6.19891 12 6C12 5.80109 11.921 5.61032 11.7803 5.46967C11.6397 5.32902 11.4489 5.25 11.25 5.25H9.75V4.5C9.75 4.30109 9.67099 4.11032 9.53033 3.96967C9.38968 3.82902 9.19892 3.75 9 3.75C8.80109 3.75 8.61033 3.82902 8.46967 3.96967C8.32902 4.11032 8.25 4.30109 8.25 4.5V5.25C7.65327 5.25 7.08097 5.48705 6.65901 5.90901C6.23706 6.33097 6 6.90326 6 7.5C6 8.09674 6.23706 8.66903 6.65901 9.09099C7.08097 9.51295 7.65327 9.75 8.25 9.75H9.75C9.94892 9.75 10.1397 9.82902 10.2803 9.96967C10.421 10.1103 10.5 10.3011 10.5 10.5C10.5 10.6989 10.421 10.8897 10.2803 11.0303C10.1397 11.171 9.94892 11.25 9.75 11.25H6.75C6.55109 11.25 6.36033 11.329 6.21967 11.4697C6.07902 11.6103 6 11.8011 6 12C6 12.1989 6.07902 12.3897 6.21967 12.5303C6.36033 12.671 6.55109 12.75 6.75 12.75H8.25V13.5C8.25 13.6989 8.32902 13.8897 8.46967 14.0303C8.61033 14.171 8.80109 14.25 9 14.25C9.19892 14.25 9.38968 14.171 9.53033 14.0303C9.67099 13.8897 9.75 13.6989 9.75 13.5V12.75C10.3467 12.75 10.919 12.5129 11.341 12.091C11.763 11.669 12 11.0967 12 10.5C12 9.90326 11.763 9.33097 11.341 8.90901C10.919 8.48705 10.3467 8.25 9.75 8.25H8.25C8.05109 8.25 7.86033 8.17098 7.71967 8.03033C7.57902 7.88968 7.5 7.69891 7.5 7.5C7.5 7.30109 7.57902 7.11032 7.71967 6.96967C7.86033 6.82902 8.05109 6.75 8.25 6.75ZM9 0.75C7.36831 0.75 5.77325 1.23385 4.41655 2.14038C3.05984 3.0469 2.00242 4.33537 1.378 5.84286C0.753575 7.35035 0.590197 9.00915 0.908525 10.6095C1.22685 12.2098 2.01259 13.6798 3.16637 14.8336C4.32016 15.9874 5.79017 16.7732 7.39051 17.0915C8.99085 17.4098 10.6497 17.2464 12.1571 16.622C13.6646 15.9976 14.9531 14.9402 15.8596 13.5835C16.7661 12.2268 17.25 10.6317 17.25 9C17.25 6.81196 16.3808 4.71354 14.8336 3.16637C13.2865 1.61919 11.188 0.75 9 0.75ZM9 15.75C7.66498 15.75 6.35994 15.3541 5.2499 14.6124C4.13987 13.8707 3.27471 12.8165 2.76382 11.5831C2.25293 10.3497 2.11925 8.99251 2.3797 7.68314C2.64015 6.37377 3.28303 5.17103 4.22703 4.22703C5.17104 3.28302 6.37377 2.64015 7.68314 2.3797C8.99252 2.11925 10.3497 2.25292 11.5831 2.76381C12.8165 3.2747 13.8707 4.13987 14.6124 5.2499C15.3541 6.35993 15.75 7.66498 15.75 9C15.75 10.7902 15.0388 12.5071 13.773 13.773C12.5071 15.0388 10.7902 15.75 9 15.75Z\" fill=\"#2183DF\" />\n </svg>\n <input type=\"text\" data-value placeholder=\"Budget\" />\n <input type=\"hidden\" data-value-min name=\"min-cost\" />\n <input type=\"hidden\" data-value-max name=\"max-cost\"/>\n <svg width=\"12\" height=\"15\" viewBox=\"0 0 12 15\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M6 0C4.4087 0 2.88258 0.632141 1.75736 1.75736C0.632141 2.88258 0 4.4087 0 6C0 10.05 5.2875 14.625 5.5125 14.82C5.64835 14.9362 5.82124 15 6 15C6.17877 15 6.35165 14.9362 6.4875 14.82C6.75 14.625 12 10.05 12 6C12 4.4087 11.3679 2.88258 10.2426 1.75736C9.11742 0.632141 7.5913 0 6 0ZM6 13.2375C4.4025 11.7375 1.5 8.505 1.5 6C1.5 4.80653 1.97411 3.66193 2.81802 2.81802C3.66193 1.97411 4.80653 1.5 6 1.5C7.19347 1.5 8.33807 1.97411 9.18198 2.81802C10.0259 3.66193 10.5 4.80653 10.5 6C10.5 8.505 7.5975 11.745 6 13.2375ZM6 3C5.40666 3 4.82664 3.17595 4.33329 3.50559C3.83994 3.83524 3.45542 4.30377 3.22836 4.85195C3.0013 5.40013 2.94189 6.00333 3.05764 6.58527C3.1734 7.16721 3.45912 7.70176 3.87868 8.12132C4.29824 8.54088 4.83279 8.8266 5.41473 8.94236C5.99667 9.05811 6.59987 8.9987 7.14805 8.77164C7.69623 8.54458 8.16477 8.16006 8.49441 7.66671C8.82405 7.17336 9 6.59334 9 6C9 5.20435 8.68393 4.44129 8.12132 3.87868C7.55871 3.31607 6.79565 3 6 3ZM6 7.5C5.70333 7.5 5.41332 7.41203 5.16665 7.2472C4.91997 7.08238 4.72771 6.84811 4.61418 6.57403C4.50065 6.29994 4.47094 5.99834 4.52882 5.70736C4.5867 5.41639 4.72956 5.14912 4.93934 4.93934C5.14912 4.72956 5.41639 4.5867 5.70737 4.52882C5.99834 4.47094 6.29994 4.50065 6.57403 4.61418C6.84811 4.72771 7.08238 4.91997 7.2472 5.16665C7.41203 5.41332 7.5 5.70333 7.5 6C7.5 6.39782 7.34197 6.77936 7.06066 7.06066C6.77936 7.34196 6.39783 7.5 6 7.5Z\" fill=\"#2183DF\" /></svg> \n <input type=\"text\" placeholder=\"Destination\" />\n <input type=\"hidden\" name=\"destination\" />\n <ul>\n <li data-value=\"nepal\" data-label=\"Nepal\">Nepal<ul><li data-value=\"annapurna-region\" data-label=\"Annapurna\">Annapurna</li><li data-value=\"everest\" data-label=\"Upper Mustang\">Upper Mustang</li></ul></li><li data-value=\"bhutan\" data-label=\"Bhutan\">Bhutan</li><li data-value=\"srilanka\" data-label=\"Srilanka\">Srilanka<ul><li data-value=\"colombo-srilanka\" data-label=\"Colombo\">Colombo</li></ul></li><li data-value=\"france\" data-label=\"France\">France</li><li data-value=\"india\" data-label=\"India\">India</li><li data-value=\"maldives\" data-label=\"Maldives\">Maldives</li><li data-value=\"peru\" data-label=\"Peru\">Peru</li><li data-value=\"philippines\" data-label=\"Philippines\">Philippines</li><li data-value=\"usa\" data-label=\"USA\">USA</li> </ul>\n <svg width=\"15\" height=\"15\" viewBox=\"0 0 15 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M7.4375 0.125C5.99123 0.125 4.57743 0.553871 3.3749 1.35738C2.17236 2.16089 1.2351 3.30294 0.681634 4.63913C0.128168 5.97531 -0.0166435 7.44561 0.265511 8.8641C0.547665 10.2826 1.24411 11.5855 2.26678 12.6082C3.28946 13.6309 4.59242 14.3273 6.0109 14.6095C7.42939 14.8916 8.89969 14.7468 10.2359 14.1934C11.5721 13.6399 12.7141 12.7026 13.5176 11.5001C14.3211 10.2976 14.75 8.88377 14.75 7.4375C14.75 6.47721 14.5609 5.52632 14.1934 4.63913C13.8259 3.75193 13.2872 2.94581 12.6082 2.26678C11.9292 1.58775 11.1231 1.04912 10.2359 0.681631C9.34868 0.314143 8.39779 0.125 7.4375 0.125ZM7.4375 13.2875C6.28048 13.2875 5.14944 12.9444 4.18742 12.3016C3.22539 11.6588 2.47558 10.7451 2.03281 9.6762C1.59004 8.60725 1.47419 7.43101 1.69991 6.29622C1.92563 5.16143 2.48279 4.11906 3.30093 3.30092C4.11907 2.48279 5.16144 1.92563 6.29622 1.69991C7.43101 1.47418 8.60725 1.59003 9.6762 2.0328C10.7451 2.47558 11.6588 3.22539 12.3016 4.18741C12.9444 5.14944 13.2875 6.28048 13.2875 7.4375C13.2875 8.98901 12.6712 10.477 11.5741 11.5741C10.477 12.6712 8.98902 13.2875 7.4375 13.2875ZM9.70438 7.89819L8.16875 7.01337V3.78125C8.16875 3.58731 8.09171 3.40131 7.95457 3.26418C7.81744 3.12704 7.63144 3.05 7.4375 3.05C7.24356 3.05 7.05757 3.12704 6.92043 3.26418C6.78329 3.40131 6.70625 3.58731 6.70625 3.78125V7.4375C6.70625 7.4375 6.70625 7.496 6.70625 7.52525C6.71058 7.57563 6.72293 7.625 6.74282 7.6715C6.75787 7.71488 6.77748 7.75655 6.80131 7.79581C6.82132 7.83737 6.84585 7.87661 6.87444 7.91281L6.99144 8.00787L7.05725 8.07369L8.9585 9.17056C9.06995 9.23373 9.19603 9.26651 9.32413 9.26562C9.48604 9.26676 9.64375 9.21412 9.77252 9.11596C9.90129 9.01781 9.99385 8.8797 10.0357 8.72328C10.0775 8.56686 10.0662 8.40098 10.0036 8.25166C9.94101 8.10233 9.83062 7.97801 9.68975 7.89819H9.70438Z\" fill=\"#2183DF\" />\n </svg>\n <input type=\"text\" data-value placeholder=\"Duration\" />\n <input type=\"hidden\" data-value-min name=\"min-duration\">\n <input type=\"hidden\" data-value-max name=\"max-duration\">\n <button type=\"submit\">Search</button>\n </form>\n <link rel=\"stylesheet\" href=\"https://kenyaclassictourtravel.com/griflightservices/wp-content/uploads/elementor/css/custom-widget-icon-box.min.css?ver=1721389820\"> \n <h3>\n Handpicked Destination \n </h3>\n <p>\n Our strict screening process means you’re only seeing the best quality treks. </p>\n <h3>\n Best Price Guaranteed \n </h3>\n <p>\n Our Best Price Guarantee means that you can be sure of booking at the best rate. </p>\n <h3>\n 24/7 Customer Service \n </h3>\n <p>\n Our customer are standing by 24/7 to make your experience incredible. </p>\n Redefining Luxury Travel \n <h2>Who we are</h2> \n <p>We are a team of passionate travel experts who specialize in crafting bespoke luxury travel experiences that exceed the expectations of our clients. With our extensive knowledge and connections around the world, we create tailor-made itineraries that cater to individual preferences and interests.</p><p>Our goal is to provide you with unforgettable travel experiences that are tailored to your unique interests and preferences. Whether you\'re looking for a relaxing beach vacation, an adventurous trek through the mountains, or a cultural immersion in a new city, we have the expertise and resources to make it happen.</p> \n <a href=\"/wanderlust-tours/about-us\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"></path></svg> \n KNOW MORE ABOUT US\n </a>\n <style>/*! elementor - v3.23.0 - 15-07-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img src=\"https://wordpressmu-1294046-4701143.cloudwaysapps.com/travel-explorer/wp-content/uploads/sites/46/2023/05/trip-advisor.jpg\" title=\"\" alt=\"\" loading=\"lazy\" /> \n <style>/*! elementor - v3.23.0 - 15-07-2024 */\n.elementor-counter{display:flex;justify-content:center;align-items:stretch;flex-direction:column-reverse}.elementor-counter .elementor-counter-number{flex-grow:var(--counter-number-grow,0)}.elementor-counter .elementor-counter-number-wrapper{flex:1;display:flex;font-size:69px;font-weight:600;line-height:1;text-align:center}.elementor-counter .elementor-counter-number-prefix{text-align:end;flex-grow:var(--counter-prefix-grow,1);white-space:pre-wrap}.elementor-counter .elementor-counter-number-suffix{text-align:start;flex-grow:var(--counter-suffix-grow,1);white-space:pre-wrap}.elementor-counter .elementor-counter-title{flex:1;display:flex;justify-content:center;align-items:center;margin:0;padding:0;font-size:19px;font-weight:400;line-height:2.5}</style> \n TRIPS AND TOURS \n 0\n +\n OUTDOOR ACTIVITES \n 0\n +\n COUNTRIES \n 0\n +\n HAPPY CUSTOMERS \n 0\n K+\n Choose your trips \n <h2>Featured Trips</h2> \n <p>To those who wish to experience one of the best holiday time ever, we are excited to offer unlimited fun is represented in a great way.</p> \n <!-- Layout 2 -->\n 8% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/5-days-tour-to-philippines/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/5-days-tour-to-philippines/\">7 Days tour to Explore the Beauty of Philippines</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/maldives/\">Maldives</a>, <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/philippines/\">Philippines</a>\n 7 Days \n <del>$1,200</del>\n <ins>$1,100</ins>\n<!-- Layout 2 -->\n 13% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/fantastic-maldives-tour-package/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/fantastic-maldives-tour-package/\">Fantastic Maldives Tour Package</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/maldives/\">Maldives</a>, <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/srilanka/\">Srilanka</a>\n 11 Days \n <del>$800</del>\n <ins>$700</ins>\n<!-- Layout 2 -->\n 14% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/romantic-sri-lanka-honeymoon-package/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/romantic-sri-lanka-honeymoon-package/\">Romantic Sri Lanka Honeymoon Package</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/srilanka/colombo-srilanka/\">Colombo</a>, <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/maldives/\">Maldives</a>, <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/srilanka/\">Srilanka</a>\n 9 Days \n <del>$700</del>\n <ins>$600</ins>\n<!-- Layout 2 -->\n 6% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/tiger-nest-monastery-tour-in-bhutan/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/tiger-nest-monastery-tour-in-bhutan/\">Bhutan Cultural Tour: Explore the Himalayan Kingdom</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/bhutan/\">Bhutan</a>\n 7 Days \n <del>$1,800</del>\n <ins>$1,700</ins>\n<!-- Layout 2 -->\n 11% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/prague-czech-republic/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/prague-czech-republic/\">Experience the Incredible India</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/india/\">India</a>\n 5 Days \n <del>$900</del>\n <ins>$800</ins>\n<!-- Layout 2 -->\n 9% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/nyc-statue-of-liberty-ferry-tour-and-manhattan-trip/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/nyc-statue-of-liberty-ferry-tour-and-manhattan-trip/\">Maldives: The Travel and Experience of the Lifetime</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/usa/\">USA</a>\n 6 Days \n <del>$1,100</del>\n <ins>$1,000</ins>\n<!-- .category-{$layout} --> \n <a href=\"/wanderlust-tours/trip/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"></path></svg> \n VIEW ALL TRIPS\n </a>\n <img src=\"https://wordpressmu-1294046-4701143.cloudwaysapps.com/travel-explorer/wp-content/uploads/sites/46/2023/05/image-004.png\" title=\"\" alt=\"\" loading=\"lazy\" /> \n <img src=\"https://wordpressmu-1294046-4701143.cloudwaysapps.com/travel-explorer/wp-content/uploads/sites/46/2023/05/image-003.png\" title=\"\" alt=\"\" loading=\"lazy\" /> \n <img src=\"https://wordpressmu-1294046-4701143.cloudwaysapps.com/travel-explorer/wp-content/uploads/sites/46/2023/05/image-005.png\" title=\"\" alt=\"\" loading=\"lazy\" /> \n <img src=\"https://wordpressmu-1294046-4701143.cloudwaysapps.com/travel-explorer/wp-content/uploads/sites/46/2023/05/image-002.png\" title=\"\" alt=\"\" loading=\"lazy\" /> \n Experience Luxury Travel like Never Before \n <h2>Who Choose Us?</h2> \n <p>We pride ourselves on offering the highest quality service with a personalized touch to make your trip unforgettable.</p> \n <h3>\n This is the heading \n </h3>\n <p>\n We specialize in creating individualized wildlife safari tours. </p>\n <h3>\n Expert Knowledge \n </h3>\n <p>\n We offer the greatest guides since we believe that a wildlife tour. </p>\n <h3>\n Travel Services \n </h3>\n <p>\n We offer the greatest tour guides since we believe that a wildlife. </p>\n <h3>\n Reliable & Responsible \n </h3>\n <p>\n We try our best to answer every phone as quickly as we can. </p>\n Experience the World in Style \n <h2>Book Your Dream Luxury Trip Today!</h2> \n <p>Experience the ultimate in luxury travel and indulge in the trip of a lifetime. Book your dream luxury trip today and let us help you create unforgettable memories that you\'ll cherish forever</p> \n <a href=\"http://wanderlust-tours/trip/5-days-tour-to-philippines/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"></path></svg> \n LET\'S MAKE IT HAPPEN\n </a>\n Add Your Heading Text Here \n Feel the Energy and Excitement of Nature \n <h2>Top Destinations</h2> \n <p>To those who wish to experience one of the best holiday time ever, we are excited to offer unlimited fun is represented in a great way.</p> \n <figure>\n </figure>\n <h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/trip-types/budget-travel/\">Budget Travel</a>\n (6 Trips)\n </h2>\n <figure>\n </figure>\n <h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/trip-types/child-friendly/\">Child-friendly</a>\n (8 Trips)\n </h2>\n <figure>\n </figure>\n <h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/trip-types/cultural/\">Cultural</a>\n (9 Trips)\n </h2>\n <figure>\n </figure>\n <h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/trip-types/dog-friendly/\">Dog-friendly</a>\n (7 Trips)\n </h2>\n <figure>\n </figure>\n <h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/trip-types/high-altitude/\">High Altitude</a>\n (7 Trips)\n </h2>\n <figure>\n </figure>\n <h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/trip-types/home-stay/\">Home Stay</a>\n (9 Trips)\n </h2>\n <a href=\"/wanderlust-tours/destination/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"></path></svg> \n VIEW ALL DESTINATIONS\n </a>\n Testimonials \n <h2>What People Say \nAbout Us</h2> \n <p>We are the leading travel agency offering different programs and higher education diplomas that are designed with global requirements in mind.</p> \n <a href=\"/wanderlust-tours/our-teams/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"></path></svg> \n VIEW ALL TESTIMONIALS\n </a>\n <i>★</i><i>★</i><i>★</i><i>★</i><i>★</i> 5/5 \n <p>Contrary to popular belief, travelling is a lot fun especially when there’s always someone to lean on to. Travelwind has done just that to me. It is really easy to find your desired location here and the customer service is really excellent.</p> \n Talan Arcand\n Guest Review\n <i>★</i><i>★</i><i>★</i><i>★</i><i>★</i> 5/5 \n <p>Contrary to popular belief, travelling is a lot fun especially when there’s always someone to lean on to. Travelwind has done just that to me. It is really easy to find your desired location here and the customer service is really excellent.</p> \n Talan Arcand\n Guest Review\n <i>★</i><i>★</i><i>★</i><i>★</i><i>★</i> 5/5 \n <p>Contrary to popular belief, travelling is a lot fun especially when there’s always someone to lean on to. Travelwind has done just that to me. It is really easy to find your desired location here and the customer service is really excellent.</p> \n Talan Arcand\n Guest Review\n Choose your trips \n <h2>Best travel deals</h2> \n <p>To those who wish to experience one of the best holiday time ever, we are excited to offer unlimited fun is represented in a great way.</p> \n <!-- Layout 2 -->\n 8% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/5-days-tour-to-philippines/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/5-days-tour-to-philippines/\">7 Days tour to Explore the Beauty of Philippines</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/maldives/\">Maldives</a>, <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/philippines/\">Philippines</a>\n 7 Days \n <del>$1,200</del>\n <ins>$1,100</ins>\n<!-- Layout 2 -->\n 13% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/fantastic-maldives-tour-package/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/fantastic-maldives-tour-package/\">Fantastic Maldives Tour Package</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/maldives/\">Maldives</a>, <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/srilanka/\">Srilanka</a>\n 11 Days \n <del>$800</del>\n <ins>$700</ins>\n<!-- Layout 2 -->\n 14% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/romantic-sri-lanka-honeymoon-package/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/romantic-sri-lanka-honeymoon-package/\">Romantic Sri Lanka Honeymoon Package</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/srilanka/colombo-srilanka/\">Colombo</a>, <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/maldives/\">Maldives</a>, <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/srilanka/\">Srilanka</a>\n 9 Days \n <del>$700</del>\n <ins>$600</ins>\n<!-- Layout 2 -->\n 6% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/tiger-nest-monastery-tour-in-bhutan/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/tiger-nest-monastery-tour-in-bhutan/\">Bhutan Cultural Tour: Explore the Himalayan Kingdom</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/bhutan/\">Bhutan</a>\n 7 Days \n <del>$1,800</del>\n <ins>$1,700</ins>\n<!-- Layout 2 -->\n 11% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/prague-czech-republic/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/prague-czech-republic/\">Experience the Incredible India</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/india/\">India</a>\n 5 Days \n <del>$900</del>\n <ins>$800</ins>\n<!-- Layout 2 -->\n 9% Off\n <figure>\n <a href=\"https://kenyaclassictourtravel.com/griflightservices/trip/nyc-statue-of-liberty-ferry-tour-and-manhattan-trip/\">\n </a>\n </figure>\n <h2>\n <a itemprop=\"url\" href=\"https://kenyaclassictourtravel.com/griflightservices/trip/nyc-statue-of-liberty-ferry-tour-and-manhattan-trip/\">Maldives: The Travel and Experience of the Lifetime</a>\n </h2>\n <p>\n Travel is the movement of people between relatively distant geographical locations, and can involve travel by foot, bicycle,... </p>\n <a rel=\"tag noopener\" target=\"_self\" href=\"https://kenyaclassictourtravel.com/griflightservices/destinations/usa/\">USA</a>\n 6 Days \n <del>$1,100</del>\n <ins>$1,000</ins>\n<!-- .category-{$layout} --> \n <a href=\"/wanderlust-tours/trip/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"></path></svg> \n VIEW ALL DEALS\n </a>\n Add Your Heading Text Here \n Take Action and Make Your Dreams a Reality \n <h2>Unlock the Door to Your Dreams</h2> \n <p>Are you tired of dreaming about the life you want? It\'s time to take action and make those dreams a reality. Let us help you unlock the door to your dreams and start living the life you\'ve always wanted.</p> \n <a href=\"/wanderlust-tours/trip/everest-base-camp-trek/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"></path></svg> \n OPEN THE DOOR NOW\n </a>\n Your ultimate guide to exploring the world \n <h2>Blog and articles</h2> \n <p>Latest travel tips and blog covering all travel experiences. Check out our mentions in different guides and articles.</p> \n <h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/hello-world/\" title=\"Hello world!\">Hello world!</a></h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/author/admin/\" title=\"Posts by admin\" rel=\"author\">admin</a><time datetime=\"July 19, 2024\">July 19, 2024</time>\n <p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p><a href=\"https://kenyaclassictourtravel.com/griflightservices/hello-world/\">READ MORE<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"11.249\"\n height=\"7.741\" viewBox=\"0 0 11.249 7.741\">\n <path id=\"Path_2\" data-name=\"Path 2\"\n d=\"M11.1,45.417,7.748,42.069a.523.523,0,0,0-.74.74l2.455,2.455H.523a.523.523,0,0,0,0,1.046h8.94L7.008,48.764a.523.523,0,0,0,.74.74L11.1,46.156A.523.523,0,0,0,11.1,45.417Z\"\n transform=\"translate(0 -41.916)\" fill=\"currentcolor\"/>\n </svg></a>\n <figure><a href=\"https://kenyaclassictourtravel.com/griflightservices/eos-sed-unde-dolor-assumenda-a-consequatur/\" title=\"A Guide to Rocky Mountain vacations\"></a></figure><h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/eos-sed-unde-dolor-assumenda-a-consequatur/\" title=\"A Guide to Rocky Mountain vacations\">A Guide to Rocky Mountain vacations</a></h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/author/admin/\" title=\"Posts by admin\" rel=\"author\">admin</a><time datetime=\"October 18, 2022\">October 18, 2022</time>\n <p>The style guide provides you with a blueprint of Paperback’s default post and page styles. The style guide is also a...</p><a href=\"https://kenyaclassictourtravel.com/griflightservices/eos-sed-unde-dolor-assumenda-a-consequatur/\">READ MORE<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"11.249\"\n height=\"7.741\" viewBox=\"0 0 11.249 7.741\">\n <path id=\"Path_2\" data-name=\"Path 2\"\n d=\"M11.1,45.417,7.748,42.069a.523.523,0,0,0-.74.74l2.455,2.455H.523a.523.523,0,0,0,0,1.046h8.94L7.008,48.764a.523.523,0,0,0,.74.74L11.1,46.156A.523.523,0,0,0,11.1,45.417Z\"\n transform=\"translate(0 -41.916)\" fill=\"currentcolor\"/>\n </svg></a>\n <figure><a href=\"https://kenyaclassictourtravel.com/griflightservices/libero-quibusdam-aut-recusandae-praesentium-vero-omnis/\" title=\"Everest Base Camp Trekking in Nepal\"></a></figure><h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/libero-quibusdam-aut-recusandae-praesentium-vero-omnis/\" title=\"Everest Base Camp Trekking in Nepal\">Everest Base Camp Trekking in Nepal</a></h2><a href=\"https://kenyaclassictourtravel.com/griflightservices/author/admin/\" title=\"Posts by admin\" rel=\"author\">admin</a><time datetime=\"October 18, 2022\">October 18, 2022</time>\n <p>The style guide provides you with a blueprint of Paperback’s default post and page styles. The style guide is also a...</p><a href=\"https://kenyaclassictourtravel.com/griflightservices/libero-quibusdam-aut-recusandae-praesentium-vero-omnis/\">READ MORE<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"11.249\"\n height=\"7.741\" viewBox=\"0 0 11.249 7.741\">\n <path id=\"Path_2\" data-name=\"Path 2\"\n d=\"M11.1,45.417,7.748,42.069a.523.523,0,0,0-.74.74l2.455,2.455H.523a.523.523,0,0,0,0,1.046h8.94L7.008,48.764a.523.523,0,0,0,.74.74L11.1,46.156A.523.523,0,0,0,11.1,45.417Z\"\n transform=\"translate(0 -41.916)\" fill=\"currentcolor\"/>\n </svg></a>\n <a href=\"/wanderlust-tours/blog/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"></path></svg> \n VIEW ALL BLOG\n </a>\n <h3>Recommended and Endorsed by</h3> \n <!-- .meafe-client -->\n <!-- .meafe-client -->\n <!-- .meafe-client -->\n <!-- .meafe-client -->\n <!-- .meafe-client -->\n <!-- .meafe-client -->\n <!-- .meafe-clients -->\n Follow us on \n <a href=\"https://facebook.com/\" target=\"_blank\" rel=\"noopener\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg> </a>\n <a href=\"https://twitter.com/\" target=\"_blank\" rel=\"noopener\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg> </a>\n <a href=\"https://linkedin.com/\" target=\"_blank\" rel=\"noopener\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"></path></svg> </a>\n <a href=\"https://youtube.com/\" target=\"_blank\" rel=\"noopener\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg> </a>\n <a href=\"https://instagram.com/\" target=\"_blank\" rel=\"noopener\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg> </a>','Home','<p>Escape Your Comfort Zone. Grab your stuff and let’s get lost. Bhutan Srilanka Colombo Nepal Everest Region France Paris Maldives Male USA New York Philippines Prague Hiking Jungle Safari Peak Climbing Rafting Trekking March, 2022 February, 2022 March, 2022 April, 2022 May, 2022 June, 2022 July, 2022 August, 2022 September, 2022 October, 2022 November, 2022 […]</p>\n','inherit','closed','closed','','2255-revision-v1','','','2024-07-19 12:32:09','2024-07-19 12:32:09','',2255,'https://kenyaclassictourtravel.com/griflightservices/?p=4975',0,'revision','',0),(4979,1,'2024-07-19 15:56:42','2024-07-19 15:56:42','<style>/*! elementor - v3.23.0 - 15-07-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Contact Us</h2> \n <h3>Get in touch</h3> \n <style>/*! elementor - v3.23.0 - 15-07-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img src=\"https://wordpressmu-1294046-4701143.cloudwaysapps.com/travel-monster/wp-content/uploads/sites/22/2022/09/decoration.png\" title=\"\" alt=\"\" loading=\"lazy\" /> \n <h5>Contact Infromation</h5> \n <link rel=\"stylesheet\" href=\"https://kenyaclassictourtravel.com/griflightservices/wp-content/uploads/elementor/css/custom-widget-icon-box.min.css?ver=1721392476\"> \n <p>\n VIEW PARK TOWERS,UTALII LANE, </br>\nNAIROBI- STAREHE DISTRICT, CBD. </br>\nP.O BOX 45240, 00100</br>\nG.P.O NAIROBI, Kenya </p>\n <p>\n Tel: +254740711244\n </p>\n <p>\n griflightconsultancyagency@gmail.com </br>\nmitxiyu@yahoo.com </p>\n <h5>Follow us on</h5> \n <a href=\"/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg> </a>\n <a href=\"/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg> </a>\n <a href=\"/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg> </a>\n <a href=\"/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"></path></svg> </a>\n <style>/*! elementor - v3.23.0 - 15-07-2024 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps .elementor-custom-embed{line-height:0}.elementor-widget-google_maps iframe{height:300px}</style> \n <iframe loading=\"lazy\"\n src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&t=m&z=10&output=embed&iwloc=near\"\n title=\"London Eye, London, United Kingdom\"\n aria-label=\"London Eye, London, United Kingdom\"\n ></iframe>','Contact Us','<p>Get in touch Full Name* Email* Subject* Message* By contacting us, you agree to our Privacy. Get in touch Fresno, California San Deigo, USA (888) 123-456789 (888) 123-856475 contact@yourdomain.com info@yourdomain.com Follow us on Facebook Twitter Youtube</p>\n','inherit','closed','closed','','2873-revision-v1','','','2024-07-19 15:56:42','2024-07-19 15:56:42','',2873,'https://kenyaclassictourtravel.com/griflightservices/?p=4979',0,'revision','',0),(4977,1,'2024-07-19 15:56:42','2024-07-19 15:56:42','','Contact Us','<p>Get in touch Full Name* Email* Subject* Message* By contacting us, you agree to our Privacy. Get in touch Fresno, California San Deigo, USA (888) 123-456789 (888) 123-856475 contact@yourdomain.com info@yourdomain.com Follow us on Facebook Twitter Youtube</p>\n','inherit','closed','closed','','2873-revision-v1','','','2024-07-19 15:56:42','2024-07-19 15:56:42','',2873,'https://kenyaclassictourtravel.com/griflightservices/?p=4977',0,'revision','',0),(4978,1,'2024-07-19 15:56:42','2024-07-19 15:56:42','','Contact Us','<p>Get in touch Full Name* Email* Subject* Message* By contacting us, you agree to our Privacy. Get in touch Fresno, California San Deigo, USA (888) 123-456789 (888) 123-856475 contact@yourdomain.com info@yourdomain.com Follow us on Facebook Twitter Youtube</p>\n','inherit','closed','closed','','2873-revision-v1','','','2024-07-19 15:56:42','2024-07-19 15:56:42','',2873,'https://kenyaclassictourtravel.com/griflightservices/?p=4978',0,'revision','',0),(4980,1,'2024-07-19 16:04:15','2024-07-19 16:04:15','<style>/*! elementor - v3.23.0 - 15-07-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Contact Us</h2> \n <h3>Get in touch</h3> \n <style>/*! elementor - v3.23.0 - 15-07-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img src=\"https://wordpressmu-1294046-4701143.cloudwaysapps.com/travel-monster/wp-content/uploads/sites/22/2022/09/decoration.png\" title=\"\" alt=\"\" loading=\"lazy\" /> \n <h5>Contact Infromation</h5> \n <link rel=\"stylesheet\" href=\"https://kenyaclassictourtravel.com/griflightservices/wp-content/uploads/elementor/css/custom-widget-icon-box.min.css?ver=1721392476\"> \n <p>\n VIEW PARK TOWERS,UTALII LANE, </br>\nNAIROBI- STAREHE DISTRICT, CBD. </br>\nP.O BOX 45240, 00100</br>\nG.P.O NAIROBI, Kenya </p>\n <p>\n Tel: +254740711244\n </p>\n <p>\n griflightconsultancyagency@gmail.com </br>\nmitxiyu@yahoo.com </p>\n <h5>Follow us on</h5> \n <a href=\"/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg> </a>\n <a href=\"/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg> </a>\n <a href=\"/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg> </a>\n <a href=\"/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"></path></svg> </a>\n <style>/*! elementor - v3.23.0 - 15-07-2024 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps .elementor-custom-embed{line-height:0}.elementor-widget-google_maps iframe{height:300px}</style> \n <iframe loading=\"lazy\"\n src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&t=m&z=10&output=embed&iwloc=near\"\n title=\"London Eye, London, United Kingdom\"\n aria-label=\"London Eye, London, United Kingdom\"\n ></iframe>','Contact Us','<p>Get in touch Full Name* Email* Subject* Message* By contacting us, you agree to our Privacy. Get in touch Fresno, California San Deigo, USA (888) 123-456789 (888) 123-856475 contact@yourdomain.com info@yourdomain.com Follow us on Facebook Twitter Youtube</p>\n','inherit','closed','closed','','2873-revision-v1','','','2024-07-19 16:04:15','2024-07-19 16:04:15','',2873,'https://kenyaclassictourtravel.com/griflightservices/?p=4980',0,'revision','',0),(4981,1,'2024-07-19 16:04:15','2024-07-19 16:04:15','<style>/*! elementor - v3.23.0 - 15-07-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Contact Us</h2> \n <h3>Get in touch</h3> \n <style>/*! elementor - v3.23.0 - 15-07-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img src=\"https://wordpressmu-1294046-4701143.cloudwaysapps.com/travel-monster/wp-content/uploads/sites/22/2022/09/decoration.png\" title=\"\" alt=\"\" loading=\"lazy\" /> \n <h5>Contact Infromation</h5> \n <link rel=\"stylesheet\" href=\"https://kenyaclassictourtravel.com/griflightservices/wp-content/uploads/elementor/css/custom-widget-icon-box.min.css?ver=1721392476\"> \n <p>\n VIEW PARK TOWERS,UTALII LANE, </br>\nNAIROBI- STAREHE DISTRICT, CBD. </br>\nP.O BOX 45240, 00100</br>\nG.P.O NAIROBI, Kenya </p>\n <p>\n Tel: +254740711244\n </p>\n <p>\n griflightconsultancyagency@gmail.com </br>\nmitxiyu@yahoo.com </p>\n <h5>Follow us on</h5> \n <a href=\"/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg> </a>\n <a href=\"/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg> </a>\n <a href=\"/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg> </a>\n <a href=\"/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"></path></svg> </a>\n <style>/*! elementor - v3.23.0 - 15-07-2024 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps .elementor-custom-embed{line-height:0}.elementor-widget-google_maps iframe{height:300px}</style> \n <iframe loading=\"lazy\"\n src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&t=m&z=10&output=embed&iwloc=near\"\n title=\"London Eye, London, United Kingdom\"\n aria-label=\"London Eye, London, United Kingdom\"\n ></iframe>','Contact Us','<p>Get in touch Full Name* Email* Subject* Message* By contacting us, you agree to our Privacy. Get in touch Fresno, California San Deigo, USA (888) 123-456789 (888) 123-856475 contact@yourdomain.com info@yourdomain.com Follow us on Facebook Twitter Youtube</p>\n','inherit','closed','closed','','2873-revision-v1','','','2024-07-19 16:04:15','2024-07-19 16:04:15','',2873,'https://kenyaclassictourtravel.com/griflightservices/?p=4981',0,'revision','',0),(4982,1,'2024-07-19 16:04:15','2024-07-19 16:04:15','<style>/*! elementor - v3.23.0 - 15-07-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Contact Us</h2> \n <h3>Get in touch</h3> \n <style>/*! elementor - v3.23.0 - 15-07-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img src=\"https://wordpressmu-1294046-4701143.cloudwaysapps.com/travel-monster/wp-content/uploads/sites/22/2022/09/decoration.png\" title=\"\" alt=\"\" loading=\"lazy\" /> \n <h5>Contact Infromation</h5> \n <link rel=\"stylesheet\" href=\"https://kenyaclassictourtravel.com/griflightservices/wp-content/uploads/elementor/css/custom-widget-icon-box.min.css?ver=1721392476\"> \n <p>\n VIEW PARK TOWERS,UTALII LANE, </br>\nNAIROBI- STAREHE DISTRICT, CBD. </br>\nP.O BOX 45240, 00100</br>\nG.P.O NAIROBI, Kenya </p>\n <p>\n Tel: +254740711244\n </p>\n <p>\n griflightconsultancyagency@gmail.com </br>\nmitxiyu@yahoo.com </p>\n <h5>Follow us on</h5> \n <a href=\"/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg> </a>\n <a href=\"/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg> </a>\n <a href=\"/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg> </a>\n <a href=\"/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"></path></svg> </a>\n <style>/*! elementor - v3.23.0 - 15-07-2024 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps .elementor-custom-embed{line-height:0}.elementor-widget-google_maps iframe{height:300px}</style> \n <iframe loading=\"lazy\"\n src=\"https://maps.google.com/maps?q=VIEW%20PARK%20TOWERS%2CUTALII%20LANE%2C%20%20NAIROBI%2C%20Kenya&t=m&z=15&output=embed&iwloc=near\"\n title=\"VIEW PARK TOWERS,UTALII LANE, NAIROBI, Kenya\"\n aria-label=\"VIEW PARK TOWERS,UTALII LANE, NAIROBI, Kenya\"\n ></iframe>','Contact Us','<p>Get in touch Full Name* Email* Subject* Message* By contacting us, you agree to our Privacy. Get in touch Fresno, California San Deigo, USA (888) 123-456789 (888) 123-856475 contact@yourdomain.com info@yourdomain.com Follow us on Facebook Twitter Youtube</p>\n','inherit','closed','closed','','2873-revision-v1','','','2024-07-19 16:04:15','2024-07-19 16:04:15','',2873,'https://kenyaclassictourtravel.com/griflightservices/?p=4982',0,'revision','',0),(4983,1,'2024-07-19 16:05:07','2024-07-19 16:05:07','<style>/*! elementor - v3.23.0 - 15-07-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Contact Us</h2> \n <h3>Get in touch</h3> \n <style>/*! elementor - v3.23.0 - 15-07-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img src=\"https://wordpressmu-1294046-4701143.cloudwaysapps.com/travel-monster/wp-content/uploads/sites/22/2022/09/decoration.png\" title=\"\" alt=\"\" loading=\"lazy\" /> \n <h5>Contact Infromation</h5> \n <link rel=\"stylesheet\" href=\"https://kenyaclassictourtravel.com/griflightservices/wp-content/uploads/elementor/css/custom-widget-icon-box.min.css?ver=1721392476\"> \n <p>\n VIEW PARK TOWERS,UTALII LANE, </br>\nNAIROBI- STAREHE DISTRICT, CBD. </br>\nP.O BOX 45240, 00100</br>\nG.P.O NAIROBI, Kenya </p>\n <p>\n Tel: +254740711244\n </p>\n <p>\n griflightconsultancyagency@gmail.com </br>\nmitxiyu@yahoo.com </p>\n <h5>Follow us on</h5> \n <a href=\"/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg> </a>\n <a href=\"/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg> </a>\n <a href=\"/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg> </a>\n <a href=\"/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"></path></svg> </a>\n <style>/*! elementor - v3.23.0 - 15-07-2024 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps .elementor-custom-embed{line-height:0}.elementor-widget-google_maps iframe{height:300px}</style> \n <iframe loading=\"lazy\"\n src=\"https://maps.google.com/maps?q=VIEW%20PARK%20TOWERS%2CUTALII%20LANE%2C%20%20NAIROBI%2C%20Kenya&t=m&z=15&output=embed&iwloc=near\"\n title=\"VIEW PARK TOWERS,UTALII LANE, NAIROBI, Kenya\"\n aria-label=\"VIEW PARK TOWERS,UTALII LANE, NAIROBI, Kenya\"\n ></iframe>','Contact Us','<p>Get in touch Full Name* Email* Subject* Message* By contacting us, you agree to our Privacy. Get in touch Fresno, California San Deigo, USA (888) 123-456789 (888) 123-856475 contact@yourdomain.com info@yourdomain.com Follow us on Facebook Twitter Youtube</p>\n','inherit','closed','closed','','2873-revision-v1','','','2024-07-19 16:05:07','2024-07-19 16:05:07','',2873,'https://kenyaclassictourtravel.com/griflightservices/?p=4983',0,'revision','',0),(4984,1,'2024-07-19 16:05:07','2024-07-19 16:05:07','<style>/*! elementor - v3.23.0 - 15-07-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Contact Us</h2> \n <h3>Get in touch</h3> \n <style>/*! elementor - v3.23.0 - 15-07-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img src=\"https://wordpressmu-1294046-4701143.cloudwaysapps.com/travel-monster/wp-content/uploads/sites/22/2022/09/decoration.png\" title=\"\" alt=\"\" loading=\"lazy\" /> \n <h5>Contact Infromation</h5> \n <link rel=\"stylesheet\" href=\"https://kenyaclassictourtravel.com/griflightservices/wp-content/uploads/elementor/css/custom-widget-icon-box.min.css?ver=1721392476\"> \n <p>\n VIEW PARK TOWERS,UTALII LANE, </br>\nNAIROBI- STAREHE DISTRICT, CBD. </br>\nP.O BOX 45240, 00100</br>\nG.P.O NAIROBI, Kenya </p>\n <p>\n Tel: +254740711244\n </p>\n <p>\n griflightconsultancyagency@gmail.com </br>\nmitxiyu@yahoo.com </p>\n <h5>Follow us on</h5> \n <a href=\"/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg> </a>\n <a href=\"/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg> </a>\n <a href=\"/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg> </a>\n <a href=\"/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"></path></svg> </a>\n <style>/*! elementor - v3.23.0 - 15-07-2024 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps .elementor-custom-embed{line-height:0}.elementor-widget-google_maps iframe{height:300px}</style> \n <iframe loading=\"lazy\"\n src=\"https://maps.google.com/maps?q=VIEW%20PARK%20TOWERS%2CUTALII%20LANE%2C%20%20NAIROBI%2C%20Kenya&t=m&z=15&output=embed&iwloc=near\"\n title=\"VIEW PARK TOWERS,UTALII LANE, NAIROBI, Kenya\"\n aria-label=\"VIEW PARK TOWERS,UTALII LANE, NAIROBI, Kenya\"\n ></iframe>','Contact Us','<p>Get in touch Full Name* Email* Subject* Message* By contacting us, you agree to our Privacy. Get in touch Fresno, California San Deigo, USA (888) 123-456789 (888) 123-856475 contact@yourdomain.com info@yourdomain.com Follow us on Facebook Twitter Youtube</p>\n','inherit','closed','closed','','2873-revision-v1','','','2024-07-19 16:05:07','2024-07-19 16:05:07','',2873,'https://kenyaclassictourtravel.com/griflightservices/?p=4984',0,'revision','',0),(4985,1,'2024-07-19 16:05:07','2024-07-19 16:05:07','<style>/*! elementor - v3.23.0 - 15-07-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Contact Us</h2> \n <h3>Get in touch</h3> \n <style>/*! elementor - v3.23.0 - 15-07-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img src=\"https://wordpressmu-1294046-4701143.cloudwaysapps.com/travel-monster/wp-content/uploads/sites/22/2022/09/decoration.png\" title=\"\" alt=\"\" loading=\"lazy\" /> \n <h5>Contact Infromation</h5> \n <link rel=\"stylesheet\" href=\"https://kenyaclassictourtravel.com/griflightservices/wp-content/uploads/elementor/css/custom-widget-icon-box.min.css?ver=1721392476\"> \n <p>\n VIEW PARK TOWERS,UTALII LANE, </br>\nNAIROBI- STAREHE DISTRICT, CBD. </br>\nP.O BOX 45240, 00100</br>\nG.P.O NAIROBI, Kenya </p>\n <p>\n Tel: +254740711244\n </p>\n <p>\n griflightconsultancyagency@gmail.com </br>\nmitxiyu@yahoo.com </p>\n <h5>Follow us on</h5> \n <a href=\"/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg> </a>\n <a href=\"/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg> </a>\n <a href=\"/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg> </a>\n <a href=\"/\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"></path></svg> </a>\n <style>/*! elementor - v3.23.0 - 15-07-2024 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps .elementor-custom-embed{line-height:0}.elementor-widget-google_maps iframe{height:300px}</style> \n <iframe loading=\"lazy\"\n src=\"https://maps.google.com/maps?q=VIEW%20PARK%20TOWERS%2CUTALII%20LANE%2C%20%20NAIROBI%2C%20Kenya&t=m&z=15&output=embed&iwloc=near\"\n title=\"VIEW PARK TOWERS,UTALII LANE, NAIROBI, Kenya\"\n aria-label=\"VIEW PARK TOWERS,UTALII LANE, NAIROBI, Kenya\"\n ></iframe>','Contact Us','<p>Get in touch Full Name* Email* Subject* Message* By contacting us, you agree to our Privacy. Get in touch Fresno, California San Deigo, USA (888) 123-456789 (888) 123-856475 contact@yourdomain.com info@yourdomain.com Follow us on Facebook Twitter Youtube</p>\n','inherit','closed','closed','','2873-revision-v1','','','2024-07-19 16:05:07','2024-07-19 16:05:07','',2873,'https://kenyaclassictourtravel.com/griflightservices/?p=4985',0,'revision','',0),(4987,1,'2024-07-19 16:35:47','2024-07-19 16:35:47','','Terms and Conditions','','inherit','closed','closed','','18-revision-v1','','','2024-07-19 16:35:47','2024-07-19 16:35:47','',18,'https://kenyaclassictourtravel.com/griflightservices/?p=4987',0,'revision','',0),(4988,1,'2024-07-19 16:37:11','2024-07-19 16:37:11','','Refund Policy','','inherit','closed','closed','','4962-revision-v1','','','2024-07-19 16:37:11','2024-07-19 16:37:11','',4962,'https://kenyaclassictourtravel.com/griflightservices/?p=4988',0,'revision','',0),(4989,1,'2024-07-19 16:38:01','2024-07-19 16:38:01','','Refund Policy','','inherit','closed','closed','','4962-revision-v1','','','2024-07-19 16:38:01','2024-07-19 16:38:01','',4962,'https://kenyaclassictourtravel.com/griflightservices/?p=4989',0,'revision','',0),(4990,1,'2024-07-19 16:38:01','2024-07-19 16:38:01','','Refund Policy','','inherit','closed','closed','','4962-revision-v1','','','2024-07-19 16:38:01','2024-07-19 16:38:01','',4962,'https://kenyaclassictourtravel.com/griflightservices/?p=4990',0,'revision','',0),(4991,1,'2024-07-19 16:38:01','2024-07-19 16:38:01','','Refund Policy','','inherit','closed','closed','','4962-revision-v1','','','2024-07-19 16:38:01','2024-07-19 16:38:01','',4962,'https://kenyaclassictourtravel.com/griflightservices/?p=4991',0,'revision','',0),(4992,1,'2024-07-19 16:39:37','2024-07-19 16:39:37','<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">1. Cancellations by the Customer</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Cancellations made 30 days or more before the scheduled tour date will receive a full refund.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Cancellations made between 14 and 29 days before the scheduled tour date will receive a 50% refund.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Cancellations made less than 14 days before the scheduled tour date will not be eligible for a refund.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">2. Changes to Bookings</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Changes to bookings are subject to availability and may incur additional fees.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All requests for changes must be made in writing to [your email address].</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">3. Cancellations by Tours en Extase</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>In the unlikely event that Tours en Extase cancels your tour, you will receive a full refund or the option to reschedule.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">4. Non-Refundable Items</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Certain items, such as special promotions or non-refundable deposits, may not be eligible for a refund. This will be clearly indicated at the time of booking.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">5. Processing Refunds</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Refunds will be processed using the original payment method.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Please allow up to 14 business days for the refund to appear in your account.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">6. Contact Us</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you have any questions about our refund policy, please contact us at:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>VIEW PARK TOWERS,UTALII LANE,<br>NAIROBI- STAREHE DISTRICT, CBD.<br>P.O BOX 45240, 00100<br>G.P.O NAIROBI<br>Tel: +254740711244<br>Email: griflightconsultancyagency@gmail.com/ mitxiyu@yahoo.com</p>\n<!-- /wp:paragraph -->','Terms and Conditions','','inherit','closed','closed','','18-revision-v1','','','2024-07-19 16:39:37','2024-07-19 16:39:37','',18,'https://kenyaclassictourtravel.com/griflightservices/?p=4992',0,'revision','',0),(4993,1,'2024-07-19 16:41:26','2024-07-19 16:41:26','<!-- wp:paragraph -->\n<p><div id=\"page\" class=\"site\"><div class=\"site-content\"><div class=\"container\"><div class=\"main-content-wrapper clear\"><main id=\"primary\" class=\"site-main\"><div class=\"travel-monster-container-wrap\"><article id=\"post-4454\" class=\"post-4454 page type-page status-publish hentry travel-monster-post no-post-thumbnail latest_post\" itemtype=\"https://schema.org/CreativeWork\" itemscope=\"\" data-alignment=\"title-left\"><div class=\"entry-content-wrap clear\" itemprop=\"text\"><div data-elementor-type=\"wp-page\" data-elementor-id=\"4454\" class=\"elementor elementor-4454 elementor-edit-area elementor-edit-mode elementor-edit-area-active\" data-elementor-title=\"Page\"><div class=\"elementor-section-wrap ui-sortable\"><section data-id=\"035edad\" data-element_type=\"section\" data-model-cid=\"c30\" class=\"elementor-element elementor-element-edit-mode elementor-element-035edad elementor-section elementor-top-section elementor-section-boxed elementor-section-height-default\"><div class=\"elementor-container elementor-column-gap-default ui-sortable\"><div data-id=\"1ba77c9\" data-element_type=\"column\" data-model-cid=\"c31\" class=\"elementor-element elementor-element-edit-mode elementor-element-1ba77c9 elementor-element--toggle-edit-tools elementor-column elementor-top-column ui-resizable\" data-col=\"100\"><div class=\"elementor-widget-wrap elementor-element-populated ui-sortable\"><div data-id=\"a22ce42\" data-element_type=\"widget\" data-model-cid=\"c32\" class=\"elementor-element elementor-element-edit-mode elementor-element-a22ce42 elementor-element--toggle-edit-tools elementor-widget elementor-widget-text-editor ui-resizable elementor-element-editable\" data-widget_type=\"text-editor.default\"><div class=\"elementor-widget-container\"><div class=\"elementor-text-editor elementor-clearfix elementor-inline-editing pen\" data-elementor-setting-key=\"editor\" data-elementor-inline-editing-toolbar=\"advanced\" contenteditable=\"true\" data-pen-placeholder=\"Type Here...\"><p>W</p></div></div></div></div></div></div></section></div></div></div></article></div></main></div></div></div></div></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><div id=\"page\" class=\"site\"><div class=\"site-content\"><div class=\"container\"><div class=\"main-content-wrapper clear\"><main id=\"primary\" class=\"site-main\"><div class=\"travel-monster-container-wrap\"><article id=\"post-4454\" class=\"post-4454 page type-page status-publish hentry travel-monster-post no-post-thumbnail latest_post\" itemtype=\"https://schema.org/CreativeWork\" data-alignment=\"title-left\" itemscope=\"\"><div class=\"entry-content-wrap clear\" itemprop=\"text\"><div data-elementor-type=\"wp-page\" data-elementor-id=\"4454\" class=\"elementor elementor-4454 elementor-edit-area elementor-edit-mode elementor-edit-area-active\" data-elementor-title=\"Page\"><div class=\"elementor-section-wrap ui-sortable\"><section data-id=\"035edad\" data-element_type=\"section\" data-model-cid=\"c30\" class=\"elementor-element elementor-element-edit-mode elementor-element-035edad elementor-section elementor-top-section elementor-section-boxed elementor-section-height-default\"><div class=\"elementor-container elementor-column-gap-default ui-sortable\"><div data-id=\"1ba77c9\" data-element_type=\"column\" data-model-cid=\"c31\" class=\"elementor-element elementor-element-edit-mode elementor-element-1ba77c9 elementor-element--toggle-edit-tools elementor-column elementor-top-column ui-resizable\" data-col=\"100\"><div class=\"elementor-widget-wrap elementor-element-populated ui-sortable\"><div data-id=\"a22ce42\" data-element_type=\"widget\" data-model-cid=\"c32\" class=\"elementor-element elementor-element-edit-mode elementor-element-a22ce42 elementor-element--toggle-edit-tools elementor-widget elementor-widget-text-editor ui-resizable elementor-element-editable\" data-widget_type=\"text-editor.default\"><div class=\"elementor-widget-container\"><div class=\"elementor-text-editor elementor-clearfix elementor-inline-editing pen\" data-elementor-setting-key=\"editor\" data-elementor-inline-editing-toolbar=\"advanced\" contenteditable=\"true\" data-pen-placeholder=\"Type Here...\"><p><strong>3. Use of the Website</strong></p></div></div></div></div></div></div></section></div></div></div></article></div></main></div></div></div></div></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Terms and Conditions','','inherit','closed','closed','','4962-autosave-v1','','','2024-07-19 16:41:26','2024-07-19 16:41:26','',4962,'https://kenyaclassictourtravel.com/griflightservices/?p=4993',0,'revision','',0); /*!40000 ALTER TABLE `wpxj_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpxj_term_relationships` -- DROP TABLE IF EXISTS `wpxj_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpxj_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT 0, `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0, `term_order` int(11) NOT NULL DEFAULT 0, PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpxj_term_relationships` -- LOCK TABLES `wpxj_term_relationships` WRITE; /*!40000 ALTER TABLE `wpxj_term_relationships` DISABLE KEYS */; INSERT INTO `wpxj_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1,1,0),(24,9,0),(954,51,0),(2542,51,0),(2544,51,0),(2545,51,0),(2548,51,0),(2549,51,0),(2886,51,0),(2887,51,0),(2979,51,0),(4955,9,0),(4107,51,0),(4209,51,0),(4210,51,0),(4212,51,0),(4213,51,0),(4214,51,0),(4215,51,0),(4216,51,0),(4217,51,0),(4218,51,0),(4221,51,0),(4222,51,0),(4223,51,0),(4224,51,0),(4225,51,0),(4226,51,0),(4227,51,0),(4228,51,0),(4229,51,0),(4231,51,0),(1538,52,0),(1539,52,0),(4313,53,0),(4314,53,0),(4315,53,0),(4316,53,0),(4317,53,0),(4318,53,0),(4319,49,0),(4320,49,0),(4321,49,0),(4322,49,0),(4323,49,0),(4324,49,0),(4325,50,0),(4326,50,0),(4327,50,0),(4328,50,0),(4329,50,0),(4330,50,0),(2762,47,0),(2762,26,0),(2762,34,0),(2762,19,0),(2762,21,0),(2762,23,0),(2762,25,0),(2762,27,0),(2762,29,0),(2762,45,0),(2762,22,0),(2762,24,0),(2762,31,0),(2762,35,0),(2762,40,0),(2762,42,0),(2853,1,0),(2839,11,0),(2841,11,0),(2843,11,0),(2845,11,0),(2847,11,0),(2849,11,0),(2851,11,0),(2948,47,0),(2948,17,0),(2948,34,0),(2948,19,0),(2948,21,0),(2948,23,0),(2948,25,0),(2948,27,0),(2948,29,0),(2948,33,0),(2948,45,0),(2948,22,0),(2948,24,0),(2948,28,0),(2948,31,0),(2948,35,0),(2948,40,0),(2948,42,0),(2949,19,0),(2949,21,0),(2949,23,0),(2949,25,0),(2949,27,0),(2949,29,0),(2949,33,0),(2949,45,0),(2949,46,0),(2949,22,0),(2949,24,0),(2949,31,0),(2949,35,0),(2949,40,0),(2949,42,0),(2949,26,0),(2949,30,0),(2949,34,0),(2949,41,0),(2950,19,0),(2950,21,0),(2950,23,0),(2950,25,0),(2950,27,0),(2950,29,0),(2950,33,0),(2950,45,0),(2950,46,0),(2950,22,0),(2950,24,0),(2950,31,0),(2950,35,0),(2950,40,0),(2950,30,0),(2950,34,0),(2950,36,0),(2950,41,0),(2951,19,0),(2951,23,0),(2951,27,0),(2951,29,0),(2951,33,0),(2951,45,0),(2951,46,0),(2951,22,0),(2951,24,0),(2951,28,0),(2951,31,0),(2951,35,0),(2951,40,0),(2951,42,0),(2951,34,0),(2951,43,0),(2952,27,0),(2952,29,0),(2952,33,0),(2952,45,0),(2952,46,0),(2952,40,0),(2952,42,0),(2952,44,0),(2953,19,0),(2953,21,0),(2953,23,0),(2953,33,0),(2953,22,0),(2953,28,0),(2953,42,0),(2953,30,0),(2954,17,0),(2954,27,0),(2954,33,0),(2954,35,0),(2954,42,0),(2955,18,0),(2955,22,0),(2955,28,0),(2955,31,0),(2955,38,0),(2955,21,0),(2955,23,0),(2955,25,0),(2955,29,0),(2955,33,0),(2955,46,0),(2955,48,0),(2955,32,0),(2955,41,0),(2956,18,0),(2956,22,0),(2956,28,0),(2956,31,0),(2956,38,0),(2956,40,0),(2956,21,0),(2956,23,0),(2956,25,0),(2956,29,0),(2956,33,0),(2956,46,0),(2956,32,0),(2956,41,0),(2957,18,0),(2957,22,0),(2957,24,0),(2957,28,0),(2957,31,0),(2957,38,0),(2957,40,0),(2957,21,0),(2957,23,0),(2957,25,0),(2957,29,0),(2957,33,0),(2957,46,0),(2957,32,0),(2957,37,0); /*!40000 ALTER TABLE `wpxj_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpxj_term_taxonomy` -- DROP TABLE IF EXISTS `wpxj_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpxj_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT 0, `taxonomy` varchar(32) NOT NULL DEFAULT '', `description` longtext NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT 0, `count` bigint(20) NOT NULL DEFAULT 0, PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=MyISAM AUTO_INCREMENT=54 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpxj_term_taxonomy` -- LOCK TABLES `wpxj_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wpxj_term_taxonomy` DISABLE KEYS */; INSERT INTO `wpxj_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (1,1,'category','',0,2),(2,2,'trip_tag','This is a guided tour. You will be accompanied by an expert guide.',0,0),(3,3,'trip_tag','This is a group tour. Other travellers with a common interest will join this tour and travel together on a schedule.',0,0),(4,4,'trip_tag','This is a private tour where you can travel at your own pace.',0,0),(5,5,'difficulty','The trip is easy and suitable for everyone, including children and older people. It does not require any skills in mountain climbing or traversing difficult terrain.',0,0),(6,6,'difficulty','You need to have good physical condition and be in top form. You\'ll also require the right clothes for weather conditions and food items such as snacks or lunch breaks from your hiking adventure; water is essential too! This type of activity takes time, so ensure you\'re physically able to get enough rest before starting any trips.',0,0),(7,7,'difficulty','Physical training before the trip should begin no later than 2 months before, as you will have a height of 3,000 meters above sea level and more. Hiking is from 6 km daily with an average pace that can be maintained for hours. It is important to have physical fitness & endurance. You will also need the right gear and clothes according to the weather.',0,0),(8,8,'difficulty','This level is for mountaineering, backcountry and expeditions. It requires more serious physical preparation and previous experience in similar activities like climbing skills. The preliminary stage starts 3-6 months before heading out so that you can get acclimated by running exercises which will help increase endurance. You will need special clothes and gear.',0,0),(9,9,'elementor_library_type','',0,2),(10,10,'category','',0,0),(11,11,'category','',0,7),(12,12,'post_tag','',0,0),(13,13,'post_tag','',0,0),(14,14,'post_tag','',0,0),(15,15,'post_tag','',0,0),(16,16,'trip-packages-categories','',0,0),(17,17,'destination','',0,2),(18,18,'activities','',0,3),(19,19,'trip_types','',0,6),(20,20,'trip-packages-categories','',0,0),(21,21,'trip_types','',0,8),(22,22,'activities','',0,9),(23,23,'trip_types','',0,9),(24,24,'activities','',0,6),(25,25,'trip_types','',0,7),(26,26,'destination','',0,2),(27,27,'trip_types','',0,7),(28,28,'activities','',0,6),(29,29,'trip_types','',0,9),(30,30,'destination','',0,3),(31,31,'activities','',0,8),(32,32,'destination','',0,3),(33,33,'trip_types','',0,10),(34,34,'destination','Nepal is an independent country in Southern Asia, between the Tibet autonomous region of China and India. It contains 8 of the world's 10 highest peaks, including Mount Everest - the world's tallest - on the border with Tibet, and Lumbini, the birthplace of Gautama Buddha, the founder of Buddhism.\r\n\r\nA monarchy for hundreds of years, Nepal was declared a republic in June 2008. Hinduism and Buddhism co-exist here peacefully. Mt. Everest, Pashupatinath, Lumbini, Boudhanath, Janakpur Dham, and Chitwan National Park are some of the many attractions.',0,5),(35,35,'activities','',0,6),(36,36,'destination','',0,1),(37,37,'destination','',0,1),(38,38,'activities','',0,3),(39,39,'elementor_library_type','',0,0),(40,40,'activities','',0,8),(41,41,'destination','',0,4),(42,42,'activities','',0,7),(43,43,'destination','',34,1),(44,44,'destination','',0,1),(45,45,'trip_types','',0,6),(46,46,'trip_types','',0,7),(47,47,'destination','',34,2),(48,48,'destination','',41,1),(49,49,'nav_menu','',0,6),(50,50,'nav_menu','',0,6),(51,51,'nav_menu','',0,29),(52,52,'nav_menu','',0,2),(53,53,'nav_menu','',0,6); /*!40000 ALTER TABLE `wpxj_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpxj_termmeta` -- DROP TABLE IF EXISTS `wpxj_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpxj_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=108 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpxj_termmeta` -- LOCK TABLES `wpxj_termmeta` WRITE; /*!40000 ALTER TABLE `wpxj_termmeta` DISABLE KEYS */; INSERT INTO `wpxj_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (1,10,'_demo_importer_plus_imported_term','1'),(2,11,'_demo_importer_plus_imported_term','1'),(3,12,'_demo_importer_plus_imported_term','1'),(4,13,'_demo_importer_plus_imported_term','1'),(5,14,'_demo_importer_plus_imported_term','1'),(6,15,'_demo_importer_plus_imported_term','1'),(7,16,'is_primary_pricing_catgory',''),(8,16,'_demo_importer_plus_imported_term','1'),(9,16,'age_group',''),(10,17,'category-image-id','4277'),(11,17,'wte-shortdesc-textarea',''),(12,17,'_demo_importer_plus_imported_term','1'),(13,18,'_demo_importer_plus_imported_term','1'),(14,18,'category-image-id','4293'),(15,18,'wte-shortdesc-textarea',''),(16,19,'category-image-id','4292'),(17,19,'wte-shortdesc-textarea',''),(18,19,'_demo_importer_plus_imported_term','1'),(19,20,'is_primary_pricing_catgory',''),(20,20,'_demo_importer_plus_imported_term','1'),(21,21,'category-image-id','4295'),(22,21,'wte-shortdesc-textarea',''),(23,21,'_demo_importer_plus_imported_term','1'),(24,22,'category-image-id','4286'),(25,22,'wte-shortdesc-textarea',''),(26,22,'_demo_importer_plus_imported_term','1'),(27,23,'category-image-id','4297'),(28,23,'wte-shortdesc-textarea',''),(29,23,'_demo_importer_plus_imported_term','1'),(30,24,'_demo_importer_plus_imported_term','1'),(31,24,'category-image-id','4287'),(32,24,'wte-shortdesc-textarea',''),(33,25,'category-image-id','4296'),(34,25,'wte-shortdesc-textarea',''),(35,25,'_demo_importer_plus_imported_term','1'),(36,26,'category-image-id','4270'),(37,26,'wte-shortdesc-textarea',''),(38,26,'_demo_importer_plus_imported_term','1'),(39,27,'category-image-id','4288'),(40,27,'wte-shortdesc-textarea',''),(41,27,'_demo_importer_plus_imported_term','1'),(42,28,'_demo_importer_plus_imported_term','1'),(43,28,'category-image-id','4288'),(44,28,'wte-shortdesc-textarea',''),(45,29,'category-image-id','4298'),(46,29,'wte-shortdesc-textarea',''),(47,29,'_demo_importer_plus_imported_term','1'),(48,30,'category-image-id','4278'),(49,30,'wte-shortdesc-textarea',''),(50,30,'_demo_importer_plus_imported_term','1'),(51,31,'_demo_importer_plus_imported_term','1'),(52,31,'category-image-id','4294'),(53,31,'wte-shortdesc-textarea',''),(54,32,'category-image-id','4272'),(55,32,'wte-shortdesc-textarea',''),(56,32,'_demo_importer_plus_imported_term','1'),(57,33,'category-image-id','4273'),(58,33,'wte-shortdesc-textarea',''),(59,33,'_demo_importer_plus_imported_term','1'),(60,34,'_demo_importer_plus_imported_term','1'),(61,34,'category-image-id','4266'),(62,34,'wte-shortdesc-textarea','Nepal is a landlocked country in South Asia. It is mainly situated in the Himalayas, but also includes parts of the Indo-Gangetic Plain, bordering Tibet of China to the north, and India in the south, east, and west, while it is narrowly separated from Bangladesh by the Siliguri Corridor, and from Bhutan by the Indian state of Sikkim. '),(63,35,'_demo_importer_plus_imported_term','1'),(64,35,'category-image-id','4289'),(65,35,'wte-shortdesc-textarea',''),(66,36,'category-image-id','4273'),(67,36,'wte-shortdesc-textarea',''),(68,36,'_demo_importer_plus_imported_term','1'),(69,37,'category-image-id','4274'),(70,37,'wte-shortdesc-textarea',''),(71,37,'_demo_importer_plus_imported_term','1'),(72,38,'_demo_importer_plus_imported_term','1'),(73,38,'category-image-id','4290'),(74,38,'wte-shortdesc-textarea',''),(75,39,'_demo_importer_plus_imported_term','1'),(76,40,'_demo_importer_plus_imported_term','1'),(77,40,'category-image-id','4291'),(78,40,'wte-shortdesc-textarea',''),(79,41,'category-image-id','4268'),(80,41,'wte-shortdesc-textarea',''),(81,41,'_demo_importer_plus_imported_term','1'),(82,42,'_demo_importer_plus_imported_term','1'),(83,42,'category-image-id','4292'),(84,42,'wte-shortdesc-textarea',''),(85,43,'category-image-id',''),(86,43,'wte-shortdesc-textarea',''),(87,43,'_demo_importer_plus_imported_term','1'),(88,44,'_demo_importer_plus_imported_term','1'),(89,44,'category-image-id','4276'),(90,44,'wte-shortdesc-textarea','The United States of America (U.S.A. or USA), commonly known as the United States (U.S. or US) or America, is a transcontinental country located primarily in North America. It consists of 50 states, a federal district, five major unincorporated territories, nine minor outlying islands, and 326 Indian reservations.'),(91,45,'category-image-id','4299'),(92,45,'wte-shortdesc-textarea',''),(93,45,'_demo_importer_plus_imported_term','1'),(94,46,'category-image-id','4287'),(95,46,'wte-shortdesc-textarea',''),(96,46,'_demo_importer_plus_imported_term','1'),(97,47,'category-image-id',''),(98,47,'wte-shortdesc-textarea',''),(99,47,'_demo_importer_plus_imported_term','1'),(100,48,'category-image-id',''),(101,48,'wte-shortdesc-textarea',''),(102,48,'_demo_importer_plus_imported_term','1'),(103,49,'_demo_importer_plus_imported_term','1'),(104,50,'_demo_importer_plus_imported_term','1'),(105,51,'_demo_importer_plus_imported_term','1'),(106,52,'_demo_importer_plus_imported_term','1'),(107,53,'_demo_importer_plus_imported_term','1'); /*!40000 ALTER TABLE `wpxj_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpxj_terms` -- DROP TABLE IF EXISTS `wpxj_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpxj_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) NOT NULL DEFAULT '', `slug` varchar(200) NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT 0, PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=54 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpxj_terms` -- LOCK TABLES `wpxj_terms` WRITE; /*!40000 ALTER TABLE `wpxj_terms` DISABLE KEYS */; INSERT INTO `wpxj_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (1,'Uncategorized','uncategorized',0),(2,'Guided Tour','guided',0),(3,'Group Tour','group',0),(4,'Private Tour','private',0),(5,'Easy','easy',0),(6,'Medium','medium',0),(7,'Hard','hard',0),(8,'Extreme','extreme',0),(9,'page','page',0),(10,'Camping','camping',0),(11,'Travel Guide','travel-guide',0),(12,'Adventure','adventure',0),(13,'Trave','trave',0),(14,'Travel','travel',0),(15,'Trekking','trekking',0),(16,'Adult','adult',0),(17,'Bhutan','bhutan',0),(18,'Boating','boating',0),(19,'Budget Travel','budget-travel',0),(20,'Child','child',0),(21,'Child-friendly','child-friendly',0),(22,'City Tour','city-tour',0),(23,'Cultural','cultural',0),(24,'Cycling','cycling',0),(25,'Dog-friendly','dog-friendly',0),(26,'France','france',0),(27,'High Altitude','high-altitude',0),(28,'Hiking','hiking',0),(29,'Home Stay','home-stay',0),(30,'India','india',0),(31,'Jungle Safari','jungle-safari',0),(32,'Maldives','maldives',0),(33,'Nature Friendly','nature-friendly',0),(34,'Nepal','nepal',0),(35,'Peak Climbing','peak-climbing',0),(36,'Peru','peru',0),(37,'Philippines','philippines',0),(38,'Rafting','rafting',0),(39,'section','section',0),(40,'Skiing','skiing',0),(41,'Srilanka','srilanka',0),(42,'Trekking','trekking',0),(43,'Upper Mustang','everest',0),(44,'USA','usa',0),(45,'Volunteer Travel','volunteer-travel',0),(46,'Weekend Trips','weekend-trips',0),(47,'Annapurna','annapurna-region',0),(48,'Colombo','colombo-srilanka',0),(49,'Activities','activities',0),(50,'Destination','destination',0),(51,'Primary menu','primary-menu',0),(52,'Secondary Menu','secondary-menu',0),(53,'Trip Types','trip-types',0); /*!40000 ALTER TABLE `wpxj_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpxj_usermeta` -- DROP TABLE IF EXISTS `wpxj_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpxj_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext DEFAULT NULL, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=26 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpxj_usermeta` -- LOCK TABLES `wpxj_usermeta` WRITE; /*!40000 ALTER TABLE `wpxj_usermeta` DISABLE KEYS */; INSERT INTO `wpxj_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (1,1,'nickname','admin'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wpxj_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wpxj_user_level','10'),(14,1,'dismissed_wp_pointers',''),(15,1,'show_welcome_panel','1'),(16,1,'session_tokens','a:1:{s:64:\"baefdbd7bba61326e5d4c62ceb61b6fadad6b37e8c6c9c8cd205562232c5b262\";a:4:{s:10:\"expiration\";i:1721561922;s:2:\"ip\";s:12:\"41.90.176.16\";s:2:\"ua\";s:84:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:129.0) Gecko/20100101 Firefox/129.0\";s:5:\"login\";i:1721389122;}}'),(17,1,'wpxj_dashboard_quick_press_last_post_id','5'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:11:\"41.90.181.0\";}'),(19,1,'wpxj_user-settings','libraryContent=browse'),(20,1,'wpxj_user-settings-time','1721391412'),(21,1,'nav_menu_recently_edited','51'),(22,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\";}'),(23,1,'metaboxhidden_nav-menus','a:9:{i:0;s:32:\"add-post-type-e-floating-buttons\";i:1;s:18:\"add-post-type-trip\";i:2;s:12:\"add-post_tag\";i:3;s:28:\"add-trip-packages-categories\";i:4;s:15:\"add-destination\";i:5;s:14:\"add-activities\";i:6;s:14:\"add-trip_types\";i:7;s:14:\"add-difficulty\";i:8;s:12:\"add-trip_tag\";}'),(24,1,'elementor_introduction','a:2:{s:27:\"ai-get-started-announcement\";b:1;s:20:\"globals_introduction\";b:1;}'),(25,1,'wpxj_persisted_preferences','a:3:{s:4:\"core\";a:1:{s:26:\"isComplementaryAreaVisible\";b:1;}s:14:\"core/edit-post\";a:1:{s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2024-07-19T16:35:24.072Z\";}'); /*!40000 ALTER TABLE `wpxj_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpxj_users` -- DROP TABLE IF EXISTS `wpxj_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpxj_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) NOT NULL DEFAULT '', `user_pass` varchar(255) NOT NULL DEFAULT '', `user_nicename` varchar(50) NOT NULL DEFAULT '', `user_email` varchar(100) NOT NULL DEFAULT '', `user_url` varchar(100) NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT 0, `display_name` varchar(250) NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpxj_users` -- LOCK TABLES `wpxj_users` WRITE; /*!40000 ALTER TABLE `wpxj_users` DISABLE KEYS */; INSERT INTO `wpxj_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES (1,'admin','$P$BZ6io0qlU7BQeqQobXYC7zGlfR/xAQ1','admin','admin@kenyaclassictourtravel.com','https://kenyaclassictourtravel.com/griflightservices','2024-07-19 11:38:06','',0,'admin'); /*!40000 ALTER TABLE `wpxj_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpxj_wptravelengine_events` -- DROP TABLE IF EXISTS `wpxj_wptravelengine_events`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpxj_wptravelengine_events` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `object_id` bigint(20) unsigned NOT NULL, `object_type` varchar(50) NOT NULL, `event_name` varchar(255) NOT NULL, `event_data` longtext NOT NULL, `trigger_time` datetime NOT NULL DEFAULT current_timestamp(), `event_created_at` datetime NOT NULL DEFAULT current_timestamp(), PRIMARY KEY (`id`), UNIQUE KEY `unique_event` (`object_id`,`event_name`,`object_type`) USING HASH ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpxj_wptravelengine_events` -- LOCK TABLES `wpxj_wptravelengine_events` WRITE; /*!40000 ALTER TABLE `wpxj_wptravelengine_events` DISABLE KEYS */; /*!40000 ALTER TABLE `wpxj_wptravelengine_events` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping events for database 'kenyacla_wp831' -- -- -- Dumping routines for database 'kenyacla_wp831' -- /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2025-09-01 11:27:23